{"title":"Beverages","description":"\u003cdiv class=\"!flex items-center gap-3\"\u003e\n\u003cp class=\"text-left text-base font-semibold leading-5 hover:underline text-green-500 active:text-green-700 active:underline m-0 p-0\"\u003eBeverages\u003c\/p\u003e\n\u003c\/div\u003e","products":[{"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":"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":"hometown-provisions-60-lb-bakers-special-honey","title":"60 lb. Baker's Special Honey","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\u003eHoney Product Description\u003c\/title\u003e\n    \u003cstyle\u003e\n        \/* Base Styles *\/\n        .product-description {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            color: #333;\n            max-width: 900px;\n            margin: 0 auto;\n            padding: 20px;\n            line-height: 1.6;\n        }\n        \n        \/* Headline Styles *\/\n        .product-headline {\n            font-size: 28px;\n            font-weight: 700;\n            color: #8B4513;\n            margin-bottom: 20px;\n            line-height: 1.3;\n            border-bottom: 2px solid #F5DEB3;\n            padding-bottom: 15px;\n        }\n        \n        \/* Description Text *\/\n        .product-text {\n            font-size: 16px;\n            margin-bottom: 30px;\n            color: #555;\n            text-align: justify;\n        }\n        \n        \/* Specs Section *\/\n        .specs-section {\n            margin-top: 30px;\n        }\n        \n        .specs-heading {\n            background-color: #8B4513;\n            color: white;\n            padding: 12px 20px;\n            font-weight: bold;\n            border-radius: 8px 8px 0 0;\n            margin-bottom: 0;\n            font-size: 18px;\n        }\n        \n        \/* Beautiful Table Styles *\/\n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n            border-radius: 0 0 8px 8px;\n            overflow: hidden;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: #FFF8DC;\n        }\n        \n        .specs-table tr:nth-child(odd) {\n            background-color: #FFFFFF;\n        }\n        \n        .specs-table td {\n            padding: 15px 20px;\n            border-bottom: 1px solid #F5DEB3;\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .specs-table td:first-child {\n            font-weight: 600;\n            color: #8B4513;\n            width: 40%;\n        }\n        \n        .specs-table td:last-child {\n            color: #555;\n        }\n        \n        \/* Highlight Box *\/\n        .highlight-box {\n            background-color: #FFF8DC;\n            border-left: 4px solid #DAA520;\n            padding: 20px;\n            margin: 25px 0;\n            border-radius: 0 8px 8px 0;\n        }\n        \n        .highlight-box p {\n            margin: 0;\n            font-style: italic;\n            color: #8B4513;\n        }\n        \n        \/* Responsive Design *\/\n        @media (max-width: 768px) {\n            .product-headline {\n                font-size: 24px;\n            }\n            \n            .specs-table td {\n                padding: 12px 15px;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .product-headline {\n                font-size: 20px;\n            }\n            \n            .specs-table {\n                font-size: 14px;\n            }\n            \n            .specs-table td {\n                padding: 10px;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-description\"\u003e\n        \u003ch2 class=\"product-headline\"\u003eGathered from the nectar of multiple flowers and blossoms, this Hometown Provisions baker's special honey is perfect for your bakery or restaurant!\u003c\/h2\u003e\n        \n        \u003cdiv class=\"product-text\"\u003e\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 free from unwanted additives. It is a naturally gluten-free sweetener with a dark amber color and rich flavor. Save money when you buy in bulk, and use this large 60 lb. pail for all of your most popular recipes!\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"highlight-box\"\u003e\n            \u003cp\u003ePerfect for bakeries, restaurants, and food service establishments looking for high-quality honey in bulk quantities.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"specs-section\"\u003e\n            \u003ch3 class=\"specs-heading\"\u003eProduct Specifications\u003c\/h3\u003e\n            \u003ctable class=\"specs-table\"\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eProduct Name\u003c\/td\u003e\n                    \u003ctd\u003eHometown Provisions Baker's Special Honey\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eSize\u003c\/td\u003e\n                    \u003ctd\u003e60 lb. Pail\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eColor\u003c\/td\u003e\n                    \u003ctd\u003eDark Amber\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eFlavor Profile\u003c\/td\u003e\n                    \u003ctd\u003eRich, Bold, Multi-floral\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eSource\u003c\/td\u003e\n                    \u003ctd\u003eNectar from multiple flowers and blossoms\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eProcessing\u003c\/td\u003e\n                    \u003ctd\u003eCollected directly from honeycomb\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eAdditives\u003c\/td\u003e\n                    \u003ctd\u003eNone - 100% Pure Honey\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eDietary Features\u003c\/td\u003e\n                    \u003ctd\u003eNaturally Gluten-Free\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eBest Uses\u003c\/td\u003e\n                    \u003ctd\u003eBaking, Cooking, Sweetening beverages\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003ePackaging\u003c\/td\u003e\n                    \u003ctd\u003eFood-grade pail with secure lid\u003c\/td\u003e\n                \u003c\/tr\u003e\n            \u003c\/table\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42617261752404,"sku":null,"price":315.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Product806-1.png?v=1761425334"},{"product_id":"hometown-provisions-60-lb-wildflower-honey","title":"60 lb. Wildflower Honey by Prime","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        \/* Base Styles *\/\n        .product-description {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            color: #333;\n            max-width: 900px;\n            margin: 0 auto;\n            padding: 20px;\n            line-height: 1.6;\n        }\n        \n        \/* Headline Styles *\/\n        .product-headline {\n            font-size: 28px;\n            font-weight: 700;\n            color: #8B4513;\n            margin-bottom: 20px;\n            line-height: 1.3;\n            border-bottom: 2px solid #F5DEB3;\n            padding-bottom: 15px;\n        }\n        \n        \/* Description Text *\/\n        .product-text {\n            font-size: 16px;\n            margin-bottom: 30px;\n            color: #555;\n            text-align: justify;\n        }\n        \n        \/* Details Section *\/\n        .details-section {\n            margin: 30px 0;\n        }\n        \n        .details-heading {\n            font-size: 22px;\n            font-weight: 700;\n            color: #8B4513;\n            margin-bottom: 15px;\n            padding-bottom: 8px;\n            border-bottom: 1px solid #F5DEB3;\n        }\n        \n        \/* Specs Section *\/\n        .specs-section {\n            margin-top: 30px;\n        }\n        \n        .specs-heading {\n            background-color: #8B4513;\n            color: white;\n            padding: 12px 20px;\n            font-weight: bold;\n            border-radius: 8px 8px 0 0;\n            margin-bottom: 0;\n            font-size: 18px;\n        }\n        \n        \/* Beautiful Table Styles *\/\n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n            border-radius: 0 0 8px 8px;\n            overflow: hidden;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: #FFF8DC;\n        }\n        \n        .specs-table tr:nth-child(odd) {\n            background-color: #FFFFFF;\n        }\n        \n        .specs-table td {\n            padding: 15px 20px;\n            border-bottom: 1px solid #F5DEB3;\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .specs-table td:first-child {\n            font-weight: 600;\n            color: #8B4513;\n            width: 40%;\n        }\n        \n        .specs-table td:last-child {\n            color: #555;\n        }\n        \n        \/* Highlight Box *\/\n        .highlight-box {\n            background-color: #FFF8DC;\n            border-left: 4px solid #DAA520;\n            padding: 20px;\n            margin: 25px 0;\n            border-radius: 0 8px 8px 0;\n        }\n        \n        .highlight-box p {\n            margin: 0;\n            font-style: italic;\n            color: #8B4513;\n        }\n        \n        \/* Feature Tags *\/\n        .feature-tags {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px;\n            margin: 15px 0;\n        }\n        \n        .feature-tag {\n            background-color: #8B4513;\n            color: white;\n            padding: 5px 12px;\n            border-radius: 20px;\n            font-size: 14px;\n            font-weight: 500;\n        }\n        \n        \/* Responsive Design *\/\n        @media (max-width: 768px) {\n            .product-headline {\n                font-size: 24px;\n            }\n            \n            .specs-table td {\n                padding: 12px 15px;\n            }\n            \n            .specs-table {\n                display: block;\n                overflow-x: auto;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .product-headline {\n                font-size: 20px;\n            }\n            \n            .specs-table {\n                font-size: 14px;\n            }\n            \n            .specs-table td {\n                padding: 10px;\n            }\n            \n            .specs-table td:first-child {\n                width: 35%;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003ch2 class=\"product-headline\"\u003eGathered from a blend of wild blossoms and flowers, this Hometown Provisions wildflower honey is perfect for your bakery or restaurant!\u003c\/h2\u003e\n\u003cdiv class=\"product-text\"\u003e\n\u003cp\u003eWhether your establishment specializes in farm-to-table fare or home-style baked goods, brings bold flavors and nutrients from the honeybees to the table. This pure honey is collected from sweet honeycomb and is free from unwanted additives. It is a naturally gluten-free sweetener with a distinctive sweet flavor and floral undertones.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-box\"\u003e\n\u003cp\u003eSave money when you buy in bulk, and use this large 60 lb. pail for all of your most popular recipes!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"details-section\"\u003e\n\u003ch3 class=\"details-heading\"\u003eProduct Details\u003c\/h3\u003e\n\u003cp\u003eSlightly darker in color than other honey, this wildflower honey will add a more robust and hearty flavor to teas and toast. It makes the perfect complement to a range of savory dishes, from classic honey-baked ham and sweet breads to honey glazed chicken. It's also great for baking breads and enhancing rich desserts with new flavors.\u003c\/p\u003e\n\u003cp\u003ePacked in a 60 lb. pail with an easy-to-use pour spout, this 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 wildflower honey!\u003c\/p\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\u003c\/div\u003e\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch3 class=\"specs-heading\"\u003eProduct Specifications\u003c\/h3\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eQuantity\u003c\/td\u003e\n\u003ctd\u003e1\/Each\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e63 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eContainer Material\u003c\/td\u003e\n\u003ctd\u003ePlastic\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFeatures\u003c\/td\u003e\n\u003ctd\u003e\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eGluten-Free\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eKosher\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFlavor Type\u003c\/td\u003e\n\u003ctd\u003e\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eFloral\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eSweetener\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHoney Color\u003c\/td\u003e\n\u003ctd\u003eAmber\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePackage Size\u003c\/td\u003e\n\u003ctd\u003e60 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePackage Type\u003c\/td\u003e\n\u003ctd\u003e\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eBulk\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003ePails\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStyle\u003c\/td\u003e\n\u003ctd\u003ePure\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSweetener Type\u003c\/td\u003e\n\u003ctd\u003eClassic\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003e\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eHoney\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eWildflower\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\u003c\/div\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42617279610964,"sku":null,"price":330.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Product807-1.png?v=1761425830"},{"product_id":"hometown-provisions-5-lb-all-natural-honey-6-case-1","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\u003eAll-Natural Honey Product Description\u003c\/title\u003e\n    \u003cstyle\u003e\n        \/* Base Styles *\/\n        .honey-product-description {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            color: #333;\n            max-width: 900px;\n            margin: 0 auto;\n            padding: 25px;\n            line-height: 1.6;\n            background: linear-gradient(to bottom, #fffaf0, #fffef9);\n        }\n        \n        \/* Headline Styles *\/\n        .honey-headline {\n            font-size: 32px;\n            font-weight: 700;\n            color: #8B4513;\n            margin-bottom: 25px;\n            line-height: 1.3;\n            text-align: center;\n            position: relative;\n            padding-bottom: 20px;\n        }\n        \n        .honey-headline:after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 100px;\n            height: 3px;\n            background: linear-gradient(90deg, #DAA520, #8B4513);\n            border-radius: 2px;\n        }\n        \n        \/* Description Text *\/\n        .honey-description {\n            font-size: 17px;\n            margin-bottom: 35px;\n            color: #5a4a3a;\n            text-align: center;\n            background: rgba(255, 248, 220, 0.6);\n            padding: 25px;\n            border-radius: 12px;\n            border-left: 4px solid #DAA520;\n            box-shadow: 0 4px 15px rgba(139, 69, 19, 0.08);\n        }\n        \n        \/* Highlight Box *\/\n        .bulk-savings {\n            background: linear-gradient(135deg, #8B4513, #A0522D);\n            color: white;\n            padding: 20px 25px;\n            margin: 30px 0;\n            border-radius: 12px;\n            text-align: center;\n            box-shadow: 0 6px 20px rgba(139, 69, 19, 0.2);\n        }\n        \n        .bulk-savings p {\n            margin: 0;\n            font-size: 18px;\n            font-weight: 600;\n        }\n        \n        \/* Specs Section *\/\n        .honey-specs-section {\n            margin-top: 40px;\n        }\n        \n        .specs-heading {\n            background: linear-gradient(135deg, #8B4513, #A0522D);\n            color: white;\n            padding: 16px 25px;\n            font-weight: 700;\n            border-radius: 10px 10px 0 0;\n            margin-bottom: 0;\n            font-size: 20px;\n            text-align: center;\n            letter-spacing: 0.5px;\n        }\n        \n        \/* Beautiful Table Styles *\/\n        .honey-specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            box-shadow: 0 8px 25px rgba(139, 69, 19, 0.15);\n            border-radius: 0 0 10px 10px;\n            overflow: hidden;\n            background: white;\n        }\n        \n        .honey-specs-table tr {\n            transition: all 0.3s ease;\n        }\n        \n        .honey-specs-table tr:hover {\n            background-color: #FFF8E7;\n            transform: translateY(-1px);\n        }\n        \n        .honey-specs-table tr:nth-child(even) {\n            background-color: #FFFBF0;\n        }\n        \n        .honey-specs-table tr:nth-child(odd) {\n            background-color: #FFFFFF;\n        }\n        \n        .honey-specs-table td {\n            padding: 18px 25px;\n            border-bottom: 1px solid #F5E6C8;\n            transition: all 0.3s ease;\n        }\n        \n        .honey-specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .honey-specs-table td:first-child {\n            font-weight: 700;\n            color: #8B4513;\n            width: 35%;\n            font-size: 16px;\n        }\n        \n        .honey-specs-table td:last-child {\n            color: #5a4a3a;\n            font-size: 16px;\n        }\n        \n        \/* Feature Tags *\/\n        .feature-tags {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 8px;\n        }\n        \n        .feature-tag {\n            background: linear-gradient(135deg, #DAA520, #B8860B);\n            color: white;\n            padding: 6px 14px;\n            border-radius: 20px;\n            font-size: 13px;\n            font-weight: 600;\n            box-shadow: 0 2px 5px rgba(218, 165, 32, 0.3);\n        }\n        \n        \/* Quality Badge *\/\n        .quality-badge {\n            display: inline-flex;\n            align-items: center;\n            background: linear-gradient(135deg, #228B22, #32CD32);\n            color: white;\n            padding: 8px 16px;\n            border-radius: 25px;\n            font-weight: 600;\n            margin: 10px 5px;\n            box-shadow: 0 3px 8px rgba(34, 139, 34, 0.3);\n        }\n        \n        \/* Responsive Design *\/\n        @media (max-width: 768px) {\n            .honey-headline {\n                font-size: 26px;\n            }\n            \n            .honey-description {\n                font-size: 16px;\n                padding: 20px;\n            }\n            \n            .honey-specs-table td {\n                padding: 14px 18px;\n            }\n            \n            .specs-heading {\n                padding: 14px 20px;\n                font-size: 18px;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .honey-product-description {\n                padding: 15px;\n            }\n            \n            .honey-headline {\n                font-size: 22px;\n            }\n            \n            .honey-specs-table {\n                font-size: 14px;\n            }\n            \n            .honey-specs-table td {\n                padding: 12px 15px;\n            }\n            \n            .honey-specs-table td:first-child {\n                width: 40%;\n            }\n            \n            .feature-tags {\n                flex-direction: column;\n                gap: 5px;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"honey-product-description\"\u003e\n        \u003ch2 class=\"honey-headline\"\u003eLooking for honey that's purely sweet and delicious without the additives and preservatives?\u003c\/h2\u003e\n        \n        \u003cdiv class=\"honey-description\"\u003e\n            \u003cp\u003eThis Hometown Provisions all-natural honey is perfect for your bakery or restaurant! Whether 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.\u003c\/p\u003e\n            \u003cp\u003eThis 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        \u003c\/div\u003e\n        \n        \u003cdiv class=\"bulk-savings\"\u003e\n            \u003cp\u003eSave money when you buy in bulk, and use this 5 lb. container for all of your most popular recipes!\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"quality-features\"\u003e\n            \u003cdiv class=\"quality-badge\"\u003e✓ 100% All-Natural\u003c\/div\u003e\n            \u003cdiv class=\"quality-badge\"\u003e✓ No Additives or Preservatives\u003c\/div\u003e\n            \u003cdiv class=\"quality-badge\"\u003e✓ Naturally Gluten-Free\u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"honey-specs-section\"\u003e\n            \u003ch3 class=\"specs-heading\"\u003eProduct Specifications\u003c\/h3\u003e\n            \u003ctable class=\"honey-specs-table\"\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eProduct Name\u003c\/td\u003e\n                    \u003ctd\u003eHometown Provisions All-Natural Honey\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003ePackage Size\u003c\/td\u003e\n                    \u003ctd\u003e5 lb. Container\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eHoney Color\u003c\/td\u003e\n                    \u003ctd\u003eClassic Golden\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eFlavor Profile\u003c\/td\u003e\n                    \u003ctd\u003eSweet and Light\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eSource\u003c\/td\u003e\n                    \u003ctd\u003ePure Honeycomb Collection\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eAdditives\u003c\/td\u003e\n                    \u003ctd\u003eNone - 100% Pure Honey\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eDietary Features\u003c\/td\u003e\n                    \u003ctd\u003e\n                        \u003cdiv class=\"feature-tags\"\u003e\n                            \u003cspan class=\"feature-tag\"\u003eNaturally Gluten-Free\u003c\/span\u003e\n                            \u003cspan class=\"feature-tag\"\u003eAll-Natural\u003c\/span\u003e\n                        \u003c\/div\u003e\n                    \u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eBest Uses\u003c\/td\u003e\n                    \u003ctd\u003e\n                        \u003cdiv class=\"feature-tags\"\u003e\n                            \u003cspan class=\"feature-tag\"\u003eBaking\u003c\/span\u003e\n                            \u003cspan class=\"feature-tag\"\u003eCooking\u003c\/span\u003e\n                            \u003cspan class=\"feature-tag\"\u003eSweetening\u003c\/span\u003e\n                        \u003c\/div\u003e\n                    \u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eContainer Type\u003c\/td\u003e\n                    \u003ctd\u003eFood-Grade Container\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eQuality\u003c\/td\u003e\n                    \u003ctd\u003ePremium Grade A\u003c\/td\u003e\n                \u003c\/tr\u003e\n            \u003c\/table\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42617337610324,"sku":null,"price":218.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Product808-2.png?v=1761427255"},{"product_id":"hometown-provisions-60-lb-clover-honey","title":"60 lb. Clover Honey","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\u003eClover Honey Product Description\u003c\/title\u003e\n    \u003cstyle\u003e\n        \/* Base Styles *\/\n        .honey-product-description {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            color: #333;\n            max-width: 900px;\n            margin: 0 auto;\n            padding: 25px;\n            line-height: 1.6;\n            background: linear-gradient(to bottom, #f8fdf8, #fffefc);\n        }\n        \n        \/* Headline Styles *\/\n        .honey-headline {\n            font-size: 32px;\n            font-weight: 700;\n            color: #2d5016;\n            margin-bottom: 25px;\n            line-height: 1.3;\n            text-align: center;\n            position: relative;\n            padding-bottom: 20px;\n        }\n        \n        .honey-headline:after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 120px;\n            height: 3px;\n            background: linear-gradient(90deg, #4a7c1b, #8db850);\n            border-radius: 2px;\n        }\n        \n        \/* Description Text *\/\n        .honey-description {\n            font-size: 17px;\n            margin-bottom: 30px;\n            color: #4a5934;\n            text-align: center;\n            background: rgba(248, 252, 248, 0.8);\n            padding: 25px;\n            border-radius: 12px;\n            border-left: 4px solid #8db850;\n            box-shadow: 0 4px 15px rgba(77, 124, 27, 0.1);\n        }\n        \n        \/* Highlight Box *\/\n        .bulk-savings {\n            background: linear-gradient(135deg, #4a7c1b, #6b9e2d);\n            color: white;\n            padding: 20px 25px;\n            margin: 30px 0;\n            border-radius: 12px;\n            text-align: center;\n            box-shadow: 0 6px 20px rgba(77, 124, 27, 0.2);\n        }\n        \n        .bulk-savings p {\n            margin: 0;\n            font-size: 18px;\n            font-weight: 600;\n        }\n        \n        \/* Quality Badges *\/\n        .quality-features {\n            display: flex;\n            justify-content: center;\n            flex-wrap: wrap;\n            gap: 12px;\n            margin: 25px 0;\n        }\n        \n        .quality-badge {\n            display: inline-flex;\n            align-items: center;\n            background: linear-gradient(135deg, #4a7c1b, #6b9e2d);\n            color: white;\n            padding: 8px 18px;\n            border-radius: 25px;\n            font-weight: 600;\n            font-size: 14px;\n            box-shadow: 0 3px 8px rgba(77, 124, 27, 0.3);\n        }\n        \n        \/* Specs Section *\/\n        .honey-specs-section {\n            margin-top: 40px;\n        }\n        \n        .specs-heading {\n            background: linear-gradient(135deg, #4a7c1b, #6b9e2d);\n            color: white;\n            padding: 16px 25px;\n            font-weight: 700;\n            border-radius: 10px 10px 0 0;\n            margin-bottom: 0;\n            font-size: 20px;\n            text-align: center;\n            letter-spacing: 0.5px;\n        }\n        \n        \/* Beautiful Table Styles *\/\n        .honey-specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            box-shadow: 0 8px 25px rgba(77, 124, 27, 0.15);\n            border-radius: 0 0 10px 10px;\n            overflow: hidden;\n            background: white;\n        }\n        \n        .honey-specs-table tr {\n            transition: all 0.3s ease;\n        }\n        \n        .honey-specs-table tr:hover {\n            background-color: #f8fdf8;\n            transform: translateY(-1px);\n        }\n        \n        .honey-specs-table tr:nth-child(even) {\n            background-color: #f8fdf8;\n        }\n        \n        .honey-specs-table tr:nth-child(odd) {\n            background-color: #FFFFFF;\n        }\n        \n        .honey-specs-table td {\n            padding: 18px 25px;\n            border-bottom: 1px solid #e8f4e8;\n            transition: all 0.3s ease;\n        }\n        \n        .honey-specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .honey-specs-table td:first-child {\n            font-weight: 700;\n            color: #4a7c1b;\n            width: 35%;\n            font-size: 16px;\n        }\n        \n        .honey-specs-table td:last-child {\n            color: #4a5934;\n            font-size: 16px;\n        }\n        \n        \/* Feature Tags *\/\n        .feature-tags {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 8px;\n        }\n        \n        .feature-tag {\n            background: linear-gradient(135deg, #8db850, #6b9e2d);\n            color: white;\n            padding: 6px 14px;\n            border-radius: 20px;\n            font-size: 13px;\n            font-weight: 600;\n            box-shadow: 0 2px 5px rgba(141, 184, 80, 0.3);\n        }\n        \n        \/* Flavor Highlight *\/\n        .flavor-highlight {\n            background: linear-gradient(135deg, #d4edda, #f8fdf8);\n            border: 2px solid #8db850;\n            padding: 15px 20px;\n            margin: 20px 0;\n            border-radius: 10px;\n            text-align: center;\n        }\n        \n        .flavor-highlight p {\n            margin: 0;\n            color: #4a7c1b;\n            font-weight: 600;\n            font-size: 16px;\n        }\n        \n        \/* Responsive Design *\/\n        @media (max-width: 768px) {\n            .honey-headline {\n                font-size: 26px;\n            }\n            \n            .honey-description {\n                font-size: 16px;\n                padding: 20px;\n            }\n            \n            .honey-specs-table td {\n                padding: 14px 18px;\n            }\n            \n            .specs-heading {\n                padding: 14px 20px;\n                font-size: 18px;\n            }\n            \n            .quality-features {\n                flex-direction: column;\n                align-items: center;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .honey-product-description {\n                padding: 15px;\n            }\n            \n            .honey-headline {\n                font-size: 22px;\n            }\n            \n            .honey-specs-table {\n                font-size: 14px;\n            }\n            \n            .honey-specs-table td {\n                padding: 12px 15px;\n            }\n            \n            .honey-specs-table td:first-child {\n                width: 40%;\n            }\n            \n            .feature-tags {\n                flex-direction: column;\n                gap: 5px;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"honey-product-description\"\u003e\n        \u003ch2 class=\"honey-headline\"\u003eInfused with the mild, pleasant flavor of clover blossoms, this Hometown Provisions clover honey is perfect for your bakery or restaurant!\u003c\/h2\u003e\n        \n        \u003cdiv class=\"honey-description\"\u003e\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.\u003c\/p\u003e\n            \u003cp\u003eThis pure honey is collected from sweet honeycomb and is free from unwanted additives. It is a naturally gluten-free sweetener that has a light taste with a hint of cinnamon.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"flavor-highlight\"\u003e\n            \u003cp\u003e✨ Featuring a delicate clover blossom flavor with subtle cinnamon notes ✨\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"bulk-savings\"\u003e\n            \u003cp\u003eSave money when you buy in bulk, and use this large 60 lb. pail for all of your most popular recipes!\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"quality-features\"\u003e\n            \u003cdiv class=\"quality-badge\"\u003e✓ 100% Pure Honey\u003c\/div\u003e\n            \u003cdiv class=\"quality-badge\"\u003e✓ No Additives\u003c\/div\u003e\n            \u003cdiv class=\"quality-badge\"\u003e✓ Naturally Gluten-Free\u003c\/div\u003e\n            \u003cdiv class=\"quality-badge\"\u003e✓ Clover Blossom Infused\u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"honey-specs-section\"\u003e\n            \u003ch3 class=\"specs-heading\"\u003eProduct Specifications\u003c\/h3\u003e\n            \u003ctable class=\"honey-specs-table\"\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eProduct Name\u003c\/td\u003e\n                    \u003ctd\u003eHometown Provisions Clover Honey\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003ePackage Size\u003c\/td\u003e\n                    \u003ctd\u003e60 lb. Pail\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eHoney Type\u003c\/td\u003e\n                    \u003ctd\u003eClover Blossom\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eFlavor Profile\u003c\/td\u003e\n                    \u003ctd\u003eMild, Pleasant with Hint of Cinnamon\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eColor\u003c\/td\u003e\n                    \u003ctd\u003eLight Golden\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eSource\u003c\/td\u003e\n                    \u003ctd\u003ePure Honeycomb Collection\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eAdditives\u003c\/td\u003e\n                    \u003ctd\u003eNone - 100% Pure Honey\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eDietary Features\u003c\/td\u003e\n                    \u003ctd\u003e\n                        \u003cdiv class=\"feature-tags\"\u003e\n                            \u003cspan class=\"feature-tag\"\u003eNaturally Gluten-Free\u003c\/span\u003e\n                            \u003cspan class=\"feature-tag\"\u003eAll-Natural\u003c\/span\u003e\n                        \u003c\/div\u003e\n                    \u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eBest Uses\u003c\/td\u003e\n                    \u003ctd\u003e\n                        \u003cdiv class=\"feature-tags\"\u003e\n                            \u003cspan class=\"feature-tag\"\u003eBaking\u003c\/span\u003e\n                            \u003cspan class=\"feature-tag\"\u003eCooking\u003c\/span\u003e\n                            \u003cspan class=\"feature-tag\"\u003eSweetening\u003c\/span\u003e\n                            \u003cspan class=\"feature-tag\"\u003eTea \u0026amp; Beverages\u003c\/span\u003e\n                        \u003c\/div\u003e\n                    \u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eContainer Type\u003c\/td\u003e\n                    \u003ctd\u003eBulk Food-Grade Pail\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eQuality Grade\u003c\/td\u003e\n                    \u003ctd\u003ePremium Food Service Grade\u003c\/td\u003e\n                \u003c\/tr\u003e\n            \u003c\/table\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42617338757204,"sku":null,"price":370.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Product809-1.png?v=1761427629"},{"product_id":"hometown-provisions-60-lb-organic-wildflower-honey","title":"60 lb. Organic Wildflower Honey","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\u003eOrganic Wildflower Honey Product Description\u003c\/title\u003e\n    \u003cstyle\u003e\n        \/* Base Styles *\/\n        .organic-honey-description {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            color: #333;\n            max-width: 900px;\n            margin: 0 auto;\n            padding: 25px;\n            line-height: 1.6;\n            background: linear-gradient(to bottom, #f8fdf8, #fffefc);\n        }\n        \n        \/* Headline Styles *\/\n        .organic-headline {\n            font-size: 32px;\n            font-weight: 700;\n            color: #2d5016;\n            margin-bottom: 25px;\n            line-height: 1.3;\n            text-align: center;\n            position: relative;\n            padding-bottom: 20px;\n        }\n        \n        .organic-headline:after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 120px;\n            height: 3px;\n            background: linear-gradient(90deg, #4a7c1b, #8db850);\n            border-radius: 2px;\n        }\n        \n        \/* Description Text *\/\n        .organic-description {\n            font-size: 17px;\n            margin-bottom: 30px;\n            color: #4a5934;\n            background: rgba(248, 252, 248, 0.8);\n            padding: 25px;\n            border-radius: 12px;\n            border-left: 4px solid #8db850;\n            box-shadow: 0 4px 15px rgba(77, 124, 27, 0.1);\n        }\n        \n        \/* Highlight Box *\/\n        .organic-highlight {\n            background: linear-gradient(135deg, #4a7c1b, #6b9e2d);\n            color: white;\n            padding: 20px 25px;\n            margin: 30px 0;\n            border-radius: 12px;\n            text-align: center;\n            box-shadow: 0 6px 20px rgba(77, 124, 27, 0.2);\n        }\n        \n        .organic-highlight p {\n            margin: 0;\n            font-size: 18px;\n            font-weight: 600;\n        }\n        \n        \/* Quality Badges *\/\n        .organic-features {\n            display: flex;\n            justify-content: center;\n            flex-wrap: wrap;\n            gap: 12px;\n            margin: 25px 0;\n        }\n        \n        .organic-badge {\n            display: inline-flex;\n            align-items: center;\n            background: linear-gradient(135deg, #4a7c1b, #6b9e2d);\n            color: white;\n            padding: 8px 18px;\n            border-radius: 25px;\n            font-weight: 600;\n            font-size: 14px;\n            box-shadow: 0 3px 8px rgba(77, 124, 27, 0.3);\n        }\n        \n        .organic-badge.premium {\n            background: linear-gradient(135deg, #d4af37, #ffd700);\n        }\n        \n        \/* Specs Section *\/\n        .organic-specs-section {\n            margin-top: 40px;\n        }\n        \n        .specs-heading {\n            background: linear-gradient(135deg, #4a7c1b, #6b9e2d);\n            color: white;\n            padding: 16px 25px;\n            font-weight: 700;\n            border-radius: 10px 10px 0 0;\n            margin-bottom: 0;\n            font-size: 20px;\n            text-align: center;\n            letter-spacing: 0.5px;\n        }\n        \n        \/* Beautiful Table Styles *\/\n        .organic-specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            box-shadow: 0 8px 25px rgba(77, 124, 27, 0.15);\n            border-radius: 0 0 10px 10px;\n            overflow: hidden;\n            background: white;\n        }\n        \n        .organic-specs-table tr {\n            transition: all 0.3s ease;\n        }\n        \n        .organic-specs-table tr:hover {\n            background-color: #f8fdf8;\n            transform: translateY(-1px);\n        }\n        \n        .organic-specs-table tr:nth-child(even) {\n            background-color: #f8fdf8;\n        }\n        \n        .organic-specs-table tr:nth-child(odd) {\n            background-color: #FFFFFF;\n        }\n        \n        .organic-specs-table td {\n            padding: 18px 25px;\n            border-bottom: 1px solid #e8f4e8;\n            transition: all 0.3s ease;\n        }\n        \n        .organic-specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .organic-specs-table td:first-child {\n            font-weight: 700;\n            color: #4a7c1b;\n            width: 35%;\n            font-size: 16px;\n        }\n        \n        .organic-specs-table td:last-child {\n            color: #4a5934;\n            font-size: 16px;\n        }\n        \n        \/* Feature Tags *\/\n        .feature-tags {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 8px;\n        }\n        \n        .feature-tag {\n            background: linear-gradient(135deg, #8db850, #6b9e2d);\n            color: white;\n            padding: 6px 14px;\n            border-radius: 20px;\n            font-size: 13px;\n            font-weight: 600;\n            box-shadow: 0 2px 5px rgba(141, 184, 80, 0.3);\n        }\n        \n        .feature-tag.organic {\n            background: linear-gradient(135deg, #d4af37, #ffd700);\n            color: #2d5016;\n        }\n        \n        \/* Usage Section *\/\n        .usage-section {\n            background: linear-gradient(135deg, #f8fdf8, #e8f4e8);\n            padding: 25px;\n            margin: 30px 0;\n            border-radius: 12px;\n            border: 2px solid #8db850;\n        }\n        \n        .usage-heading {\n            color: #4a7c1b;\n            font-size: 22px;\n            font-weight: 700;\n            margin-bottom: 15px;\n            text-align: center;\n        }\n        \n        .usage-list {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 15px;\n            margin-top: 20px;\n        }\n        \n        .usage-item {\n            background: white;\n            padding: 15px;\n            border-radius: 8px;\n            border-left: 4px solid #8db850;\n            box-shadow: 0 2px 8px rgba(77, 124, 27, 0.1);\n        }\n        \n        \/* Responsive Design *\/\n        @media (max-width: 768px) {\n            .organic-headline {\n                font-size: 26px;\n            }\n            \n            .organic-description {\n                font-size: 16px;\n                padding: 20px;\n            }\n            \n            .organic-specs-table td {\n                padding: 14px 18px;\n            }\n            \n            .specs-heading {\n                padding: 14px 20px;\n                font-size: 18px;\n            }\n            \n            .organic-features {\n                flex-direction: column;\n                align-items: center;\n            }\n            \n            .usage-list {\n                grid-template-columns: 1fr;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .organic-honey-description {\n                padding: 15px;\n            }\n            \n            .organic-headline {\n                font-size: 22px;\n            }\n            \n            .organic-specs-table {\n                font-size: 14px;\n            }\n            \n            .organic-specs-table td {\n                padding: 12px 15px;\n            }\n            \n            .organic-specs-table td:first-child {\n                width: 40%;\n            }\n            \n            .feature-tags {\n                flex-direction: column;\n                gap: 5px;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"organic-honey-description\"\u003e\n        \u003ch2 class=\"organic-headline\"\u003ePremium Organic Wildflower Honey - Certified Organic \u0026amp; Naturally Pure\u003c\/h2\u003e\n        \n        \u003cdiv class=\"organic-description\"\u003e\n            \u003cp\u003eLooking to purchase bulk organic honey? This Hometown Provisions organic wildflower honey is perfect for your bakery or restaurant! Whether 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.\u003c\/p\u003e\n            \u003cp\u003eNaturally gluten-free, this pure honey is collected from sweet honeycomb and is free from unwanted additives. Collected from organic certified wildflower blossoms that have not been exposed to herbicide or pesticide applications, this bulk organic honey is a must-have sweetener for health-conscious consumers.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"organic-highlight\"\u003e\n            \u003cp\u003eSave money when you buy in bulk, and use this large 60 lb. pail for all of your most popular recipes!\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"organic-features\"\u003e\n            \u003cdiv class=\"organic-badge premium\"\u003e✓ USDA Certified Organic\u003c\/div\u003e\n            \u003cdiv class=\"organic-badge\"\u003e✓ No Herbicides or Pesticides\u003c\/div\u003e\n            \u003cdiv class=\"organic-badge\"\u003e✓ Naturally Gluten-Free\u003c\/div\u003e\n            \u003cdiv class=\"organic-badge\"\u003e✓ Kosher Certified\u003c\/div\u003e\n            \u003cdiv class=\"organic-badge\"\u003e✓ 100% Pure Honey\u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"usage-section\"\u003e\n            \u003ch3 class=\"usage-heading\"\u003ePerfect For Your Culinary Creations\u003c\/h3\u003e\n            \u003cp\u003eTending to be slightly darker in appearance and more robust in flavor than other tableside honeys, this organic wildflower honey is perfect for sweetening your signature baked goods. Its fragrant, floral flavor makes the perfect complement to a range of sweet and savory dishes.\u003c\/p\u003e\n            \n            \u003cdiv class=\"usage-list\"\u003e\n                \u003cdiv class=\"usage-item\"\u003e\n                    \u003cstrong\u003eBaking Applications:\u003c\/strong\u003e Classic honey-baked ham, sweet breads, pastries\n                \u003c\/div\u003e\n                \u003cdiv class=\"usage-item\"\u003e\n                    \u003cstrong\u003eCulinary Uses:\u003c\/strong\u003e Honey glazed chicken, sauces, dressings, marinades\n                \u003c\/div\u003e\n                \u003cdiv class=\"usage-item\"\u003e\n                    \u003cstrong\u003eBreakfast \u0026amp; Desserts:\u003c\/strong\u003e Yogurt, cereals, ice cream, drizzling\n                \u003c\/div\u003e\n                \u003cdiv class=\"usage-item\"\u003e\n                    \u003cstrong\u003eBeverages:\u003c\/strong\u003e Tea sweetener, craft cocktails, specialty drinks\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"organic-specs-section\"\u003e\n            \u003ch3 class=\"specs-heading\"\u003eProduct Specifications\u003c\/h3\u003e\n            \u003ctable class=\"organic-specs-table\"\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eProduct Name\u003c\/td\u003e\n                    \u003ctd\u003eHometown Provisions Organic Wildflower Honey\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eQuantity\u003c\/td\u003e\n                    \u003ctd\u003e1\/Each\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eShipping Weight\u003c\/td\u003e\n                    \u003ctd\u003e62 lb.\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003ePackage Size\u003c\/td\u003e\n                    \u003ctd\u003e60 lb.\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003ePackage Type\u003c\/td\u003e\n                    \u003ctd\u003e\n                        \u003cdiv class=\"feature-tags\"\u003e\n                            \u003cspan class=\"feature-tag\"\u003eBulk\u003c\/span\u003e\n                            \u003cspan class=\"feature-tag\"\u003ePails\u003c\/span\u003e\n                        \u003c\/div\u003e\n                    \u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eContainer Material\u003c\/td\u003e\n                    \u003ctd\u003ePlastic\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eFeatures\u003c\/td\u003e\n                    \u003ctd\u003e\n                        \u003cdiv class=\"feature-tags\"\u003e\n                            \u003cspan class=\"feature-tag organic\"\u003eOrganic\u003c\/span\u003e\n                            \u003cspan class=\"feature-tag\"\u003eGluten-Free\u003c\/span\u003e\n                            \u003cspan class=\"feature-tag\"\u003eKosher\u003c\/span\u003e\n                        \u003c\/div\u003e\n                    \u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eHoney Type\u003c\/td\u003e\n                    \u003ctd\u003eWildflower\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eHoney Color\u003c\/td\u003e\n                    \u003ctd\u003eAmber\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eFlavor Type\u003c\/td\u003e\n                    \u003ctd\u003e\n                        \u003cdiv class=\"feature-tags\"\u003e\n                            \u003cspan class=\"feature-tag\"\u003eFloral\u003c\/span\u003e\n                            \u003cspan class=\"feature-tag\"\u003eSweetener\u003c\/span\u003e\n                        \u003c\/div\u003e\n                    \u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eStyle\u003c\/td\u003e\n                    \u003ctd\u003ePure\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eSweetener Type\u003c\/td\u003e\n                    \u003ctd\u003eClassic\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eCertifications\u003c\/td\u003e\n                    \u003ctd\u003eUSDA Organic, Kosher\u003c\/td\u003e\n                \u003c\/tr\u003e\n            \u003c\/table\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"organic-description\" style=\"margin-top: 30px;\"\u003e\n            \u003cp\u003e\u003cstrong\u003eAbout Hometown Provisions:\u003c\/strong\u003e Hometown 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\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42617341280340,"sku":null,"price":412.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Product810-1.png?v=1761427932"},{"product_id":"hometown-provisions-5-lb-all-natural-honey","title":"5 lb. All-Natural Honey","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\u003eAll-Natural Honey Product Description\u003c\/title\u003e\n    \u003cstyle\u003e\n        \/* Base Styles *\/\n        .natural-honey-description {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            color: #333;\n            max-width: 900px;\n            margin: 0 auto;\n            padding: 25px;\n            line-height: 1.6;\n            background: linear-gradient(to bottom, #fffaf0, #fffef9);\n        }\n        \n        \/* Headline Styles *\/\n        .natural-headline {\n            font-size: 32px;\n            font-weight: 700;\n            color: #8B4513;\n            margin-bottom: 25px;\n            line-height: 1.3;\n            text-align: center;\n            position: relative;\n            padding-bottom: 20px;\n        }\n        \n        .natural-headline:after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 100px;\n            height: 3px;\n            background: linear-gradient(90deg, #DAA520, #8B4513);\n            border-radius: 2px;\n        }\n        \n        \/* Description Text *\/\n        .natural-description {\n            font-size: 17px;\n            margin-bottom: 30px;\n            color: #5a4a3a;\n            text-align: center;\n            background: rgba(255, 248, 220, 0.6);\n            padding: 25px;\n            border-radius: 12px;\n            border-left: 4px solid #DAA520;\n            box-shadow: 0 4px 15px rgba(139, 69, 19, 0.08);\n        }\n        \n        \/* Highlight Box *\/\n        .bulk-savings {\n            background: linear-gradient(135deg, #8B4513, #A0522D);\n            color: white;\n            padding: 20px 25px;\n            margin: 30px 0;\n            border-radius: 12px;\n            text-align: center;\n            box-shadow: 0 6px 20px rgba(139, 69, 19, 0.2);\n        }\n        \n        .bulk-savings p {\n            margin: 0;\n            font-size: 18px;\n            font-weight: 600;\n        }\n        \n        \/* Quality Badges *\/\n        .quality-features {\n            display: flex;\n            justify-content: center;\n            flex-wrap: wrap;\n            gap: 12px;\n            margin: 25px 0;\n        }\n        \n        .quality-badge {\n            display: inline-flex;\n            align-items: center;\n            background: linear-gradient(135deg, #DAA520, #B8860B);\n            color: white;\n            padding: 8px 18px;\n            border-radius: 25px;\n            font-weight: 600;\n            font-size: 14px;\n            box-shadow: 0 3px 8px rgba(218, 165, 32, 0.3);\n        }\n        \n        \/* Usage Section *\/\n        .usage-section {\n            background: linear-gradient(135deg, #fffaf0, #fff8dc);\n            padding: 25px;\n            margin: 30px 0;\n            border-radius: 12px;\n            border: 2px solid #DAA520;\n        }\n        \n        .usage-heading {\n            color: #8B4513;\n            font-size: 22px;\n            font-weight: 700;\n            margin-bottom: 15px;\n            text-align: center;\n        }\n        \n        .usage-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n            margin-top: 20px;\n        }\n        \n        .usage-item {\n            background: white;\n            padding: 20px;\n            border-radius: 10px;\n            text-align: center;\n            border-left: 4px solid #DAA520;\n            box-shadow: 0 4px 12px 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: 24px;\n            margin-bottom: 10px;\n            color: #8B4513;\n        }\n        \n        \/* Specs Section *\/\n        .natural-specs-section {\n            margin-top: 40px;\n        }\n        \n        .specs-heading {\n            background: linear-gradient(135deg, #8B4513, #A0522D);\n            color: white;\n            padding: 16px 25px;\n            font-weight: 700;\n            border-radius: 10px 10px 0 0;\n            margin-bottom: 0;\n            font-size: 20px;\n            text-align: center;\n            letter-spacing: 0.5px;\n        }\n        \n        \/* Beautiful Table Styles *\/\n        .natural-specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            box-shadow: 0 8px 25px rgba(139, 69, 19, 0.15);\n            border-radius: 0 0 10px 10px;\n            overflow: hidden;\n            background: white;\n        }\n        \n        .natural-specs-table tr {\n            transition: all 0.3s ease;\n        }\n        \n        .natural-specs-table tr:hover {\n            background-color: #FFF8E7;\n            transform: translateY(-1px);\n        }\n        \n        .natural-specs-table tr:nth-child(even) {\n            background-color: #FFFBF0;\n        }\n        \n        .natural-specs-table tr:nth-child(odd) {\n            background-color: #FFFFFF;\n        }\n        \n        .natural-specs-table td {\n            padding: 18px 25px;\n            border-bottom: 1px solid #F5E6C8;\n            transition: all 0.3s ease;\n        }\n        \n        .natural-specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .natural-specs-table td:first-child {\n            font-weight: 700;\n            color: #8B4513;\n            width: 35%;\n            font-size: 16px;\n        }\n        \n        .natural-specs-table td:last-child {\n            color: #5a4a3a;\n            font-size: 16px;\n        }\n        \n        \/* Feature Tags *\/\n        .feature-tags {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 8px;\n        }\n        \n        .feature-tag {\n            background: linear-gradient(135deg, #DAA520, #B8860B);\n            color: white;\n            padding: 6px 14px;\n            border-radius: 20px;\n            font-size: 13px;\n            font-weight: 600;\n            box-shadow: 0 2px 5px rgba(218, 165, 32, 0.3);\n        }\n        \n        \/* Responsive Design *\/\n        @media (max-width: 768px) {\n            .natural-headline {\n                font-size: 26px;\n            }\n            \n            .natural-description {\n                font-size: 16px;\n                padding: 20px;\n            }\n            \n            .natural-specs-table td {\n                padding: 14px 18px;\n            }\n            \n            .specs-heading {\n                padding: 14px 20px;\n                font-size: 18px;\n            }\n            \n            .quality-features {\n                flex-direction: column;\n                align-items: center;\n            }\n            \n            .usage-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .natural-honey-description {\n                padding: 15px;\n            }\n            \n            .natural-headline {\n                font-size: 22px;\n            }\n            \n            .natural-specs-table {\n                font-size: 14px;\n            }\n            \n            .natural-specs-table td {\n                padding: 12px 15px;\n            }\n            \n            .natural-specs-table td:first-child {\n                width: 40%;\n            }\n            \n            .feature-tags {\n                flex-direction: column;\n                gap: 5px;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"natural-honey-description\"\u003e\n        \u003ch2 class=\"natural-headline\"\u003eLooking for honey that's purely sweet and delicious without the additives and preservatives?\u003c\/h2\u003e\n        \n        \u003cdiv class=\"natural-description\"\u003e\n            \u003cp\u003eThis Hometown Provisions all-natural honey is perfect for your bakery or restaurant! Whether 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.\u003c\/p\u003e\n            \u003cp\u003eThis 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        \u003c\/div\u003e\n        \n        \u003cdiv class=\"bulk-savings\"\u003e\n            \u003cp\u003eSave money when you buy in bulk, and use this 5 lb. container for all of your most popular recipes!\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"quality-features\"\u003e\n            \u003cdiv class=\"quality-badge\"\u003e✓ 100% All-Natural\u003c\/div\u003e\n            \u003cdiv class=\"quality-badge\"\u003e✓ No Additives or Preservatives\u003c\/div\u003e\n            \u003cdiv class=\"quality-badge\"\u003e✓ Naturally Gluten-Free\u003c\/div\u003e\n            \u003cdiv class=\"quality-badge\"\u003e✓ Pure Honeycomb Collection\u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"usage-section\"\u003e\n            \u003ch3 class=\"usage-heading\"\u003ePerfect For All Your Culinary Needs\u003c\/h3\u003e\n            \u003cdiv class=\"usage-grid\"\u003e\n                \u003cdiv class=\"usage-item\"\u003e\n                    \u003cdiv class=\"usage-icon\"\u003e🍞\u003c\/div\u003e\n                    \u003cstrong\u003eBaking\u003c\/strong\u003e\n                    \u003cp\u003ePerfect for breads, pastries, and desserts\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"usage-item\"\u003e\n                    \u003cdiv class=\"usage-icon\"\u003e🍯\u003c\/div\u003e\n                    \u003cstrong\u003eSweetening\u003c\/strong\u003e\n                    \u003cp\u003eIdeal for beverages, cereals, and yogurt\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"usage-item\"\u003e\n                    \u003cdiv class=\"usage-icon\"\u003e👨‍🍳\u003c\/div\u003e\n                    \u003cstrong\u003eCooking\u003c\/strong\u003e\n                    \u003cp\u003eGreat for glazes, marinades, and sauces\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"usage-item\"\u003e\n                    \u003cdiv class=\"usage-icon\"\u003e🏪\u003c\/div\u003e\n                    \u003cstrong\u003eFood Service\u003c\/strong\u003e\n                    \u003cp\u003ePerfect for restaurants and bakeries\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"natural-specs-section\"\u003e\n            \u003ch3 class=\"specs-heading\"\u003eProduct Specifications\u003c\/h3\u003e\n            \u003ctable class=\"natural-specs-table\"\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eProduct Name\u003c\/td\u003e\n                    \u003ctd\u003eHometown Provisions All-Natural Honey\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003ePackage Size\u003c\/td\u003e\n                    \u003ctd\u003e5 lb. Container\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eHoney Color\u003c\/td\u003e\n                    \u003ctd\u003eClassic Golden\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eFlavor Profile\u003c\/td\u003e\n                    \u003ctd\u003eSweet and Light\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eSource\u003c\/td\u003e\n                    \u003ctd\u003ePure Honeycomb Collection\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eAdditives\u003c\/td\u003e\n                    \u003ctd\u003eNone - 100% Pure Honey\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003ePreservatives\u003c\/td\u003e\n                    \u003ctd\u003eNone Added\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eDietary Features\u003c\/td\u003e\n                    \u003ctd\u003e\n                        \u003cdiv class=\"feature-tags\"\u003e\n                            \u003cspan class=\"feature-tag\"\u003eNaturally Gluten-Free\u003c\/span\u003e\n                            \u003cspan class=\"feature-tag\"\u003eAll-Natural\u003c\/span\u003e\n                        \u003c\/div\u003e\n                    \u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eBest Uses\u003c\/td\u003e\n                    \u003ctd\u003e\n                        \u003cdiv class=\"feature-tags\"\u003e\n                            \u003cspan class=\"feature-tag\"\u003eBaking\u003c\/span\u003e\n                            \u003cspan class=\"feature-tag\"\u003eCooking\u003c\/span\u003e\n                            \u003cspan class=\"feature-tag\"\u003eSweetening\u003c\/span\u003e\n                        \u003c\/div\u003e\n                    \u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eContainer Type\u003c\/td\u003e\n                    \u003ctd\u003eFood-Grade Container\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eQuality Grade\u003c\/td\u003e\n                    \u003ctd\u003ePremium Grade A\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eShelf Life\u003c\/td\u003e\n                    \u003ctd\u003eLong-lasting natural preservation\u003c\/td\u003e\n                \u003c\/tr\u003e\n            \u003c\/table\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"natural-description\" style=\"margin-top: 30px;\"\u003e\n            \u003cp\u003e\u003cstrong\u003eWhy Choose Hometown Provisions?\u003c\/strong\u003e Our commitment to quality means you get pure, all-natural honey exactly as nature intended. With no additives, preservatives, or artificial ingredients, you can trust that you're serving the very best to your customers.\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":42617347637332,"sku":null,"price":36.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Product811-1.png?v=1761428352"},{"product_id":"narvon-simple-syrup-1-gallon-4-case","title":"Prime Simple Syrup 1 Gallon - 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\u003eSimple Syrup Product Description\u003c\/title\u003e\n    \u003cstyle\u003e\n        \/* Base Styles *\/\n        .syrup-product-description {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            color: #333;\n            max-width: 900px;\n            margin: 0 auto;\n            padding: 25px;\n            line-height: 1.6;\n            background: linear-gradient(to bottom, #f8f7ff, #fffaff);\n        }\n        \n        \/* Headline Styles *\/\n        .syrup-headline {\n            font-size: 32px;\n            font-weight: 700;\n            color: #6a5acd;\n            margin-bottom: 25px;\n            line-height: 1.3;\n            text-align: center;\n            position: relative;\n            padding-bottom: 20px;\n        }\n        \n        .syrup-headline:after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 120px;\n            height: 3px;\n            background: linear-gradient(90deg, #9370db, #6a5acd);\n            border-radius: 2px;\n        }\n        \n        \/* Description Text *\/\n        .syrup-description {\n            font-size: 17px;\n            margin-bottom: 30px;\n            color: #4a4a6a;\n            background: rgba(248, 247, 255, 0.8);\n            padding: 25px;\n            border-radius: 12px;\n            border-left: 4px solid #9370db;\n            box-shadow: 0 4px 15px rgba(106, 90, 205, 0.1);\n        }\n        \n        \/* Highlight Box *\/\n        .convenience-highlight {\n            background: linear-gradient(135deg, #6a5acd, #9370db);\n            color: white;\n            padding: 20px 25px;\n            margin: 30px 0;\n            border-radius: 12px;\n            text-align: center;\n            box-shadow: 0 6px 20px rgba(106, 90, 205, 0.2);\n        }\n        \n        .convenience-highlight p {\n            margin: 0;\n            font-size: 18px;\n            font-weight: 600;\n        }\n        \n        \/* Usage Grid *\/\n        .usage-section {\n            margin: 35px 0;\n        }\n        \n        .usage-heading {\n            color: #6a5acd;\n            font-size: 24px;\n            font-weight: 700;\n            margin-bottom: 20px;\n            text-align: center;\n        }\n        \n        .usage-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 20px;\n            margin-top: 25px;\n        }\n        \n        .usage-category {\n            background: white;\n            padding: 25px;\n            border-radius: 12px;\n            border-left: 4px solid #9370db;\n            box-shadow: 0 4px 15px rgba(106, 90, 205, 0.1);\n            transition: transform 0.3s ease;\n        }\n        \n        .usage-category:hover {\n            transform: translateY(-5px);\n        }\n        \n        .category-title {\n            color: #6a5acd;\n            font-size: 18px;\n            font-weight: 700;\n            margin-bottom: 12px;\n            display: flex;\n            align-items: center;\n            gap: 10px;\n        }\n        \n        .category-icon {\n            font-size: 20px;\n        }\n        \n        .usage-list {\n            list-style: none;\n            padding: 0;\n            margin: 0;\n        }\n        \n        .usage-list li {\n            padding: 6px 0;\n            color: #4a4a6a;\n            position: relative;\n            padding-left: 15px;\n        }\n        \n        .usage-list li:before {\n            content: '•';\n            color: #9370db;\n            font-weight: bold;\n            position: absolute;\n            left: 0;\n        }\n        \n        \/* Quality Badges *\/\n        .quality-features {\n            display: flex;\n            justify-content: center;\n            flex-wrap: wrap;\n            gap: 12px;\n            margin: 25px 0;\n        }\n        \n        .quality-badge {\n            display: inline-flex;\n            align-items: center;\n            background: linear-gradient(135deg, #9370db, #6a5acd);\n            color: white;\n            padding: 8px 18px;\n            border-radius: 25px;\n            font-weight: 600;\n            font-size: 14px;\n            box-shadow: 0 3px 8px rgba(147, 112, 219, 0.3);\n        }\n        \n        \/* Specs Section *\/\n        .syrup-specs-section {\n            margin-top: 40px;\n        }\n        \n        .specs-heading {\n            background: linear-gradient(135deg, #6a5acd, #9370db);\n            color: white;\n            padding: 16px 25px;\n            font-weight: 700;\n            border-radius: 10px 10px 0 0;\n            margin-bottom: 0;\n            font-size: 20px;\n            text-align: center;\n            letter-spacing: 0.5px;\n        }\n        \n        \/* Beautiful Table Styles *\/\n        .syrup-specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            box-shadow: 0 8px 25px rgba(106, 90, 205, 0.15);\n            border-radius: 0 0 10px 10px;\n            overflow: hidden;\n            background: white;\n        }\n        \n        .syrup-specs-table tr {\n            transition: all 0.3s ease;\n        }\n        \n        .syrup-specs-table tr:hover {\n            background-color: #f8f7ff;\n            transform: translateY(-1px);\n        }\n        \n        .syrup-specs-table tr:nth-child(even) {\n            background-color: #f8f7ff;\n        }\n        \n        .syrup-specs-table tr:nth-child(odd) {\n            background-color: #FFFFFF;\n        }\n        \n        .syrup-specs-table td {\n            padding: 18px 25px;\n            border-bottom: 1px solid #e6e6fa;\n            transition: all 0.3s ease;\n        }\n        \n        .syrup-specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .syrup-specs-table td:first-child {\n            font-weight: 700;\n            color: #6a5acd;\n            width: 35%;\n            font-size: 16px;\n        }\n        \n        .syrup-specs-table td:last-child {\n            color: #4a4a6a;\n            font-size: 16px;\n        }\n        \n        \/* Feature Tags *\/\n        .feature-tags {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 8px;\n        }\n        \n        .feature-tag {\n            background: linear-gradient(135deg, #9370db, #6a5acd);\n            color: white;\n            padding: 6px 14px;\n            border-radius: 20px;\n            font-size: 13px;\n            font-weight: 600;\n            box-shadow: 0 2px 5px rgba(147, 112, 219, 0.3);\n        }\n        \n        \/* Benefits Section *\/\n        .benefits-section {\n            background: linear-gradient(135deg, #f8f7ff, #fffaff);\n            padding: 25px;\n            margin: 30px 0;\n            border-radius: 12px;\n            border: 2px solid #9370db;\n        }\n        \n        .benefits-heading {\n            color: #6a5acd;\n            font-size: 22px;\n            font-weight: 700;\n            margin-bottom: 15px;\n            text-align: center;\n        }\n        \n        \/* Responsive Design *\/\n        @media (max-width: 768px) {\n            .syrup-headline {\n                font-size: 26px;\n            }\n            \n            .syrup-description {\n                font-size: 16px;\n                padding: 20px;\n            }\n            \n            .syrup-specs-table td {\n                padding: 14px 18px;\n            }\n            \n            .specs-heading {\n                padding: 14px 20px;\n                font-size: 18px;\n            }\n            \n            .quality-features {\n                flex-direction: column;\n                align-items: center;\n            }\n            \n            .usage-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .syrup-product-description {\n                padding: 15px;\n            }\n            \n            .syrup-headline {\n                font-size: 22px;\n            }\n            \n            .syrup-specs-table {\n                font-size: 14px;\n            }\n            \n            .syrup-specs-table td {\n                padding: 12px 15px;\n            }\n            \n            .syrup-specs-table td:first-child {\n                width: 40%;\n            }\n            \n            .feature-tags {\n                flex-direction: column;\n                gap: 5px;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"syrup-product-description\"\u003e\n        \u003ch2 class=\"syrup-headline\"\u003eEasily craft your own enticing signature drinks with Narvon's simple syrup!\u003c\/h2\u003e\n        \n        \u003cdiv class=\"syrup-description\"\u003e\n            \u003cp\u003eSimple syrup is a liquid sweetener that is used to add the perfect amount of sweetness to beverages and frozen treats without altering their flavor profiles. Use it to add sweetness to your signature cocktails and non-alcoholic drinks, like slushies, lemonades, iced teas, and specialty coffees.\u003c\/p\u003e\n            \u003cp\u003eIt can even be used as an all-purpose glaze on cakes to take their flavor, texture, and moistness to the next level!\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"convenience-highlight\"\u003e\n            \u003cp\u003eThis simple syrup provides consistency in taste and texture, as well as saves you the hassle of cooking and storing your house-made simple syrup.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"quality-features\"\u003e\n            \u003cdiv class=\"quality-badge\"\u003e✓ Consistent Quality\u003c\/div\u003e\n            \u003cdiv class=\"quality-badge\"\u003e✓ Time-Saving\u003c\/div\u003e\n            \u003cdiv class=\"quality-badge\"\u003e✓ Versatile Applications\u003c\/div\u003e\n            \u003cdiv class=\"quality-badge\"\u003e✓ Professional Results\u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"usage-section\"\u003e\n            \u003ch3 class=\"usage-heading\"\u003eVersatile Applications for Every Need\u003c\/h3\u003e\n            \u003cdiv class=\"usage-grid\"\u003e\n                \u003cdiv class=\"usage-category\"\u003e\n                    \u003cdiv class=\"category-title\"\u003e\n                        \u003cspan class=\"category-icon\"\u003e🍹\u003c\/span\u003e\n                        \u003cspan\u003eCocktails \u0026amp; Bar\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cul class=\"usage-list\"\u003e\n                        \u003cli\u003eSignature cocktails\u003c\/li\u003e\n                        \u003cli\u003eMixed drinks\u003c\/li\u003e\n                        \u003cli\u003eMocktails\u003c\/li\u003e\n                        \u003cli\u003eBar specialties\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"usage-category\"\u003e\n                    \u003cdiv class=\"category-title\"\u003e\n                        \u003cspan class=\"category-icon\"\u003e🥤\u003c\/span\u003e\n                        \u003cspan\u003eNon-Alcoholic Drinks\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cul class=\"usage-list\"\u003e\n                        \u003cli\u003eSlushies \u0026amp; smoothies\u003c\/li\u003e\n                        \u003cli\u003eLemonades \u0026amp; iced teas\u003c\/li\u003e\n                        \u003cli\u003eSpecialty coffees\u003c\/li\u003e\n                        \u003cli\u003eFountain drinks\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"usage-category\"\u003e\n                    \u003cdiv class=\"category-title\"\u003e\n                        \u003cspan class=\"category-icon\"\u003e🍰\u003c\/span\u003e\n                        \u003cspan\u003eBaking \u0026amp; Desserts\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cul class=\"usage-list\"\u003e\n                        \u003cli\u003eCake glazes\u003c\/li\u003e\n                        \u003cli\u003ePastry sweetening\u003c\/li\u003e\n                        \u003cli\u003eDessert sauces\u003c\/li\u003e\n                        \u003cli\u003eFrozen treats\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"benefits-section\"\u003e\n            \u003ch3 class=\"benefits-heading\"\u003eWhy Choose Narvon's Simple Syrup?\u003c\/h3\u003e\n            \u003cp\u003eOur simple syrup eliminates the guesswork and inconsistency of homemade versions. Get perfect sweetness every time with our professionally formulated syrup that dissolves instantly and distributes evenly throughout your beverages and recipes.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"syrup-specs-section\"\u003e\n            \u003ch3 class=\"specs-heading\"\u003eProduct Specifications\u003c\/h3\u003e\n            \u003ctable class=\"syrup-specs-table\"\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eProduct Name\u003c\/td\u003e\n                    \u003ctd\u003eNarvon's Simple Syrup\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eProduct Type\u003c\/td\u003e\n                    \u003ctd\u003eLiquid Sweetener\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003ePrimary Use\u003c\/td\u003e\n                    \u003ctd\u003eBeverage Sweetening\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eApplications\u003c\/td\u003e\n                    \u003ctd\u003e\n                        \u003cdiv class=\"feature-tags\"\u003e\n                            \u003cspan class=\"feature-tag\"\u003eCocktails\u003c\/span\u003e\n                            \u003cspan class=\"feature-tag\"\u003eNon-Alcoholic Drinks\u003c\/span\u003e\n                            \u003cspan class=\"feature-tag\"\u003eDesserts\u003c\/span\u003e\n                            \u003cspan class=\"feature-tag\"\u003eBaking\u003c\/span\u003e\n                        \u003c\/div\u003e\n                    \u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eConsistency\u003c\/td\u003e\n                    \u003ctd\u003eSmooth Liquid\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eSweetness Level\u003c\/td\u003e\n                    \u003ctd\u003ePerfectly Balanced\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eFlavor Profile\u003c\/td\u003e\n                    \u003ctd\u003eNeutral - Doesn't Alter Drink Flavors\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eMixing Properties\u003c\/td\u003e\n                    \u003ctd\u003eDissolves Instantly\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eTexture Enhancement\u003c\/td\u003e\n                    \u003ctd\u003eImproves Mouthfeel\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eVersatility\u003c\/td\u003e\n                    \u003ctd\u003eMultiple Culinary Uses\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eConvenience\u003c\/td\u003e\n                    \u003ctd\u003eReady-to-Use\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eProfessional Grade\u003c\/td\u003e\n                    \u003ctd\u003eYes - Food Service Quality\u003c\/td\u003e\n                \u003c\/tr\u003e\n            \u003c\/table\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42617357598804,"sku":null,"price":112.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Product812-1.png?v=1761428659"},{"product_id":"regal-cane-sugar-packet-2-000-case","title":"Cane Sugar Packet By Prime- 2,000\/Case","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eCane Sugar Packets Product Description\u003c\/title\u003e\n    \u003cstyle\u003e\n        \/* Base Styles *\/\n        .sugar-product-description {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            color: #333;\n            max-width: 900px;\n            margin: 0 auto;\n            padding: 25px;\n            line-height: 1.6;\n            background: linear-gradient(to bottom, #fffbf0, #fffef7);\n        }\n        \n        \/* Headline Styles *\/\n        .sugar-headline {\n            font-size: 32px;\n            font-weight: 700;\n            color: #d4a574;\n            margin-bottom: 25px;\n            line-height: 1.3;\n            text-align: center;\n            position: relative;\n            padding-bottom: 20px;\n        }\n        \n        .sugar-headline:after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 120px;\n            height: 3px;\n            background: linear-gradient(90deg, #d4a574, #b8860b);\n            border-radius: 2px;\n        }\n        \n        \/* Description Text *\/\n        .sugar-description {\n            font-size: 17px;\n            margin-bottom: 30px;\n            color: #5a4a42;\n            text-align: center;\n            background: rgba(255, 251, 240, 0.8);\n            padding: 25px;\n            border-radius: 12px;\n            border-left: 4px solid #d4a574;\n            box-shadow: 0 4px 15px rgba(212, 165, 116, 0.1);\n        }\n        \n        \/* Highlight Box *\/\n        .value-highlight {\n            background: linear-gradient(135deg, #d4a574, #b8860b);\n            color: white;\n            padding: 20px 25px;\n            margin: 30px 0;\n            border-radius: 12px;\n            text-align: center;\n            box-shadow: 0 6px 20px rgba(212, 165, 116, 0.2);\n        }\n        \n        .value-highlight p {\n            margin: 0;\n            font-size: 18px;\n            font-weight: 600;\n        }\n        \n        \/* Usage Grid *\/\n        .usage-section {\n            margin: 35px 0;\n        }\n        \n        .usage-heading {\n            color: #b8860b;\n            font-size: 24px;\n            font-weight: 700;\n            margin-bottom: 20px;\n            text-align: center;\n        }\n        \n        .usage-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n            margin-top: 25px;\n        }\n        \n        .usage-category {\n            background: white;\n            padding: 25px;\n            border-radius: 12px;\n            border-left: 4px solid #d4a574;\n            box-shadow: 0 4px 15px rgba(212, 165, 116, 0.1);\n            transition: transform 0.3s ease;\n            text-align: center;\n        }\n        \n        .usage-category:hover {\n            transform: translateY(-5px);\n        }\n        \n        .category-icon {\n            font-size: 40px;\n            margin-bottom: 15px;\n            color: #b8860b;\n        }\n        \n        .category-title {\n            color: #b8860b;\n            font-size: 18px;\n            font-weight: 700;\n            margin-bottom: 10px;\n        }\n        \n        .category-description {\n            color: #5a4a42;\n            font-size: 14px;\n            line-height: 1.5;\n        }\n        \n        \/* Quality Badges *\/\n        .quality-features {\n            display: flex;\n            justify-content: center;\n            flex-wrap: wrap;\n            gap: 12px;\n            margin: 25px 0;\n        }\n        \n        .quality-badge {\n            display: inline-flex;\n            align-items: center;\n            background: linear-gradient(135deg, #d4a574, #b8860b);\n            color: white;\n            padding: 8px 18px;\n            border-radius: 25px;\n            font-weight: 600;\n            font-size: 14px;\n            box-shadow: 0 3px 8px rgba(212, 165, 116, 0.3);\n        }\n        \n        \/* Benefits Section *\/\n        .benefits-section {\n            background: linear-gradient(135deg, #fffbf0, #fff8e1);\n            padding: 25px;\n            margin: 30px 0;\n            border-radius: 12px;\n            border: 2px solid #d4a574;\n        }\n        \n        .benefits-heading {\n            color: #b8860b;\n            font-size: 22px;\n            font-weight: 700;\n            margin-bottom: 15px;\n            text-align: center;\n        }\n        \n        .benefits-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 20px;\n            margin-top: 20px;\n        }\n        \n        .benefit-item {\n            text-align: center;\n            padding: 15px;\n        }\n        \n        .benefit-icon {\n            font-size: 24px;\n            margin-bottom: 10px;\n            color: #b8860b;\n        }\n        \n        \/* Specs Section *\/\n        .sugar-specs-section {\n            margin-top: 40px;\n        }\n        \n        .specs-heading {\n            background: linear-gradient(135deg, #d4a574, #b8860b);\n            color: white;\n            padding: 16px 25px;\n            font-weight: 700;\n            border-radius: 10px 10px 0 0;\n            margin-bottom: 0;\n            font-size: 20px;\n            text-align: center;\n            letter-spacing: 0.5px;\n        }\n        \n        \/* Beautiful Table Styles *\/\n        .sugar-specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            box-shadow: 0 8px 25px rgba(212, 165, 116, 0.15);\n            border-radius: 0 0 10px 10px;\n            overflow: hidden;\n            background: white;\n        }\n        \n        .sugar-specs-table tr {\n            transition: all 0.3s ease;\n        }\n        \n        .sugar-specs-table tr:hover {\n            background-color: #fffbf0;\n            transform: translateY(-1px);\n        }\n        \n        .sugar-specs-table tr:nth-child(even) {\n            background-color: #fffbf0;\n        }\n        \n        .sugar-specs-table tr:nth-child(odd) {\n            background-color: #FFFFFF;\n        }\n        \n        .sugar-specs-table td {\n            padding: 18px 25px;\n            border-bottom: 1px solid #f5e6d3;\n            transition: all 0.3s ease;\n        }\n        \n        .sugar-specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .sugar-specs-table td:first-child {\n            font-weight: 700;\n            color: #b8860b;\n            width: 35%;\n            font-size: 16px;\n        }\n        \n        .sugar-specs-table td:last-child {\n            color: #5a4a42;\n            font-size: 16px;\n        }\n        \n        \/* Feature Tags *\/\n        .feature-tags {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 8px;\n        }\n        \n        .feature-tag {\n            background: linear-gradient(135deg, #d4a574, #b8860b);\n            color: white;\n            padding: 6px 14px;\n            border-radius: 20px;\n            font-size: 13px;\n            font-weight: 600;\n            box-shadow: 0 2px 5px rgba(212, 165, 116, 0.3);\n        }\n        \n        \/* Responsive Design *\/\n        @media (max-width: 768px) {\n            .sugar-headline {\n                font-size: 26px;\n            }\n            \n            .sugar-description {\n                font-size: 16px;\n                padding: 20px;\n            }\n            \n            .sugar-specs-table td {\n                padding: 14px 18px;\n            }\n            \n            .specs-heading {\n                padding: 14px 20px;\n                font-size: 18px;\n            }\n            \n            .quality-features {\n                flex-direction: column;\n                align-items: center;\n            }\n            \n            .usage-grid, .benefits-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .sugar-product-description {\n                padding: 15px;\n            }\n            \n            .sugar-headline {\n                font-size: 22px;\n            }\n            \n            .sugar-specs-table {\n                font-size: 14px;\n            }\n            \n            .sugar-specs-table td {\n                padding: 12px 15px;\n            }\n            \n            .sugar-specs-table td:first-child {\n                width: 40%;\n            }\n            \n            .feature-tags {\n                flex-direction: column;\n                gap: 5px;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"sugar-product-description\"\u003e\n        \u003ch2 class=\"sugar-headline\"\u003eSweeten your coffee and tea to perfection with this Regal Foods cane sugar packet!\u003c\/h2\u003e\n        \n        \u003cdiv class=\"sugar-description\"\u003e\n            \u003cp\u003eLook no further than Regal Foods for all of your sweetening needs! Cost effective and conveniently-packaged, this Regal Foods sugar makes a smart addition to any venue.\u003c\/p\u003e\n            \u003cp\u003eOffer this packet at your party, coffee shop, or concession stand, and your guests will have just the right amount to flavor each of their hot beverages.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"value-highlight\"\u003e\n            \u003cp\u003eCost-effective solution for all your sweetening needs with perfectly portioned convenience!\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"quality-features\"\u003e\n            \u003cdiv class=\"quality-badge\"\u003e✓ Perfectly Portioned\u003c\/div\u003e\n            \u003cdiv class=\"quality-badge\"\u003e✓ Cost Effective\u003c\/div\u003e\n            \u003cdiv class=\"quality-badge\"\u003e✓ Convenient Packaging\u003c\/div\u003e\n            \u003cdiv class=\"quality-badge\"\u003e✓ Consistent Quality\u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"usage-section\"\u003e\n            \u003ch3 class=\"usage-heading\"\u003ePerfect For Every Service Environment\u003c\/h3\u003e\n            \u003cdiv class=\"usage-grid\"\u003e\n                \u003cdiv class=\"usage-category\"\u003e\n                    \u003cdiv class=\"category-icon\"\u003e☕\u003c\/div\u003e\n                    \u003cdiv class=\"category-title\"\u003eCoffee Shops\u003c\/div\u003e\n                    \u003cdiv class=\"category-description\"\u003eIdeal for cafes and coffee bars serving premium beverages\u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"usage-category\"\u003e\n                    \u003cdiv class=\"category-icon\"\u003e🏪\u003c\/div\u003e\n                    \u003cdiv class=\"category-title\"\u003eConcession Stands\u003c\/div\u003e\n                    \u003cdiv class=\"category-description\"\u003ePerfect for quick service and self-service stations\u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"usage-category\"\u003e\n                    \u003cdiv class=\"category-icon\"\u003e🎉\u003c\/div\u003e\n                    \u003cdiv class=\"category-title\"\u003eEvents \u0026amp; Parties\u003c\/div\u003e\n                    \u003cdiv class=\"category-description\"\u003eGreat for catering events and social gatherings\u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"usage-category\"\u003e\n                    \u003cdiv class=\"category-icon\"\u003e🏨\u003c\/div\u003e\n                    \u003cdiv class=\"category-title\"\u003eHospitality\u003c\/div\u003e\n                    \u003cdiv class=\"category-description\"\u003eExcellent for hotels, restaurants, and room service\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"benefits-section\"\u003e\n            \u003ch3 class=\"benefits-heading\"\u003eWhy Choose Regal Foods Sugar Packets?\u003c\/h3\u003e\n            \u003cdiv class=\"benefits-grid\"\u003e\n                \u003cdiv class=\"benefit-item\"\u003e\n                    \u003cdiv class=\"benefit-icon\"\u003e💼\u003c\/div\u003e\n                    \u003cstrong\u003eProfessional\u003c\/strong\u003e\n                    \u003cp\u003ePremium quality for commercial use\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"benefit-item\"\u003e\n                    \u003cdiv class=\"benefit-icon\"\u003e💰\u003c\/div\u003e\n                    \u003cstrong\u003eCost-Effective\u003c\/strong\u003e\n                    \u003cp\u003eBudget-friendly bulk pricing\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"benefit-item\"\u003e\n                    \u003cdiv class=\"benefit-icon\"\u003e⚡\u003c\/div\u003e\n                    \u003cstrong\u003eConvenient\u003c\/strong\u003e\n                    \u003cp\u003eEasy to store and distribute\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"benefit-item\"\u003e\n                    \u003cdiv class=\"benefit-icon\"\u003e👌\u003c\/div\u003e\n                    \u003cstrong\u003eConsistent\u003c\/strong\u003e\n                    \u003cp\u003eSame great taste every time\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"sugar-specs-section\"\u003e\n            \u003ch3 class=\"specs-heading\"\u003eProduct Specifications\u003c\/h3\u003e\n            \u003ctable class=\"sugar-specs-table\"\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eProduct Name\u003c\/td\u003e\n                    \u003ctd\u003eRegal Foods Cane Sugar Packets\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eProduct Type\u003c\/td\u003e\n                    \u003ctd\u003eGranulated Cane Sugar\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003ePackaging\u003c\/td\u003e\n                    \u003ctd\u003eIndividual Packets\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003ePrimary Use\u003c\/td\u003e\n                    \u003ctd\u003eBeverage Sweetening\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eIdeal For\u003c\/td\u003e\n                    \u003ctd\u003e\n                        \u003cdiv class=\"feature-tags\"\u003e\n                            \u003cspan class=\"feature-tag\"\u003eCoffee\u003c\/span\u003e\n                            \u003cspan class=\"feature-tag\"\u003eTea\u003c\/span\u003e\n                            \u003cspan class=\"feature-tag\"\u003eHot Beverages\u003c\/span\u003e\n                        \u003c\/div\u003e\n                    \u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eVenue Applications\u003c\/td\u003e\n                    \u003ctd\u003e\n                        \u003cdiv class=\"feature-tags\"\u003e\n                            \u003cspan class=\"feature-tag\"\u003eCoffee Shops\u003c\/span\u003e\n                            \u003cspan class=\"feature-tag\"\u003eConcession Stands\u003c\/span\u003e\n                            \u003cspan class=\"feature-tag\"\u003eParties \u0026amp; Events\u003c\/span\u003e\n                        \u003c\/div\u003e\n                    \u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003ePortion Control\u003c\/td\u003e\n                    \u003ctd\u003ePre-measured Packets\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eConvenience Level\u003c\/td\u003e\n                    \u003ctd\u003eReady-to-Use\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eStorage\u003c\/td\u003e\n                    \u003ctd\u003eEasy to Store \u0026amp; Dispense\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eCost Efficiency\u003c\/td\u003e\n                    \u003ctd\u003eBudget-Friendly Bulk Option\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eQuality\u003c\/td\u003e\n                    \u003ctd\u003ePremium Food Service Grade\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eBrand\u003c\/td\u003e\n                    \u003ctd\u003eRegal Foods\u003c\/td\u003e\n                \u003c\/tr\u003e\n            \u003c\/table\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"sugar-description\" style=\"margin-top: 30px;\"\u003e\n            \u003cp\u003e\u003cstrong\u003eTrusted Quality:\u003c\/strong\u003e Regal Foods has been providing quality food service products that businesses rely on for consistent performance and customer satisfaction.\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":42617380012116,"sku":null,"price":37.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Product813-1.png?v=1761428967"},{"product_id":"regal-raw-turbinado-sugar-packet-1-000-case","title":"Raw Turbinado Sugar Packet by Prime - 1,000\/Case","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eRaw Turbinado Sugar Packets Product Description\u003c\/title\u003e\n    \u003cstyle\u003e\n        \/* Base Styles *\/\n        .turbinado-product-description {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            color: #333;\n            max-width: 900px;\n            margin: 0 auto;\n            padding: 25px;\n            line-height: 1.6;\n            background: linear-gradient(to bottom, #fff8f0, #fffaf5);\n        }\n        \n        \/* Headline Styles *\/\n        .turbinado-headline {\n            font-size: 32px;\n            font-weight: 700;\n            color: #a0522d;\n            margin-bottom: 25px;\n            line-height: 1.3;\n            text-align: center;\n            position: relative;\n            padding-bottom: 20px;\n        }\n        \n        .turbinado-headline:after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 120px;\n            height: 3px;\n            background: linear-gradient(90deg, #a0522d, #cd853f);\n            border-radius: 2px;\n        }\n        \n        \/* Description Text *\/\n        .turbinado-description {\n            font-size: 17px;\n            margin-bottom: 30px;\n            color: #5a4a42;\n            text-align: center;\n            background: rgba(255, 248, 240, 0.8);\n            padding: 25px;\n            border-radius: 12px;\n            border-left: 4px solid #cd853f;\n            box-shadow: 0 4px 15px rgba(160, 82, 45, 0.1);\n        }\n        \n        \/* Highlight Box *\/\n        .premium-highlight {\n            background: linear-gradient(135deg, #a0522d, #cd853f);\n            color: white;\n            padding: 20px 25px;\n            margin: 30px 0;\n            border-radius: 12px;\n            text-align: center;\n            box-shadow: 0 6px 20px rgba(160, 82, 45, 0.2);\n        }\n        \n        .premium-highlight p {\n            margin: 0;\n            font-size: 18px;\n            font-weight: 600;\n        }\n        \n        \/* Natural Benefits Section *\/\n        .natural-benefits {\n            background: linear-gradient(135deg, #fff8f0, #fff0e0);\n            padding: 25px;\n            margin: 30px 0;\n            border-radius: 12px;\n            border: 2px solid #cd853f;\n        }\n        \n        .benefits-heading {\n            color: #a0522d;\n            font-size: 22px;\n            font-weight: 700;\n            margin-bottom: 15px;\n            text-align: center;\n        }\n        \n        .benefits-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n            margin-top: 20px;\n        }\n        \n        .benefit-item {\n            text-align: center;\n            padding: 20px;\n            background: white;\n            border-radius: 10px;\n            border-left: 4px solid #cd853f;\n            box-shadow: 0 4px 12px rgba(160, 82, 45, 0.1);\n        }\n        \n        .benefit-icon {\n            font-size: 32px;\n            margin-bottom: 12px;\n            color: #a0522d;\n        }\n        \n        \/* Usage Grid *\/\n        .usage-section {\n            margin: 35px 0;\n        }\n        \n        .usage-heading {\n            color: #a0522d;\n            font-size: 24px;\n            font-weight: 700;\n            margin-bottom: 20px;\n            text-align: center;\n        }\n        \n        .usage-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n            margin-top: 25px;\n        }\n        \n        .usage-category {\n            background: white;\n            padding: 25px;\n            border-radius: 12px;\n            border-left: 4px solid #cd853f;\n            box-shadow: 0 4px 15px rgba(160, 82, 45, 0.1);\n            transition: transform 0.3s ease;\n            text-align: center;\n        }\n        \n        .usage-category:hover {\n            transform: translateY(-5px);\n        }\n        \n        .category-icon {\n            font-size: 40px;\n            margin-bottom: 15px;\n            color: #a0522d;\n        }\n        \n        .category-title {\n            color: #a0522d;\n            font-size: 18px;\n            font-weight: 700;\n            margin-bottom: 10px;\n        }\n        \n        .category-description {\n            color: #5a4a42;\n            font-size: 14px;\n            line-height: 1.5;\n        }\n        \n        \/* Quality Badges *\/\n        .quality-features {\n            display: flex;\n            justify-content: center;\n            flex-wrap: wrap;\n            gap: 12px;\n            margin: 25px 0;\n        }\n        \n        .quality-badge {\n            display: inline-flex;\n            align-items: center;\n            background: linear-gradient(135deg, #a0522d, #cd853f);\n            color: white;\n            padding: 8px 18px;\n            border-radius: 25px;\n            font-weight: 600;\n            font-size: 14px;\n            box-shadow: 0 3px 8px rgba(160, 82, 45, 0.3);\n        }\n        \n        .quality-badge.natural {\n            background: linear-gradient(135deg, #8b4513, #a0522d);\n        }\n        \n        \/* Specs Section *\/\n        .turbinado-specs-section {\n            margin-top: 40px;\n        }\n        \n        .specs-heading {\n            background: linear-gradient(135deg, #a0522d, #cd853f);\n            color: white;\n            padding: 16px 25px;\n            font-weight: 700;\n            border-radius: 10px 10px 0 0;\n            margin-bottom: 0;\n            font-size: 20px;\n            text-align: center;\n            letter-spacing: 0.5px;\n        }\n        \n        \/* Beautiful Table Styles *\/\n        .turbinado-specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            box-shadow: 0 8px 25px rgba(160, 82, 45, 0.15);\n            border-radius: 0 0 10px 10px;\n            overflow: hidden;\n            background: white;\n        }\n        \n        .turbinado-specs-table tr {\n            transition: all 0.3s ease;\n        }\n        \n        .turbinado-specs-table tr:hover {\n            background-color: #fff8f0;\n            transform: translateY(-1px);\n        }\n        \n        .turbinado-specs-table tr:nth-child(even) {\n            background-color: #fff8f0;\n        }\n        \n        .turbinado-specs-table tr:nth-child(odd) {\n            background-color: #FFFFFF;\n        }\n        \n        .turbinado-specs-table td {\n            padding: 18px 25px;\n            border-bottom: 1px solid #f5e6d3;\n            transition: all 0.3s ease;\n        }\n        \n        .turbinado-specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .turbinado-specs-table td:first-child {\n            font-weight: 700;\n            color: #a0522d;\n            width: 35%;\n            font-size: 16px;\n        }\n        \n        .turbinado-specs-table td:last-child {\n            color: #5a4a42;\n            font-size: 16px;\n        }\n        \n        \/* Feature Tags *\/\n        .feature-tags {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 8px;\n        }\n        \n        .feature-tag {\n            background: linear-gradient(135deg, #cd853f, #a0522d);\n            color: white;\n            padding: 6px 14px;\n            border-radius: 20px;\n            font-size: 13px;\n            font-weight: 600;\n            box-shadow: 0 2px 5px rgba(205, 133, 63, 0.3);\n        }\n        \n        .feature-tag.natural {\n            background: linear-gradient(135deg, #8b4513, #a0522d);\n        }\n        \n        \/* Responsive Design *\/\n        @media (max-width: 768px) {\n            .turbinado-headline {\n                font-size: 26px;\n            }\n            \n            .turbinado-description {\n                font-size: 16px;\n                padding: 20px;\n            }\n            \n            .turbinado-specs-table td {\n                padding: 14px 18px;\n            }\n            \n            .specs-heading {\n                padding: 14px 20px;\n                font-size: 18px;\n            }\n            \n            .quality-features {\n                flex-direction: column;\n                align-items: center;\n            }\n            \n            .usage-grid, .benefits-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .turbinado-product-description {\n                padding: 15px;\n            }\n            \n            .turbinado-headline {\n                font-size: 22px;\n            }\n            \n            .turbinado-specs-table {\n                font-size: 14px;\n            }\n            \n            .turbinado-specs-table td {\n                padding: 12px 15px;\n            }\n            \n            .turbinado-specs-table td:first-child {\n                width: 40%;\n            }\n            \n            .feature-tags {\n                flex-direction: column;\n                gap: 5px;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"turbinado-product-description\"\u003e\n        \u003ch2 class=\"turbinado-headline\"\u003eSweeten your coffee and tea to perfection with this Regal Foods raw turbinado sugar packet!\u003c\/h2\u003e\n        \n        \u003cdiv class=\"turbinado-description\"\u003e\n            \u003cp\u003eLook no further than Regal Foods for all of your sweetening needs! Cost effective and conveniently-packaged, this Regal Foods raw turbinado sugar makes a smart addition to any venue.\u003c\/p\u003e\n            \u003cp\u003eOffer this packet at your party, coffee shop, or concession stand, and your guests will have just the right amount to flavor each of their hot beverages.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"premium-highlight\"\u003e\n            \u003cp\u003eExperience the rich, natural flavor of raw turbinado sugar with perfectly portioned convenience!\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"quality-features\"\u003e\n            \u003cdiv class=\"quality-badge natural\"\u003e✓ Raw \u0026amp; Natural\u003c\/div\u003e\n            \u003cdiv class=\"quality-badge\"\u003e✓ Perfectly Portioned\u003c\/div\u003e\n            \u003cdiv class=\"quality-badge\"\u003e✓ Cost Effective\u003c\/div\u003e\n            \u003cdiv class=\"quality-badge natural\"\u003e✓ Minimally Processed\u003c\/div\u003e\n            \u003cdiv class=\"quality-badge\"\u003e✓ Convenient Packaging\u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"natural-benefits\"\u003e\n            \u003ch3 class=\"benefits-heading\"\u003eWhy Choose Raw Turbinado Sugar?\u003c\/h3\u003e\n            \u003cdiv class=\"benefits-grid\"\u003e\n                \u003cdiv class=\"benefit-item\"\u003e\n                    \u003cdiv class=\"benefit-icon\"\u003e🌿\u003c\/div\u003e\n                    \u003cstrong\u003eNatural Goodness\u003c\/strong\u003e\n                    \u003cp\u003eMinimally processed to retain natural molasses flavor\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"benefit-item\"\u003e\n                    \u003cdiv class=\"benefit-icon\"\u003e🍯\u003c\/div\u003e\n                    \u003cstrong\u003eRich Flavor\u003c\/strong\u003e\n                    \u003cp\u003eDelicious caramel-like taste with subtle molasses notes\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"benefit-item\"\u003e\n                    \u003cdiv class=\"benefit-icon\"\u003e⚡\u003c\/div\u003e\n                    \u003cstrong\u003eQuick Dissolving\u003c\/strong\u003e\n                    \u003cp\u003eBlends easily into hot and cold beverages\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"benefit-item\"\u003e\n                    \u003cdiv class=\"benefit-icon\"\u003e👌\u003c\/div\u003e\n                    \u003cstrong\u003ePremium Quality\u003c\/strong\u003e\n                    \u003cp\u003eFood service grade for professional establishments\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"usage-section\"\u003e\n            \u003ch3 class=\"usage-heading\"\u003ePerfect For Premium Service Environments\u003c\/h3\u003e\n            \u003cdiv class=\"usage-grid\"\u003e\n                \u003cdiv class=\"usage-category\"\u003e\n                    \u003cdiv class=\"category-icon\"\u003e☕\u003c\/div\u003e\n                    \u003cdiv class=\"category-title\"\u003eSpecialty Coffee Shops\u003c\/div\u003e\n                    \u003cdiv class=\"category-description\"\u003eIdeal for premium cafes serving artisanal coffee beverages\u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"usage-category\"\u003e\n                    \u003cdiv class=\"category-icon\"\u003e🏪\u003c\/div\u003e\n                    \u003cdiv class=\"category-title\"\u003eUpscale Concessions\u003c\/div\u003e\n                    \u003cdiv class=\"category-description\"\u003ePerfect for premium food service and hospitality venues\u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"usage-category\"\u003e\n                    \u003cdiv class=\"category-icon\"\u003e🎉\u003c\/div\u003e\n                    \u003cdiv class=\"category-title\"\u003ePremium Events\u003c\/div\u003e\n                    \u003cdiv class=\"category-description\"\u003eGreat for upscale catering and special events\u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"usage-category\"\u003e\n                    \u003cdiv class=\"category-icon\"\u003e🏨\u003c\/div\u003e\n                    \u003cdiv class=\"category-title\"\u003eLuxury Hospitality\u003c\/div\u003e\n                    \u003cdiv class=\"category-description\"\u003eExcellent for high-end hotels and fine dining restaurants\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"turbinado-specs-section\"\u003e\n            \u003ch3 class=\"specs-heading\"\u003eProduct Specifications\u003c\/h3\u003e\n            \u003ctable class=\"turbinado-specs-table\"\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eProduct Name\u003c\/td\u003e\n                    \u003ctd\u003eRegal Foods Raw Turbinado Sugar Packets\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eProduct Type\u003c\/td\u003e\n                    \u003ctd\u003eRaw Turbinado Sugar\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eProcessing\u003c\/td\u003e\n                    \u003ctd\u003eMinimally Processed\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eColor\u003c\/td\u003e\n                    \u003ctd\u003eGolden Brown\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eFlavor Profile\u003c\/td\u003e\n                    \u003ctd\u003eRich, Caramel-like with Molasses Notes\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003ePackaging\u003c\/td\u003e\n                    \u003ctd\u003eIndividual Packets\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003ePrimary Use\u003c\/td\u003e\n                    \u003ctd\u003ePremium Beverage Sweetening\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eIdeal For\u003c\/td\u003e\n                    \u003ctd\u003e\n                        \u003cdiv class=\"feature-tags\"\u003e\n                            \u003cspan class=\"feature-tag natural\"\u003eSpecialty Coffee\u003c\/span\u003e\n                            \u003cspan class=\"feature-tag natural\"\u003ePremium Tea\u003c\/span\u003e\n                            \u003cspan class=\"feature-tag\"\u003eHot Beverages\u003c\/span\u003e\n                        \u003c\/div\u003e\n                    \u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eVenue Applications\u003c\/td\u003e\n                    \u003ctd\u003e\n                        \u003cdiv class=\"feature-tags\"\u003e\n                            \u003cspan class=\"feature-tag natural\"\u003eUpscale Coffee Shops\u003c\/span\u003e\n                            \u003cspan class=\"feature-tag\"\u003ePremium Concessions\u003c\/span\u003e\n                            \u003cspan class=\"feature-tag natural\"\u003eFine Dining\u003c\/span\u003e\n                        \u003c\/div\u003e\n                    \u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003ePortion Control\u003c\/td\u003e\n                    \u003ctd\u003ePre-measured Packets\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eNatural Qualities\u003c\/td\u003e\n                    \u003ctd\u003eRetains Natural Molasses\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eConvenience Level\u003c\/td\u003e\n                    \u003ctd\u003eReady-to-Use\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eQuality Grade\u003c\/td\u003e\n                    \u003ctd\u003ePremium Food Service Grade\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eBrand\u003c\/td\u003e\n                    \u003ctd\u003eRegal Foods\u003c\/td\u003e\n                \u003c\/tr\u003e\n            \u003c\/table\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"turbinado-description\" style=\"margin-top: 30px;\"\u003e\n            \u003cp\u003e\u003cstrong\u003ePremium Natural Sweetening:\u003c\/strong\u003e Regal Foods brings you the finest raw turbinado sugar, carefully selected and packaged to meet the standards of premium food service establishments. Experience the difference that natural, minimally processed sugar makes in your beverages.\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":42617389940820,"sku":null,"price":56.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Product814-1.png?v=1761429286"},{"product_id":"hometown-provisions-60-lb-orange-blossom-honey","title":"60 lb. Orange Blossom Honey","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\u003eOrange Blossom Honey Product Description\u003c\/title\u003e\n    \u003cstyle\u003e\n        \/* Base Styles *\/\n        .orange-honey-description {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            color: #333;\n            max-width: 900px;\n            margin: 0 auto;\n            padding: 25px;\n            line-height: 1.6;\n            background: linear-gradient(to bottom, #fffaf0, #fffef9);\n        }\n        \n        \/* Headline Styles *\/\n        .orange-headline {\n            font-size: 32px;\n            font-weight: 700;\n            color: #ff8c00;\n            margin-bottom: 25px;\n            line-height: 1.3;\n            text-align: center;\n            position: relative;\n            padding-bottom: 20px;\n        }\n        \n        .orange-headline:after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 120px;\n            height: 3px;\n            background: linear-gradient(90deg, #ff8c00, #ffa500);\n            border-radius: 2px;\n        }\n        \n        \/* Description Text *\/\n        .orange-description {\n            font-size: 17px;\n            margin-bottom: 30px;\n            color: #5a4a3a;\n            text-align: center;\n            background: rgba(255, 250, 240, 0.8);\n            padding: 25px;\n            border-radius: 12px;\n            border-left: 4px solid #ffa500;\n            box-shadow: 0 4px 15px rgba(255, 140, 0, 0.1);\n        }\n        \n        \/* Highlight Box *\/\n        .flavor-highlight {\n            background: linear-gradient(135deg, #ff8c00, #ffa500);\n            color: white;\n            padding: 20px 25px;\n            margin: 30px 0;\n            border-radius: 12px;\n            text-align: center;\n            box-shadow: 0 6px 20px rgba(255, 140, 0, 0.2);\n        }\n        \n        .flavor-highlight p {\n            margin: 0;\n            font-size: 18px;\n            font-weight: 600;\n        }\n        \n        \/* Citrus Benefits Section *\/\n        .citrus-benefits {\n            background: linear-gradient(135deg, #fffaf0, #fff0e0);\n            padding: 25px;\n            margin: 30px 0;\n            border-radius: 12px;\n            border: 2px solid #ffa500;\n        }\n        \n        .benefits-heading {\n            color: #ff8c00;\n            font-size: 22px;\n            font-weight: 700;\n            margin-bottom: 15px;\n            text-align: center;\n        }\n        \n        .benefits-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n            margin-top: 20px;\n        }\n        \n        .benefit-item {\n            text-align: center;\n            padding: 20px;\n            background: white;\n            border-radius: 10px;\n            border-left: 4px solid #ffa500;\n            box-shadow: 0 4px 12px rgba(255, 140, 0, 0.1);\n        }\n        \n        .benefit-icon {\n            font-size: 32px;\n            margin-bottom: 12px;\n            color: #ff8c00;\n        }\n        \n        \/* Usage Grid *\/\n        .usage-section {\n            margin: 35px 0;\n        }\n        \n        .usage-heading {\n            color: #ff8c00;\n            font-size: 24px;\n            font-weight: 700;\n            margin-bottom: 20px;\n            text-align: center;\n        }\n        \n        .usage-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n            margin-top: 25px;\n        }\n        \n        .usage-category {\n            background: white;\n            padding: 25px;\n            border-radius: 12px;\n            border-left: 4px solid #ffa500;\n            box-shadow: 0 4px 15px rgba(255, 140, 0, 0.1);\n            transition: transform 0.3s ease;\n            text-align: center;\n        }\n        \n        .usage-category:hover {\n            transform: translateY(-5px);\n        }\n        \n        .category-icon {\n            font-size: 40px;\n            margin-bottom: 15px;\n            color: #ff8c00;\n        }\n        \n        .category-title {\n            color: #ff8c00;\n            font-size: 18px;\n            font-weight: 700;\n            margin-bottom: 10px;\n        }\n        \n        .category-description {\n            color: #5a4a42;\n            font-size: 14px;\n            line-height: 1.5;\n        }\n        \n        \/* Quality Badges *\/\n        .quality-features {\n            display: flex;\n            justify-content: center;\n            flex-wrap: wrap;\n            gap: 12px;\n            margin: 25px 0;\n        }\n        \n        .quality-badge {\n            display: inline-flex;\n            align-items: center;\n            background: linear-gradient(135deg, #ff8c00, #ffa500);\n            color: white;\n            padding: 8px 18px;\n            border-radius: 25px;\n            font-weight: 600;\n            font-size: 14px;\n            box-shadow: 0 3px 8px rgba(255, 140, 0, 0.3);\n        }\n        \n        .quality-badge.citrus {\n            background: linear-gradient(135deg, #ff6347, #ff8c00);\n        }\n        \n        \/* Specs Section *\/\n        .orange-specs-section {\n            margin-top: 40px;\n        }\n        \n        .specs-heading {\n            background: linear-gradient(135deg, #ff8c00, #ffa500);\n            color: white;\n            padding: 16px 25px;\n            font-weight: 700;\n            border-radius: 10px 10px 0 0;\n            margin-bottom: 0;\n            font-size: 20px;\n            text-align: center;\n            letter-spacing: 0.5px;\n        }\n        \n        \/* Beautiful Table Styles *\/\n        .orange-specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            box-shadow: 0 8px 25px rgba(255, 140, 0, 0.15);\n            border-radius: 0 0 10px 10px;\n            overflow: hidden;\n            background: white;\n        }\n        \n        .orange-specs-table tr {\n            transition: all 0.3s ease;\n        }\n        \n        .orange-specs-table tr:hover {\n            background-color: #fffaf0;\n            transform: translateY(-1px);\n        }\n        \n        .orange-specs-table tr:nth-child(even) {\n            background-color: #fffaf0;\n        }\n        \n        .orange-specs-table tr:nth-child(odd) {\n            background-color: #FFFFFF;\n        }\n        \n        .orange-specs-table td {\n            padding: 18px 25px;\n            border-bottom: 1px solid #ffe4b5;\n            transition: all 0.3s ease;\n        }\n        \n        .orange-specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .orange-specs-table td:first-child {\n            font-weight: 700;\n            color: #ff8c00;\n            width: 35%;\n            font-size: 16px;\n        }\n        \n        .orange-specs-table td:last-child {\n            color: #5a4a42;\n            font-size: 16px;\n        }\n        \n        \/* Feature Tags *\/\n        .feature-tags {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 8px;\n        }\n        \n        .feature-tag {\n            background: linear-gradient(135deg, #ffa500, #ff8c00);\n            color: white;\n            padding: 6px 14px;\n            border-radius: 20px;\n            font-size: 13px;\n            font-weight: 600;\n            box-shadow: 0 2px 5px rgba(255, 165, 0, 0.3);\n        }\n        \n        .feature-tag.citrus {\n            background: linear-gradient(135deg, #ff6347, #ff8c00);\n        }\n        \n        \/* Responsive Design *\/\n        @media (max-width: 768px) {\n            .orange-headline {\n                font-size: 26px;\n            }\n            \n            .orange-description {\n                font-size: 16px;\n                padding: 20px;\n            }\n            \n            .orange-specs-table td {\n                padding: 14px 18px;\n            }\n            \n            .specs-heading {\n                padding: 14px 20px;\n                font-size: 18px;\n            }\n            \n            .quality-features {\n                flex-direction: column;\n                align-items: center;\n            }\n            \n            .usage-grid, .benefits-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .orange-honey-description {\n                padding: 15px;\n            }\n            \n            .orange-headline {\n                font-size: 22px;\n            }\n            \n            .orange-specs-table {\n                font-size: 14px;\n            }\n            \n            .orange-specs-table td {\n                padding: 12px 15px;\n            }\n            \n            .orange-specs-table td:first-child {\n                width: 40%;\n            }\n            \n            .feature-tags {\n                flex-direction: column;\n                gap: 5px;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"orange-honey-description\"\u003e\n        \u003ch2 class=\"orange-headline\"\u003eGathered from the nectar of orange tree blossoms, this Hometown Provisions orange blossom honey is perfect for your bakery or restaurant!\u003c\/h2\u003e\n        \n        \u003cdiv class=\"orange-description\"\u003e\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 free from unwanted additives.\u003c\/p\u003e\n            \u003cp\u003eIts unique aroma, golden color, and hints of citrus flavor make it a favorite honey type.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"flavor-highlight\"\u003e\n            \u003cp\u003eSave money when you buy in bulk, and use this large 60 lb. pail for all of your most popular recipes!\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"quality-features\"\u003e\n            \u003cdiv class=\"quality-badge citrus\"\u003e✓ Citrus Flavor Notes\u003c\/div\u003e\n            \u003cdiv class=\"quality-badge\"\u003e✓ Gluten-Free\u003c\/div\u003e\n            \u003cdiv class=\"quality-badge\"\u003e✓ Kosher Certified\u003c\/div\u003e\n            \u003cdiv class=\"quality-badge\"\u003e✓ Pure \u0026amp; Natural\u003c\/div\u003e\n            \u003cdiv class=\"quality-badge citrus\"\u003e✓ Orange Blossom Source\u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"citrus-benefits\"\u003e\n            \u003ch3 class=\"benefits-heading\"\u003eWhy Orange Blossom Honey Stands Out\u003c\/h3\u003e\n            \u003cdiv class=\"benefits-grid\"\u003e\n                \u003cdiv class=\"benefit-item\"\u003e\n                    \u003cdiv class=\"benefit-icon\"\u003e🍊\u003c\/div\u003e\n                    \u003cstrong\u003eCitrus Aroma\u003c\/strong\u003e\n                    \u003cp\u003eDelicate floral fragrance with subtle citrus notes\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"benefit-item\"\u003e\n                    \u003cdiv class=\"benefit-icon\"\u003e🌟\u003c\/div\u003e\n                    \u003cstrong\u003eExtra Light Color\u003c\/strong\u003e\n                    \u003cp\u003eBeautiful golden hue perfect for premium presentation\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"benefit-item\"\u003e\n                    \u003cdiv class=\"benefit-icon\"\u003e👃\u003c\/div\u003e\n                    \u003cstrong\u003eUnique Aroma\u003c\/strong\u003e\n                    \u003cp\u003eDistinctive floral scent from orange blossom nectar\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"benefit-item\"\u003e\n                    \u003cdiv class=\"benefit-icon\"\u003e🍯\u003c\/div\u003e\n                    \u003cstrong\u003eVelvety Texture\u003c\/strong\u003e\n                    \u003cp\u003eSmooth consistency ideal for drizzling and mixing\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"usage-section\"\u003e\n            \u003ch3 class=\"usage-heading\"\u003eVersatile Applications for Every Need\u003c\/h3\u003e\n            \u003cdiv class=\"usage-grid\"\u003e\n                \u003cdiv class=\"usage-category\"\u003e\n                    \u003cdiv class=\"category-icon\"\u003e🍽️\u003c\/div\u003e\n                    \u003cdiv class=\"category-title\"\u003eTableside Condiment\u003c\/div\u003e\n                    \u003cdiv class=\"category-description\"\u003ePerfect as a premium sweetener for tea, yogurt, and cereals\u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"usage-category\"\u003e\n                    \u003cdiv class=\"category-icon\"\u003e👨‍🍳\u003c\/div\u003e\n                    \u003cdiv class=\"category-title\"\u003eCooking \u0026amp; Baking\u003c\/div\u003e\n                    \u003cdiv class=\"category-description\"\u003eIdeal for honey-baked ham, glazed chicken, and sweet breads\u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"usage-category\"\u003e\n                    \u003cdiv class=\"category-icon\"\u003e🍰\u003c\/div\u003e\n                    \u003cdiv class=\"category-title\"\u003eDessert Enhancement\u003c\/div\u003e\n                    \u003cdiv class=\"category-description\"\u003eExcellent for drizzling over ice cream, pastries, and desserts\u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"usage-category\"\u003e\n                    \u003cdiv class=\"category-icon\"\u003e🏪\u003c\/div\u003e\n                    \u003cdiv class=\"category-title\"\u003eFood Service\u003c\/div\u003e\n                    \u003cdiv class=\"category-description\"\u003ePerfect for restaurants, bakeries, and catering operations\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"orange-specs-section\"\u003e\n            \u003ch3 class=\"specs-heading\"\u003eProduct Specifications\u003c\/h3\u003e\n            \u003ctable class=\"orange-specs-table\"\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eProduct Name\u003c\/td\u003e\n                    \u003ctd\u003eHometown Provisions Orange Blossom Honey\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eQuantity\u003c\/td\u003e\n                    \u003ctd\u003e1\/Each\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eShipping Weight\u003c\/td\u003e\n                    \u003ctd\u003e63 lb.\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003ePackage Size\u003c\/td\u003e\n                    \u003ctd\u003e60 lb.\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003ePackage Type\u003c\/td\u003e\n                    \u003ctd\u003e\n                        \u003cdiv class=\"feature-tags\"\u003e\n                            \u003cspan class=\"feature-tag\"\u003eBulk\u003c\/span\u003e\n                            \u003cspan class=\"feature-tag\"\u003ePails\u003c\/span\u003e\n                        \u003c\/div\u003e\n                    \u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eContainer Material\u003c\/td\u003e\n                    \u003ctd\u003ePlastic\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eFeatures\u003c\/td\u003e\n                    \u003ctd\u003e\n                        \u003cdiv class=\"feature-tags\"\u003e\n                            \u003cspan class=\"feature-tag\"\u003eGluten-Free\u003c\/span\u003e\n                            \u003cspan class=\"feature-tag\"\u003eKosher\u003c\/span\u003e\n                        \u003c\/div\u003e\n                    \u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eHoney Type\u003c\/td\u003e\n                    \u003ctd\u003eOrange Blossom\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eHoney Color\u003c\/td\u003e\n                    \u003ctd\u003eExtra Light\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eFlavor Type\u003c\/td\u003e\n                    \u003ctd\u003e\n                        \u003cdiv class=\"feature-tags\"\u003e\n                            \u003cspan class=\"feature-tag citrus\"\u003eCitrus\u003c\/span\u003e\n                            \u003cspan class=\"feature-tag\"\u003eSweetener\u003c\/span\u003e\n                        \u003c\/div\u003e\n                    \u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eStyle\u003c\/td\u003e\n                    \u003ctd\u003ePure\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eSweetener Type\u003c\/td\u003e\n                    \u003ctd\u003eClassic\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eSource\u003c\/td\u003e\n                    \u003ctd\u003eOrange Tree Blossoms\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eQuality\u003c\/td\u003e\n                    \u003ctd\u003ePremium Food Service Grade\u003c\/td\u003e\n                \u003c\/tr\u003e\n            \u003c\/table\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"orange-description\" style=\"margin-top: 30px;\"\u003e\n            \u003cp\u003e\u003cstrong\u003eAbout Hometown Provisions:\u003c\/strong\u003e Hometown 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\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42617421103188,"sku":null,"price":455.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Product815-1.png?v=1761429784"},{"product_id":"hometown-provisions-5-lb-organic-wildflower-honey-6-case","title":"5 lb. Organic Wildflower 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\u003eOrganic Wildflower Honey Product Description\u003c\/title\u003e\n    \u003cstyle\u003e\n        \/* Base Styles *\/\n        .organic-honey-description {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            color: #333;\n            max-width: 900px;\n            margin: 0 auto;\n            padding: 25px;\n            line-height: 1.6;\n            background: linear-gradient(to bottom, #f8fdf8, #fffefc);\n        }\n        \n        \/* Headline Styles *\/\n        .organic-headline {\n            font-size: 32px;\n            font-weight: 700;\n            color: #2d5016;\n            margin-bottom: 25px;\n            line-height: 1.3;\n            text-align: center;\n            position: relative;\n            padding-bottom: 20px;\n        }\n        \n        .organic-headline:after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 120px;\n            height: 3px;\n            background: linear-gradient(90deg, #4a7c1b, #8db850);\n            border-radius: 2px;\n        }\n        \n        \/* Description Text *\/\n        .organic-description {\n            font-size: 17px;\n            margin-bottom: 30px;\n            color: #4a5934;\n            text-align: center;\n            background: rgba(248, 252, 248, 0.8);\n            padding: 25px;\n            border-radius: 12px;\n            border-left: 4px solid #8db850;\n            box-shadow: 0 4px 15px rgba(77, 124, 27, 0.1);\n        }\n        \n        \/* Highlight Box *\/\n        .organic-highlight {\n            background: linear-gradient(135deg, #4a7c1b, #6b9e2d);\n            color: white;\n            padding: 20px 25px;\n            margin: 30px 0;\n            border-radius: 12px;\n            text-align: center;\n            box-shadow: 0 6px 20px rgba(77, 124, 27, 0.2);\n        }\n        \n        .organic-highlight p {\n            margin: 0;\n            font-size: 18px;\n            font-weight: 600;\n        }\n        \n        \/* Organic Certification Section *\/\n        .certification-section {\n            background: linear-gradient(135deg, #f8fdf8, #f0f8f0);\n            padding: 25px;\n            margin: 30px 0;\n            border-radius: 12px;\n            border: 2px solid #8db850;\n        }\n        \n        .certification-heading {\n            color: #4a7c1b;\n            font-size: 22px;\n            font-weight: 700;\n            margin-bottom: 15px;\n            text-align: center;\n        }\n        \n        .certification-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n            margin-top: 20px;\n        }\n        \n        .certification-item {\n            text-align: center;\n            padding: 20px;\n            background: white;\n            border-radius: 10px;\n            border-left: 4px solid #8db850;\n            box-shadow: 0 4px 12px rgba(77, 124, 27, 0.1);\n        }\n        \n        .certification-icon {\n            font-size: 32px;\n            margin-bottom: 12px;\n            color: #4a7c1b;\n        }\n        \n        \/* Usage Grid *\/\n        .usage-section {\n            margin: 35px 0;\n        }\n        \n        .usage-heading {\n            color: #4a7c1b;\n            font-size: 24px;\n            font-weight: 700;\n            margin-bottom: 20px;\n            text-align: center;\n        }\n        \n        .usage-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n            margin-top: 25px;\n        }\n        \n        .usage-category {\n            background: white;\n            padding: 25px;\n            border-radius: 12px;\n            border-left: 4px solid #8db850;\n            box-shadow: 0 4px 15px rgba(77, 124, 27, 0.1);\n            transition: transform 0.3s ease;\n            text-align: center;\n        }\n        \n        .usage-category:hover {\n            transform: translateY(-5px);\n        }\n        \n        .category-icon {\n            font-size: 40px;\n            margin-bottom: 15px;\n            color: #4a7c1b;\n        }\n        \n        .category-title {\n            color: #4a7c1b;\n            font-size: 18px;\n            font-weight: 700;\n            margin-bottom: 10px;\n        }\n        \n        .category-description {\n            color: #4a5934;\n            font-size: 14px;\n            line-height: 1.5;\n        }\n        \n        \/* Quality Badges *\/\n        .quality-features {\n            display: flex;\n            justify-content: center;\n            flex-wrap: wrap;\n            gap: 12px;\n            margin: 25px 0;\n        }\n        \n        .quality-badge {\n            display: inline-flex;\n            align-items: center;\n            background: linear-gradient(135deg, #4a7c1b, #6b9e2d);\n            color: white;\n            padding: 8px 18px;\n            border-radius: 25px;\n            font-weight: 600;\n            font-size: 14px;\n            box-shadow: 0 3px 8px rgba(77, 124, 27, 0.3);\n        }\n        \n        .quality-badge.organic {\n            background: linear-gradient(135deg, #d4af37, #ffd700);\n            color: #2d5016;\n        }\n        \n        \/* Specs Section *\/\n        .organic-specs-section {\n            margin-top: 40px;\n        }\n        \n        .specs-heading {\n            background: linear-gradient(135deg, #4a7c1b, #6b9e2d);\n            color: white;\n            padding: 16px 25px;\n            font-weight: 700;\n            border-radius: 10px 10px 0 0;\n            margin-bottom: 0;\n            font-size: 20px;\n            text-align: center;\n            letter-spacing: 0.5px;\n        }\n        \n        \/* Beautiful Table Styles *\/\n        .organic-specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            box-shadow: 0 8px 25px rgba(77, 124, 27, 0.15);\n            border-radius: 0 0 10px 10px;\n            overflow: hidden;\n            background: white;\n        }\n        \n        .organic-specs-table tr {\n            transition: all 0.3s ease;\n        }\n        \n        .organic-specs-table tr:hover {\n            background-color: #f8fdf8;\n            transform: translateY(-1px);\n        }\n        \n        .organic-specs-table tr:nth-child(even) {\n            background-color: #f8fdf8;\n        }\n        \n        .organic-specs-table tr:nth-child(odd) {\n            background-color: #FFFFFF;\n        }\n        \n        .organic-specs-table td {\n            padding: 18px 25px;\n            border-bottom: 1px solid #e8f4e8;\n            transition: all 0.3s ease;\n        }\n        \n        .organic-specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .organic-specs-table td:first-child {\n            font-weight: 700;\n            color: #4a7c1b;\n            width: 35%;\n            font-size: 16px;\n        }\n        \n        .organic-specs-table td:last-child {\n            color: #4a5934;\n            font-size: 16px;\n        }\n        \n        \/* Feature Tags *\/\n        .feature-tags {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 8px;\n        }\n        \n        .feature-tag {\n            background: linear-gradient(135deg, #8db850, #6b9e2d);\n            color: white;\n            padding: 6px 14px;\n            border-radius: 20px;\n            font-size: 13px;\n            font-weight: 600;\n            box-shadow: 0 2px 5px rgba(141, 184, 80, 0.3);\n        }\n        \n        .feature-tag.organic {\n            background: linear-gradient(135deg, #d4af37, #ffd700);\n            color: #2d5016;\n        }\n        \n        \/* Responsive Design *\/\n        @media (max-width: 768px) {\n            .organic-headline {\n                font-size: 26px;\n            }\n            \n            .organic-description {\n                font-size: 16px;\n                padding: 20px;\n            }\n            \n            .organic-specs-table td {\n                padding: 14px 18px;\n            }\n            \n            .specs-heading {\n                padding: 14px 20px;\n                font-size: 18px;\n            }\n            \n            .quality-features {\n                flex-direction: column;\n                align-items: center;\n            }\n            \n            .usage-grid, .certification-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .organic-honey-description {\n                padding: 15px;\n            }\n            \n            .organic-headline {\n                font-size: 22px;\n            }\n            \n            .organic-specs-table {\n                font-size: 14px;\n            }\n            \n            .organic-specs-table td {\n                padding: 12px 15px;\n            }\n            \n            .organic-specs-table td:first-child {\n                width: 40%;\n            }\n            \n            .feature-tags {\n                flex-direction: column;\n                gap: 5px;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"organic-honey-description\"\u003e\n        \u003ch2 class=\"organic-headline\"\u003eLooking to purchase bulk organic honey? This Hometown Provisions organic wildflower honey is perfect for your bakery or restaurant!\u003c\/h2\u003e\n        \n        \u003cdiv class=\"organic-description\"\u003e\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.\u003c\/p\u003e\n            \u003cp\u003eNaturally gluten-free, this pure honey is collected from sweet honeycomb and is free from unwanted additives. Collected from organic certified wildflower blossoms that have not been exposed to herbicide or pesticide applications, this bulk organic honey is a must-have sweetener for health-conscious consumers.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"organic-highlight\"\u003e\n            \u003cp\u003eSave money when you buy in bulk, and use this 5 lb. container for all of your most popular recipes!\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"quality-features\"\u003e\n            \u003cdiv class=\"quality-badge organic\"\u003e✓ USDA Certified Organic\u003c\/div\u003e\n            \u003cdiv class=\"quality-badge\"\u003e✓ No Herbicides or Pesticides\u003c\/div\u003e\n            \u003cdiv class=\"quality-badge\"\u003e✓ Naturally Gluten-Free\u003c\/div\u003e\n            \u003cdiv class=\"quality-badge\"\u003e✓ Pure \u0026amp; Natural\u003c\/div\u003e\n            \u003cdiv class=\"quality-badge organic\"\u003e✓ Wildflower Blossom Source\u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"certification-section\"\u003e\n            \u003ch3 class=\"certification-heading\"\u003eCertified Organic Quality\u003c\/h3\u003e\n            \u003cdiv class=\"certification-grid\"\u003e\n                \u003cdiv class=\"certification-item\"\u003e\n                    \u003cdiv class=\"certification-icon\"\u003e🌿\u003c\/div\u003e\n                    \u003cstrong\u003eOrganic Certified\u003c\/strong\u003e\n                    \u003cp\u003eGathered from certified organic wildflower blossoms\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"certification-item\"\u003e\n                    \u003cdiv class=\"certification-icon\"\u003e🚫\u003c\/div\u003e\n                    \u003cstrong\u003eChemical-Free\u003c\/strong\u003e\n                    \u003cp\u003eNo herbicides, pesticides, or chemical treatments\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"certification-item\"\u003e\n                    \u003cdiv class=\"certification-icon\"\u003e🐝\u003c\/div\u003e\n                    \u003cstrong\u003eNatural Process\u003c\/strong\u003e\n                    \u003cp\u003ePure honey collected directly from honeycomb\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"certification-item\"\u003e\n                    \u003cdiv class=\"certification-icon\"\u003e⭐\u003c\/div\u003e\n                    \u003cstrong\u003ePremium Quality\u003c\/strong\u003e\n                    \u003cp\u003eFood service grade for professional establishments\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"usage-section\"\u003e\n            \u003ch3 class=\"usage-heading\"\u003ePerfect For Health-Conscious Establishments\u003c\/h3\u003e\n            \u003cdiv class=\"usage-grid\"\u003e\n                \u003cdiv class=\"usage-category\"\u003e\n                    \u003cdiv class=\"category-icon\"\u003e🍞\u003c\/div\u003e\n                    \u003cdiv class=\"category-title\"\u003eBakeries\u003c\/div\u003e\n                    \u003cdiv class=\"category-description\"\u003eIdeal for organic baked goods, breads, and pastries\u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"usage-category\"\u003e\n                    \u003cdiv class=\"category-icon\"\u003e🏪\u003c\/div\u003e\n                    \u003cdiv class=\"category-title\"\u003eRestaurants\u003c\/div\u003e\n                    \u003cdiv class=\"category-description\"\u003ePerfect for farm-to-table menus and organic dishes\u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"usage-category\"\u003e\n                    \u003cdiv class=\"category-icon\"\u003e🥤\u003c\/div\u003e\n                    \u003cdiv class=\"category-title\"\u003eBeverage Service\u003c\/div\u003e\n                    \u003cdiv class=\"category-description\"\u003eGreat for organic teas, coffees, and specialty drinks\u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"usage-category\"\u003e\n                    \u003cdiv class=\"category-icon\"\u003e🌱\u003c\/div\u003e\n                    \u003cdiv class=\"category-title\"\u003eHealth Food\u003c\/div\u003e\n                    \u003cdiv class=\"category-description\"\u003eExcellent for health-conscious and organic-focused venues\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"organic-specs-section\"\u003e\n            \u003ch3 class=\"specs-heading\"\u003eProduct Specifications\u003c\/h3\u003e\n            \u003ctable class=\"organic-specs-table\"\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eProduct Name\u003c\/td\u003e\n                    \u003ctd\u003eHometown Provisions Organic Wildflower Honey\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eCertification\u003c\/td\u003e\n                    \u003ctd\u003eUSDA Certified Organic\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003ePackage Size\u003c\/td\u003e\n                    \u003ctd\u003e5 lb. Container\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eHoney Type\u003c\/td\u003e\n                    \u003ctd\u003eWildflower\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eSource\u003c\/td\u003e\n                    \u003ctd\u003eOrganic Certified Wildflower Blossoms\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eChemical Treatments\u003c\/td\u003e\n                    \u003ctd\u003eNo Herbicides or Pesticides\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eAdditives\u003c\/td\u003e\n                    \u003ctd\u003eNone - 100% Pure Honey\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eDietary Features\u003c\/td\u003e\n                    \u003ctd\u003e\n                        \u003cdiv class=\"feature-tags\"\u003e\n                            \u003cspan class=\"feature-tag organic\"\u003eOrganic\u003c\/span\u003e\n                            \u003cspan class=\"feature-tag\"\u003eNaturally Gluten-Free\u003c\/span\u003e\n                        \u003c\/div\u003e\n                    \u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eFlavor Profile\u003c\/td\u003e\n                    \u003ctd\u003eBold Wildflower Notes\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eColor\u003c\/td\u003e\n                    \u003ctd\u003eNatural Amber\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eBest Uses\u003c\/td\u003e\n                    \u003ctd\u003e\n                        \u003cdiv class=\"feature-tags\"\u003e\n                            \u003cspan class=\"feature-tag\"\u003eBaking\u003c\/span\u003e\n                            \u003cspan class=\"feature-tag\"\u003eCooking\u003c\/span\u003e\n                            \u003cspan class=\"feature-tag\"\u003eBeverages\u003c\/span\u003e\n                            \u003cspan class=\"feature-tag organic\"\u003eOrganic Menus\u003c\/span\u003e\n                        \u003c\/div\u003e\n                    \u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eContainer Type\u003c\/td\u003e\n                    \u003ctd\u003eFood-Grade Container\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eQuality Grade\u003c\/td\u003e\n                    \u003ctd\u003ePremium Organic Food Service\u003c\/td\u003e\n                \u003c\/tr\u003e\n            \u003c\/table\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"organic-description\" style=\"margin-top: 30px;\"\u003e\n            \u003cp\u003e\u003cstrong\u003eTrusted Organic Quality:\u003c\/strong\u003e Hometown Provisions is committed to providing certified organic products that meet the highest standards of quality and purity. Our organic wildflower honey is perfect for establishments that prioritize natural, chemical-free ingredients for their health-conscious customers.\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":42617428869204,"sku":null,"price":252.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Prodcut816-1.png?v=1761430068"},{"product_id":"regal-yellow-sucralose-sugar-substitute-packet-2-000-case","title":"Yellow Sucralose Sugar Substitute Packet - 2,000\/Case","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eYellow Sucralose Sugar Substitute Product Description\u003c\/title\u003e\n    \u003cstyle\u003e\n        \/* Base Styles *\/\n        .sucralose-product-description {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            color: #333;\n            max-width: 900px;\n            margin: 0 auto;\n            padding: 25px;\n            line-height: 1.6;\n            background: linear-gradient(to bottom, #fffef0, #fffff8);\n        }\n        \n        \/* Headline Styles *\/\n        .sucralose-headline {\n            font-size: 32px;\n            font-weight: 700;\n            color: #ffd700;\n            margin-bottom: 25px;\n            line-height: 1.3;\n            text-align: center;\n            position: relative;\n            padding-bottom: 20px;\n        }\n        \n        .sucralose-headline:after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 120px;\n            height: 3px;\n            background: linear-gradient(90deg, #ffd700, #ffed4e);\n            border-radius: 2px;\n        }\n        \n        \/* Description Text *\/\n        .sucralose-description {\n            font-size: 17px;\n            margin-bottom: 30px;\n            color: #5a5a42;\n            text-align: center;\n            background: rgba(255, 254, 240, 0.8);\n            padding: 25px;\n            border-radius: 12px;\n            border-left: 4px solid #ffd700;\n            box-shadow: 0 4px 15px rgba(255, 215, 0, 0.1);\n        }\n        \n        \/* Highlight Box *\/\n        .value-highlight {\n            background: linear-gradient(135deg, #ffd700, #ffed4e);\n            color: #5a4a00;\n            padding: 20px 25px;\n            margin: 30px 0;\n            border-radius: 12px;\n            text-align: center;\n            box-shadow: 0 6px 20px rgba(255, 215, 0, 0.2);\n        }\n        \n        .value-highlight p {\n            margin: 0;\n            font-size: 18px;\n            font-weight: 600;\n        }\n        \n        \/* Benefits Section *\/\n        .benefits-section {\n            background: linear-gradient(135deg, #fffef0, #fffce8);\n            padding: 25px;\n            margin: 30px 0;\n            border-radius: 12px;\n            border: 2px solid #ffd700;\n        }\n        \n        .benefits-heading {\n            color: #b8860b;\n            font-size: 22px;\n            font-weight: 700;\n            margin-bottom: 15px;\n            text-align: center;\n        }\n        \n        .benefits-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n            margin-top: 20px;\n        }\n        \n        .benefit-item {\n            text-align: center;\n            padding: 20px;\n            background: white;\n            border-radius: 10px;\n            border-left: 4px solid #ffd700;\n            box-shadow: 0 4px 12px rgba(255, 215, 0, 0.1);\n        }\n        \n        .benefit-icon {\n            font-size: 32px;\n            margin-bottom: 12px;\n            color: #b8860b;\n        }\n        \n        \/* Usage Grid *\/\n        .usage-section {\n            margin: 35px 0;\n        }\n        \n        .usage-heading {\n            color: #b8860b;\n            font-size: 24px;\n            font-weight: 700;\n            margin-bottom: 20px;\n            text-align: center;\n        }\n        \n        .usage-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n            margin-top: 25px;\n        }\n        \n        .usage-category {\n            background: white;\n            padding: 25px;\n            border-radius: 12px;\n            border-left: 4px solid #ffd700;\n            box-shadow: 0 4px 15px rgba(255, 215, 0, 0.1);\n            transition: transform 0.3s ease;\n            text-align: center;\n        }\n        \n        .usage-category:hover {\n            transform: translateY(-5px);\n        }\n        \n        .category-icon {\n            font-size: 40px;\n            margin-bottom: 15px;\n            color: #b8860b;\n        }\n        \n        .category-title {\n            color: #b8860b;\n            font-size: 18px;\n            font-weight: 700;\n            margin-bottom: 10px;\n        }\n        \n        .category-description {\n            color: #5a5a42;\n            font-size: 14px;\n            line-height: 1.5;\n        }\n        \n        \/* Quality Badges *\/\n        .quality-features {\n            display: flex;\n            justify-content: center;\n            flex-wrap: wrap;\n            gap: 12px;\n            margin: 25px 0;\n        }\n        \n        .quality-badge {\n            display: inline-flex;\n            align-items: center;\n            background: linear-gradient(135deg, #ffd700, #ffed4e);\n            color: #5a4a00;\n            padding: 8px 18px;\n            border-radius: 25px;\n            font-weight: 600;\n            font-size: 14px;\n            box-shadow: 0 3px 8px rgba(255, 215, 0, 0.3);\n        }\n        \n        .quality-badge.low-cal {\n            background: linear-gradient(135deg, #32cd32, #90ee90);\n            color: white;\n        }\n        \n        \/* Specs Section *\/\n        .sucralose-specs-section {\n            margin-top: 40px;\n        }\n        \n        .specs-heading {\n            background: linear-gradient(135deg, #ffd700, #ffed4e);\n            color: #5a4a00;\n            padding: 16px 25px;\n            font-weight: 700;\n            border-radius: 10px 10px 0 0;\n            margin-bottom: 0;\n            font-size: 20px;\n            text-align: center;\n            letter-spacing: 0.5px;\n        }\n        \n        \/* Beautiful Table Styles *\/\n        .sucralose-specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            box-shadow: 0 8px 25px rgba(255, 215, 0, 0.15);\n            border-radius: 0 0 10px 10px;\n            overflow: hidden;\n            background: white;\n        }\n        \n        .sucralose-specs-table tr {\n            transition: all 0.3s ease;\n        }\n        \n        .sucralose-specs-table tr:hover {\n            background-color: #fffef0;\n            transform: translateY(-1px);\n        }\n        \n        .sucralose-specs-table tr:nth-child(even) {\n            background-color: #fffef0;\n        }\n        \n        .sucralose-specs-table tr:nth-child(odd) {\n            background-color: #FFFFFF;\n        }\n        \n        .sucralose-specs-table td {\n            padding: 18px 25px;\n            border-bottom: 1px solid #fffacd;\n            transition: all 0.3s ease;\n        }\n        \n        .sucralose-specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .sucralose-specs-table td:first-child {\n            font-weight: 700;\n            color: #b8860b;\n            width: 35%;\n            font-size: 16px;\n        }\n        \n        .sucralose-specs-table td:last-child {\n            color: #5a5a42;\n            font-size: 16px;\n        }\n        \n        \/* Feature Tags *\/\n        .feature-tags {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 8px;\n        }\n        \n        .feature-tag {\n            background: linear-gradient(135deg, #ffd700, #ffed4e);\n            color: #5a4a00;\n            padding: 6px 14px;\n            border-radius: 20px;\n            font-size: 13px;\n            font-weight: 600;\n            box-shadow: 0 2px 5px rgba(255, 215, 0, 0.3);\n        }\n        \n        .feature-tag.low-cal {\n            background: linear-gradient(135deg, #32cd32, #90ee90);\n            color: white;\n        }\n        \n        \/* Responsive Design *\/\n        @media (max-width: 768px) {\n            .sucralose-headline {\n                font-size: 26px;\n            }\n            \n            .sucralose-description {\n                font-size: 16px;\n                padding: 20px;\n            }\n            \n            .sucralose-specs-table td {\n                padding: 14px 18px;\n            }\n            \n            .specs-heading {\n                padding: 14px 20px;\n                font-size: 18px;\n            }\n            \n            .quality-features {\n                flex-direction: column;\n                align-items: center;\n            }\n            \n            .usage-grid, .benefits-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .sucralose-product-description {\n                padding: 15px;\n            }\n            \n            .sucralose-headline {\n                font-size: 22px;\n            }\n            \n            .sucralose-specs-table {\n                font-size: 14px;\n            }\n            \n            .sucralose-specs-table td {\n                padding: 12px 15px;\n            }\n            \n            .sucralose-specs-table td:first-child {\n                width: 40%;\n            }\n            \n            .feature-tags {\n                flex-direction: column;\n                gap: 5px;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"sucralose-product-description\"\u003e\n        \u003ch2 class=\"sucralose-headline\"\u003eSweeten your coffee and tea to perfection with this Regal Foods yellow sucralose sugar substitute packet!\u003c\/h2\u003e\n        \n        \u003cdiv class=\"sucralose-description\"\u003e\n            \u003cp\u003eLook no further than Regal Foods for all of your sweetening needs! Cost effective and conveniently-packaged, this Regal Foods yellow sugar substitute makes a smart addition to any venue.\u003c\/p\u003e\n            \u003cp\u003eOffer this packet at your party, coffee shop, or concession stand, and your guests will have just the right amount to flavor each of their hot beverages.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"value-highlight\"\u003e\n            \u003cp\u003eCost-effective solution for all your sweetening needs with perfectly portioned convenience!\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"quality-features\"\u003e\n            \u003cdiv class=\"quality-badge low-cal\"\u003e✓ Zero Calories\u003c\/div\u003e\n            \u003cdiv class=\"quality-badge\"\u003e✓ Perfectly Portioned\u003c\/div\u003e\n            \u003cdiv class=\"quality-badge\"\u003e✓ Cost Effective\u003c\/div\u003e\n            \u003cdiv class=\"quality-badge low-cal\"\u003e✓ Sugar-Free\u003c\/div\u003e\n            \u003cdiv class=\"quality-badge\"\u003e✓ Convenient Packaging\u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"benefits-section\"\u003e\n            \u003ch3 class=\"benefits-heading\"\u003eWhy Choose Sucralose Sugar Substitute?\u003c\/h3\u003e\n            \u003cdiv class=\"benefits-grid\"\u003e\n                \u003cdiv class=\"benefit-item\"\u003e\n                    \u003cdiv class=\"benefit-icon\"\u003e⚖️\u003c\/div\u003e\n                    \u003cstrong\u003eZero Calories\u003c\/strong\u003e\n                    \u003cp\u003ePerfect for calorie-conscious customers and dietary needs\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"benefit-item\"\u003e\n                    \u003cdiv class=\"benefit-icon\"\u003e🍬\u003c\/div\u003e\n                    \u003cstrong\u003eSugar-Free\u003c\/strong\u003e\n                    \u003cp\u003eIdeal for diabetic-friendly and low-sugar dietary requirements\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"benefit-item\"\u003e\n                    \u003cdiv class=\"benefit-icon\"\u003e⚡\u003c\/div\u003e\n                    \u003cstrong\u003eQuick Dissolving\u003c\/strong\u003e\n                    \u003cp\u003eBlends instantly in hot and cold beverages\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"benefit-item\"\u003e\n                    \u003cdiv class=\"benefit-icon\"\u003e👌\u003c\/div\u003e\n                    \u003cstrong\u003eConsistent Sweetness\u003c\/strong\u003e\n                    \u003cp\u003eReliable sweetness level every time\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"usage-section\"\u003e\n            \u003ch3 class=\"usage-heading\"\u003ePerfect For Every Service Environment\u003c\/h3\u003e\n            \u003cdiv class=\"usage-grid\"\u003e\n                \u003cdiv class=\"usage-category\"\u003e\n                    \u003cdiv class=\"category-icon\"\u003e☕\u003c\/div\u003e\n                    \u003cdiv class=\"category-title\"\u003eCoffee Shops\u003c\/div\u003e\n                    \u003cdiv class=\"category-description\"\u003eIdeal for cafes offering sugar-free options to health-conscious customers\u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"usage-category\"\u003e\n                    \u003cdiv class=\"category-icon\"\u003e🏪\u003c\/div\u003e\n                    \u003cdiv class=\"category-title\"\u003eConcession Stands\u003c\/div\u003e\n                    \u003cdiv class=\"category-description\"\u003ePerfect for quick service with dietary accommodation\u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"usage-category\"\u003e\n                    \u003cdiv class=\"category-icon\"\u003e🎉\u003c\/div\u003e\n                    \u003cdiv class=\"category-title\"\u003eEvents \u0026amp; Parties\u003c\/div\u003e\n                    \u003cdiv class=\"category-description\"\u003eGreat for catering events with diverse dietary needs\u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"usage-category\"\u003e\n                    \u003cdiv class=\"category-icon\"\u003e🏨\u003c\/div\u003e\n                    \u003cdiv class=\"category-title\"\u003eHospitality\u003c\/div\u003e\n                    \u003cdiv class=\"category-description\"\u003eExcellent for hotels and restaurants serving health-conscious guests\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"sucralose-specs-section\"\u003e\n            \u003ch3 class=\"specs-heading\"\u003eProduct Specifications\u003c\/h3\u003e\n            \u003ctable class=\"sucralose-specs-table\"\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eProduct Name\u003c\/td\u003e\n                    \u003ctd\u003eRegal Foods Yellow Sucralose Sugar Substitute\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eProduct Type\u003c\/td\u003e\n                    \u003ctd\u003eSucralose Sweetener\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003ePackaging\u003c\/td\u003e\n                    \u003ctd\u003eIndividual Yellow Packets\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003ePrimary Use\u003c\/td\u003e\n                    \u003ctd\u003eBeverage Sweetening\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eCalorie Content\u003c\/td\u003e\n                    \u003ctd\u003eZero Calories\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eSweetness Level\u003c\/td\u003e\n                    \u003ctd\u003eEquivalent to Sugar\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eIdeal For\u003c\/td\u003e\n                    \u003ctd\u003e\n                        \u003cdiv class=\"feature-tags\"\u003e\n                            \u003cspan class=\"feature-tag low-cal\"\u003eCoffee\u003c\/span\u003e\n                            \u003cspan class=\"feature-tag low-cal\"\u003eTea\u003c\/span\u003e\n                            \u003cspan class=\"feature-tag\"\u003eHot Beverages\u003c\/span\u003e\n                        \u003c\/div\u003e\n                    \u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eDietary Benefits\u003c\/td\u003e\n                    \u003ctd\u003e\n                        \u003cdiv class=\"feature-tags\"\u003e\n                            \u003cspan class=\"feature-tag low-cal\"\u003eZero Calorie\u003c\/span\u003e\n                            \u003cspan class=\"feature-tag low-cal\"\u003eSugar-Free\u003c\/span\u003e\n                            \u003cspan class=\"feature-tag low-cal\"\u003eDiabetic-Friendly\u003c\/span\u003e\n                        \u003c\/div\u003e\n                    \u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eVenue Applications\u003c\/td\u003e\n                    \u003ctd\u003e\n                        \u003cdiv class=\"feature-tags\"\u003e\n                            \u003cspan class=\"feature-tag\"\u003eCoffee Shops\u003c\/span\u003e\n                            \u003cspan class=\"feature-tag\"\u003eConcession Stands\u003c\/span\u003e\n                            \u003cspan class=\"feature-tag\"\u003eParties \u0026amp; Events\u003c\/span\u003e\n                        \u003c\/div\u003e\n                    \u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003ePortion Control\u003c\/td\u003e\n                    \u003ctd\u003ePre-measured Packets\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eConvenience Level\u003c\/td\u003e\n                    \u003ctd\u003eReady-to-Use\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eColor Coding\u003c\/td\u003e\n                    \u003ctd\u003eYellow Packaging for Easy Identification\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eBrand\u003c\/td\u003e\n                    \u003ctd\u003eRegal Foods\u003c\/td\u003e\n                \u003c\/tr\u003e\n            \u003c\/table\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"sucralose-description\" style=\"margin-top: 30px;\"\u003e\n            \u003cp\u003e\u003cstrong\u003eTrusted Quality:\u003c\/strong\u003e Regal Foods provides reliable sugar substitutes that businesses count on for consistent performance and customer satisfaction. Our yellow sucralose packets offer the perfect sweetening solution for health-conscious customers.\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":42617455018068,"sku":null,"price":55.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Product817-1.png?v=1761430467"},{"product_id":"hometown-provisions-5-lb-wildflower-honey-6-case","title":"5 lb. Wildflower 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\u003eWildflower Honey Product Description\u003c\/title\u003e\n    \u003cstyle\u003e\n        \/* Base Styles *\/\n        .wildflower-honey-description {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            color: #333;\n            max-width: 900px;\n            margin: 0 auto;\n            padding: 25px;\n            line-height: 1.6;\n            background: linear-gradient(to bottom, #f8f8ff, #fffaff);\n        }\n        \n        \/* Headline Styles *\/\n        .wildflower-headline {\n            font-size: 32px;\n            font-weight: 700;\n            color: #8a2be2;\n            margin-bottom: 25px;\n            line-height: 1.3;\n            text-align: center;\n            position: relative;\n            padding-bottom: 20px;\n        }\n        \n        .wildflower-headline:after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 120px;\n            height: 3px;\n            background: linear-gradient(90deg, #8a2be2, #9370db);\n            border-radius: 2px;\n        }\n        \n        \/* Description Text *\/\n        .wildflower-description {\n            font-size: 17px;\n            margin-bottom: 30px;\n            color: #4a4a6a;\n            text-align: center;\n            background: rgba(248, 248, 255, 0.8);\n            padding: 25px;\n            border-radius: 12px;\n            border-left: 4px solid #9370db;\n            box-shadow: 0 4px 15px rgba(138, 43, 226, 0.1);\n        }\n        \n        \/* Highlight Box *\/\n        .bulk-highlight {\n            background: linear-gradient(135deg, #8a2be2, #9370db);\n            color: white;\n            padding: 20px 25px;\n            margin: 30px 0;\n            border-radius: 12px;\n            text-align: center;\n            box-shadow: 0 6px 20px rgba(138, 43, 226, 0.2);\n        }\n        \n        .bulk-highlight p {\n            margin: 0;\n            font-size: 18px;\n            font-weight: 600;\n        }\n        \n        \/* Floral Benefits Section *\/\n        .floral-benefits {\n            background: linear-gradient(135deg, #f8f8ff, #f0f0ff);\n            padding: 25px;\n            margin: 30px 0;\n            border-radius: 12px;\n            border: 2px solid #9370db;\n        }\n        \n        .benefits-heading {\n            color: #8a2be2;\n            font-size: 22px;\n            font-weight: 700;\n            margin-bottom: 15px;\n            text-align: center;\n        }\n        \n        .benefits-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n            margin-top: 20px;\n        }\n        \n        .benefit-item {\n            text-align: center;\n            padding: 20px;\n            background: white;\n            border-radius: 10px;\n            border-left: 4px solid #9370db;\n            box-shadow: 0 4px 12px rgba(138, 43, 226, 0.1);\n        }\n        \n        .benefit-icon {\n            font-size: 32px;\n            margin-bottom: 12px;\n            color: #8a2be2;\n        }\n        \n        \/* Usage Grid *\/\n        .usage-section {\n            margin: 35px 0;\n        }\n        \n        .usage-heading {\n            color: #8a2be2;\n            font-size: 24px;\n            font-weight: 700;\n            margin-bottom: 20px;\n            text-align: center;\n        }\n        \n        .usage-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n            margin-top: 25px;\n        }\n        \n        .usage-category {\n            background: white;\n            padding: 25px;\n            border-radius: 12px;\n            border-left: 4px solid #9370db;\n            box-shadow: 0 4px 15px rgba(138, 43, 226, 0.1);\n            transition: transform 0.3s ease;\n            text-align: center;\n        }\n        \n        .usage-category:hover {\n            transform: translateY(-5px);\n        }\n        \n        .category-icon {\n            font-size: 40px;\n            margin-bottom: 15px;\n            color: #8a2be2;\n        }\n        \n        .category-title {\n            color: #8a2be2;\n            font-size: 18px;\n            font-weight: 700;\n            margin-bottom: 10px;\n        }\n        \n        .category-description {\n            color: #4a4a6a;\n            font-size: 14px;\n            line-height: 1.5;\n        }\n        \n        \/* Quality Badges *\/\n        .quality-features {\n            display: flex;\n            justify-content: center;\n            flex-wrap: wrap;\n            gap: 12px;\n            margin: 25px 0;\n        }\n        \n        .quality-badge {\n            display: inline-flex;\n            align-items: center;\n            background: linear-gradient(135deg, #8a2be2, #9370db);\n            color: white;\n            padding: 8px 18px;\n            border-radius: 25px;\n            font-weight: 600;\n            font-size: 14px;\n            box-shadow: 0 3px 8px rgba(138, 43, 226, 0.3);\n        }\n        \n        .quality-badge.floral {\n            background: linear-gradient(135deg, #da70d6, #8a2be2);\n        }\n        \n        \/* Specs Section *\/\n        .wildflower-specs-section {\n            margin-top: 40px;\n        }\n        \n        .specs-heading {\n            background: linear-gradient(135deg, #8a2be2, #9370db);\n            color: white;\n            padding: 16px 25px;\n            font-weight: 700;\n            border-radius: 10px 10px 0 0;\n            margin-bottom: 0;\n            font-size: 20px;\n            text-align: center;\n            letter-spacing: 0.5px;\n        }\n        \n        \/* Beautiful Table Styles *\/\n        .wildflower-specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            box-shadow: 0 8px 25px rgba(138, 43, 226, 0.15);\n            border-radius: 0 0 10px 10px;\n            overflow: hidden;\n            background: white;\n        }\n        \n        .wildflower-specs-table tr {\n            transition: all 0.3s ease;\n        }\n        \n        .wildflower-specs-table tr:hover {\n            background-color: #f8f8ff;\n            transform: translateY(-1px);\n        }\n        \n        .wildflower-specs-table tr:nth-child(even) {\n            background-color: #f8f8ff;\n        }\n        \n        .wildflower-specs-table tr:nth-child(odd) {\n            background-color: #FFFFFF;\n        }\n        \n        .wildflower-specs-table td {\n            padding: 18px 25px;\n            border-bottom: 1px solid #e6e6fa;\n            transition: all 0.3s ease;\n        }\n        \n        .wildflower-specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .wildflower-specs-table td:first-child {\n            font-weight: 700;\n            color: #8a2be2;\n            width: 35%;\n            font-size: 16px;\n        }\n        \n        .wildflower-specs-table td:last-child {\n            color: #4a4a6a;\n            font-size: 16px;\n        }\n        \n        \/* Feature Tags *\/\n        .feature-tags {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 8px;\n        }\n        \n        .feature-tag {\n            background: linear-gradient(135deg, #9370db, #8a2be2);\n            color: white;\n            padding: 6px 14px;\n            border-radius: 20px;\n            font-size: 13px;\n            font-weight: 600;\n            box-shadow: 0 2px 5px rgba(147, 112, 219, 0.3);\n        }\n        \n        .feature-tag.floral {\n            background: linear-gradient(135deg, #da70d6, #8a2be2);\n        }\n        \n        \/* Responsive Design *\/\n        @media (max-width: 768px) {\n            .wildflower-headline {\n                font-size: 26px;\n            }\n            \n            .wildflower-description {\n                font-size: 16px;\n                padding: 20px;\n            }\n            \n            .wildflower-specs-table td {\n                padding: 14px 18px;\n            }\n            \n            .specs-heading {\n                padding: 14px 20px;\n                font-size: 18px;\n            }\n            \n            .quality-features {\n                flex-direction: column;\n                align-items: center;\n            }\n            \n            .usage-grid, .benefits-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .wildflower-honey-description {\n                padding: 15px;\n            }\n            \n            .wildflower-headline {\n                font-size: 22px;\n            }\n            \n            .wildflower-specs-table {\n                font-size: 14px;\n            }\n            \n            .wildflower-specs-table td {\n                padding: 12px 15px;\n            }\n            \n            .wildflower-specs-table td:first-child {\n                width: 40%;\n            }\n            \n            .feature-tags {\n                flex-direction: column;\n                gap: 5px;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"wildflower-honey-description\"\u003e\n        \u003ch2 class=\"wildflower-headline\"\u003eGathered from a blend of wild blossoms and flowers, this Hometown Provisions wildflower honey is perfect for your bakery or restaurant!\u003c\/h2\u003e\n        \n        \u003cdiv class=\"wildflower-description\"\u003e\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.\u003c\/p\u003e\n            \u003cp\u003eThis pure honey is collected from sweet honeycomb and is free from unwanted additives. It is a naturally gluten-free sweetener with a distinctive sweet flavor and floral undertones.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"bulk-highlight\"\u003e\n            \u003cp\u003eSave money when you buy in bulk, and use this 5 lb. container for all of your most popular recipes!\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"quality-features\"\u003e\n            \u003cdiv class=\"quality-badge floral\"\u003e✓ Wildflower Blend\u003c\/div\u003e\n            \u003cdiv class=\"quality-badge\"\u003e✓ Naturally Gluten-Free\u003c\/div\u003e\n            \u003cdiv class=\"quality-badge\"\u003e✓ Pure \u0026amp; Natural\u003c\/div\u003e\n            \u003cdiv class=\"quality-badge floral\"\u003e✓ Floral Undertones\u003c\/div\u003e\n            \u003cdiv class=\"quality-badge\"\u003e✓ No Additives\u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"floral-benefits\"\u003e\n            \u003ch3 class=\"benefits-heading\"\u003eWhy Wildflower Honey Stands Out\u003c\/h3\u003e\n            \u003cdiv class=\"benefits-grid\"\u003e\n                \u003cdiv class=\"benefit-item\"\u003e\n                    \u003cdiv class=\"benefit-icon\"\u003e🌼\u003c\/div\u003e\n                    \u003cstrong\u003eComplex Flavor\u003c\/strong\u003e\n                    \u003cp\u003eRich blend of flavors from various wild blossoms and flowers\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"benefit-item\"\u003e\n                    \u003cdiv class=\"benefit-icon\"\u003e🌸\u003c\/div\u003e\n                    \u003cstrong\u003eFloral Aroma\u003c\/strong\u003e\n                    \u003cp\u003eDistinctive sweet flavor with beautiful floral undertones\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"benefit-item\"\u003e\n                    \u003cdiv class=\"benefit-icon\"\u003e🍯\u003c\/div\u003e\n                    \u003cstrong\u003ePure Quality\u003c\/strong\u003e\n                    \u003cp\u003eCollected directly from honeycomb with no additives\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"benefit-item\"\u003e\n                    \u003cdiv class=\"benefit-icon\"\u003e🌿\u003c\/div\u003e\n                    \u003cstrong\u003eNatural Sweetness\u003c\/strong\u003e\n                    \u003cp\u003eNaturally gluten-free sweetener for all your recipes\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"usage-section\"\u003e\n            \u003ch3 class=\"usage-heading\"\u003ePerfect For Culinary Excellence\u003c\/h3\u003e\n            \u003cdiv class=\"usage-grid\"\u003e\n                \u003cdiv class=\"usage-category\"\u003e\n                    \u003cdiv class=\"category-icon\"\u003e🍞\u003c\/div\u003e\n                    \u003cdiv class=\"category-title\"\u003eBakeries\u003c\/div\u003e\n                    \u003cdiv class=\"category-description\"\u003eIdeal for artisanal breads, pastries, and baked goods\u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"usage-category\"\u003e\n                    \u003cdiv class=\"category-icon\"\u003e🏪\u003c\/div\u003e\n                    \u003cdiv class=\"category-title\"\u003eRestaurants\u003c\/div\u003e\n                    \u003cdiv class=\"category-description\"\u003ePerfect for farm-to-table dishes and signature recipes\u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"usage-category\"\u003e\n                    \u003cdiv class=\"category-icon\"\u003e🍵\u003c\/div\u003e\n                    \u003cdiv class=\"category-title\"\u003eBeverage Service\u003c\/div\u003e\n                    \u003cdiv class=\"category-description\"\u003eGreat for premium teas, coffees, and specialty drinks\u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"usage-category\"\u003e\n                    \u003cdiv class=\"category-icon\"\u003e👨‍🍳\u003c\/div\u003e\n                    \u003cdiv class=\"category-title\"\u003eProfessional Kitchens\u003c\/div\u003e\n                    \u003cdiv class=\"category-description\"\u003eExcellent for chefs creating signature dishes and sauces\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"wildflower-specs-section\"\u003e\n            \u003ch3 class=\"specs-heading\"\u003eProduct Specifications\u003c\/h3\u003e\n            \u003ctable class=\"wildflower-specs-table\"\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eProduct Name\u003c\/td\u003e\n                    \u003ctd\u003eHometown Provisions Wildflower Honey\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eHoney Type\u003c\/td\u003e\n                    \u003ctd\u003eWildflower Blend\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003ePackage Size\u003c\/td\u003e\n                    \u003ctd\u003e5 lb. Container\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eSource\u003c\/td\u003e\n                    \u003ctd\u003eBlend of Wild Blossoms \u0026amp; Flowers\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eFlavor Profile\u003c\/td\u003e\n                    \u003ctd\u003eDistinctive Sweet with Floral Undertones\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eColor\u003c\/td\u003e\n                    \u003ctd\u003eNatural Golden Amber\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eAdditives\u003c\/td\u003e\n                    \u003ctd\u003eNone - 100% Pure Honey\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eProcessing\u003c\/td\u003e\n                    \u003ctd\u003eCollected from Sweet Honeycomb\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eDietary Features\u003c\/td\u003e\n                    \u003ctd\u003e\n                        \u003cdiv class=\"feature-tags\"\u003e\n                            \u003cspan class=\"feature-tag\"\u003eNaturally Gluten-Free\u003c\/span\u003e\n                            \u003cspan class=\"feature-tag floral\"\u003eAll-Natural\u003c\/span\u003e\n                        \u003c\/div\u003e\n                    \u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eBest Uses\u003c\/td\u003e\n                    \u003ctd\u003e\n                        \u003cdiv class=\"feature-tags\"\u003e\n                            \u003cspan class=\"feature-tag floral\"\u003eBaking\u003c\/span\u003e\n                            \u003cspan class=\"feature-tag\"\u003eCooking\u003c\/span\u003e\n                            \u003cspan class=\"feature-tag floral\"\u003eBeverages\u003c\/span\u003e\n                            \u003cspan class=\"feature-tag\"\u003eTableside\u003c\/span\u003e\n                        \u003c\/div\u003e\n                    \u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eAroma\u003c\/td\u003e\n                    \u003ctd\u003eFloral \u0026amp; Sweet\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eTexture\u003c\/td\u003e\n                    \u003ctd\u003eSmooth \u0026amp; Velvety\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eContainer Type\u003c\/td\u003e\n                    \u003ctd\u003eFood-Grade Container\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eQuality Grade\u003c\/td\u003e\n                    \u003ctd\u003ePremium Food Service\u003c\/td\u003e\n                \u003c\/tr\u003e\n            \u003c\/table\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"wildflower-description\" style=\"margin-top: 30px;\"\u003e\n            \u003cp\u003e\u003cstrong\u003ePremium Wildflower Quality:\u003c\/strong\u003e Hometown Provisions brings you the finest wildflower honey, carefully sourced from diverse blossoms to create a complex, flavorful honey that elevates any culinary creation. Experience the natural sweetness and floral notes that make this honey perfect for professional kitchens and bakeries.\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":42617468125268,"sku":null,"price":213.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Prodcut818-1.png?v=1761430845"},{"product_id":"hometown-provisions-5-lb-orange-blossom-honey-6-case","title":"5 lb. Orange Blossom 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\u003eOrange Blossom Honey Product Description\u003c\/title\u003e\n    \u003cstyle\u003e\n        \/* Base Styles *\/\n        .orange-honey-description {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            color: #333;\n            max-width: 900px;\n            margin: 0 auto;\n            padding: 25px;\n            line-height: 1.6;\n            background: linear-gradient(to bottom, #fffaf0, #fff5e6);\n        }\n        \n        \/* Headline Styles *\/\n        .orange-headline {\n            font-size: 32px;\n            font-weight: 700;\n            color: #ff8c00;\n            margin-bottom: 25px;\n            line-height: 1.3;\n            text-align: center;\n            position: relative;\n            padding-bottom: 20px;\n        }\n        \n        .orange-headline:after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 120px;\n            height: 3px;\n            background: linear-gradient(90deg, #ff8c00, #ffa500);\n            border-radius: 2px;\n        }\n        \n        \/* Description Text *\/\n        .orange-description {\n            font-size: 17px;\n            margin-bottom: 30px;\n            color: #5a4a3a;\n            text-align: center;\n            background: rgba(255, 250, 240, 0.8);\n            padding: 25px;\n            border-radius: 12px;\n            border-left: 4px solid #ffa500;\n            box-shadow: 0 4px 15px rgba(255, 140, 0, 0.1);\n        }\n        \n        \/* Highlight Box *\/\n        .citrus-highlight {\n            background: linear-gradient(135deg, #ff8c00, #ffa500);\n            color: white;\n            padding: 20px 25px;\n            margin: 30px 0;\n            border-radius: 12px;\n            text-align: center;\n            box-shadow: 0 6px 20px rgba(255, 140, 0, 0.2);\n        }\n        \n        .citrus-highlight p {\n            margin: 0;\n            font-size: 18px;\n            font-weight: 600;\n        }\n        \n        \/* Citrus Benefits Section *\/\n        .citrus-benefits {\n            background: linear-gradient(135deg, #fffaf0, #fff0e0);\n            padding: 25px;\n            margin: 30px 0;\n            border-radius: 12px;\n            border: 2px solid #ffa500;\n        }\n        \n        .benefits-heading {\n            color: #ff8c00;\n            font-size: 22px;\n            font-weight: 700;\n            margin-bottom: 15px;\n            text-align: center;\n        }\n        \n        .benefits-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n            margin-top: 20px;\n        }\n        \n        .benefit-item {\n            text-align: center;\n            padding: 20px;\n            background: white;\n            border-radius: 10px;\n            border-left: 4px solid #ffa500;\n            box-shadow: 0 4px 12px rgba(255, 140, 0, 0.1);\n        }\n        \n        .benefit-icon {\n            font-size: 32px;\n            margin-bottom: 12px;\n            color: #ff8c00;\n        }\n        \n        \/* Usage Grid *\/\n        .usage-section {\n            margin: 35px 0;\n        }\n        \n        .usage-heading {\n            color: #ff8c00;\n            font-size: 24px;\n            font-weight: 700;\n            margin-bottom: 20px;\n            text-align: center;\n        }\n        \n        .usage-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n            margin-top: 25px;\n        }\n        \n        .usage-category {\n            background: white;\n            padding: 25px;\n            border-radius: 12px;\n            border-left: 4px solid #ffa500;\n            box-shadow: 0 4px 15px rgba(255, 140, 0, 0.1);\n            transition: transform 0.3s ease;\n            text-align: center;\n        }\n        \n        .usage-category:hover {\n            transform: translateY(-5px);\n        }\n        \n        .category-icon {\n            font-size: 40px;\n            margin-bottom: 15px;\n            color: #ff8c00;\n        }\n        \n        .category-title {\n            color: #ff8c00;\n            font-size: 18px;\n            font-weight: 700;\n            margin-bottom: 10px;\n        }\n        \n        .category-description {\n            color: #5a4a42;\n            font-size: 14px;\n            line-height: 1.5;\n        }\n        \n        \/* Quality Badges *\/\n        .quality-features {\n            display: flex;\n            justify-content: center;\n            flex-wrap: wrap;\n            gap: 12px;\n            margin: 25px 0;\n        }\n        \n        .quality-badge {\n            display: inline-flex;\n            align-items: center;\n            background: linear-gradient(135deg, #ff8c00, #ffa500);\n            color: white;\n            padding: 8px 18px;\n            border-radius: 25px;\n            font-weight: 600;\n            font-size: 14px;\n            box-shadow: 0 3px 8px rgba(255, 140, 0, 0.3);\n        }\n        \n        .quality-badge.citrus {\n            background: linear-gradient(135deg, #ff6347, #ff8c00);\n        }\n        \n        \/* Specs Section *\/\n        .orange-specs-section {\n            margin-top: 40px;\n        }\n        \n        .specs-heading {\n            background: linear-gradient(135deg, #ff8c00, #ffa500);\n            color: white;\n            padding: 16px 25px;\n            font-weight: 700;\n            border-radius: 10px 10px 0 0;\n            margin-bottom: 0;\n            font-size: 20px;\n            text-align: center;\n            letter-spacing: 0.5px;\n        }\n        \n        \/* Beautiful Table Styles *\/\n        .orange-specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            box-shadow: 0 8px 25px rgba(255, 140, 0, 0.15);\n            border-radius: 0 0 10px 10px;\n            overflow: hidden;\n            background: white;\n        }\n        \n        .orange-specs-table tr {\n            transition: all 0.3s ease;\n        }\n        \n        .orange-specs-table tr:hover {\n            background-color: #fffaf0;\n            transform: translateY(-1px);\n        }\n        \n        .orange-specs-table tr:nth-child(even) {\n            background-color: #fffaf0;\n        }\n        \n        .orange-specs-table tr:nth-child(odd) {\n            background-color: #FFFFFF;\n        }\n        \n        .orange-specs-table td {\n            padding: 18px 25px;\n            border-bottom: 1px solid #ffe4b5;\n            transition: all 0.3s ease;\n        }\n        \n        .orange-specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .orange-specs-table td:first-child {\n            font-weight: 700;\n            color: #ff8c00;\n            width: 35%;\n            font-size: 16px;\n        }\n        \n        .orange-specs-table td:last-child {\n            color: #5a4a42;\n            font-size: 16px;\n        }\n        \n        \/* Feature Tags *\/\n        .feature-tags {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 8px;\n        }\n        \n        .feature-tag {\n            background: linear-gradient(135deg, #ffa500, #ff8c00);\n            color: white;\n            padding: 6px 14px;\n            border-radius: 20px;\n            font-size: 13px;\n            font-weight: 600;\n            box-shadow: 0 2px 5px rgba(255, 165, 0, 0.3);\n        }\n        \n        .feature-tag.citrus {\n            background: linear-gradient(135deg, #ff6347, #ff8c00);\n        }\n        \n        \/* Aroma Section *\/\n        .aroma-section {\n            background: linear-gradient(135deg, #fffaf0, #fff5e6);\n            padding: 25px;\n            margin: 30px 0;\n            border-radius: 12px;\n            border: 2px solid #ffa500;\n            text-align: center;\n        }\n        \n        .aroma-heading {\n            color: #ff8c00;\n            font-size: 22px;\n            font-weight: 700;\n            margin-bottom: 15px;\n        }\n        \n        \/* Responsive Design *\/\n        @media (max-width: 768px) {\n            .orange-headline {\n                font-size: 26px;\n            }\n            \n            .orange-description {\n                font-size: 16px;\n                padding: 20px;\n            }\n            \n            .orange-specs-table td {\n                padding: 14px 18px;\n            }\n            \n            .specs-heading {\n                padding: 14px 20px;\n                font-size: 18px;\n            }\n            \n            .quality-features {\n                flex-direction: column;\n                align-items: center;\n            }\n            \n            .usage-grid, .benefits-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .orange-honey-description {\n                padding: 15px;\n            }\n            \n            .orange-headline {\n                font-size: 22px;\n            }\n            \n            .orange-specs-table {\n                font-size: 14px;\n            }\n            \n            .orange-specs-table td {\n                padding: 12px 15px;\n            }\n            \n            .orange-specs-table td:first-child {\n                width: 40%;\n            }\n            \n            .feature-tags {\n                flex-direction: column;\n                gap: 5px;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"orange-honey-description\"\u003e\n        \u003ch2 class=\"orange-headline\"\u003eGathered from the nectar of orange tree blossoms, this Hometown Provisions orange blossom honey is perfect for your bakery or restaurant!\u003c\/h2\u003e\n        \n        \u003cdiv class=\"orange-description\"\u003e\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.\u003c\/p\u003e\n            \u003cp\u003eThis pure honey is collected from sweet honeycomb and is free from unwanted additives. Its unique aroma, golden color, and hints of citrus flavor make it a favorite honey type.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"citrus-highlight\"\u003e\n            \u003cp\u003eSave money when you buy in bulk, and use this 5 lb. container for all of your most popular recipes!\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"quality-features\"\u003e\n            \u003cdiv class=\"quality-badge citrus\"\u003e✓ Citrus Flavor Notes\u003c\/div\u003e\n            \u003cdiv class=\"quality-badge\"\u003e✓ Pure \u0026amp; Natural\u003c\/div\u003e\n            \u003cdiv class=\"quality-badge\"\u003e✓ No Additives\u003c\/div\u003e\n            \u003cdiv class=\"quality-badge citrus\"\u003e✓ Orange Blossom Source\u003c\/div\u003e\n            \u003cdiv class=\"quality-badge\"\u003e✓ Premium Quality\u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"aroma-section\"\u003e\n            \u003ch3 class=\"aroma-heading\"\u003eExperience the Unique Aroma of Orange Blossoms\u003c\/h3\u003e\n            \u003cp\u003eThis honey captures the delicate fragrance and subtle citrus notes of orange tree blossoms, creating a truly distinctive flavor profile that elevates any culinary creation.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"citrus-benefits\"\u003e\n            \u003ch3 class=\"benefits-heading\"\u003eWhy Orange Blossom Honey is Exceptional\u003c\/h3\u003e\n            \u003cdiv class=\"benefits-grid\"\u003e\n                \u003cdiv class=\"benefit-item\"\u003e\n                    \u003cdiv class=\"benefit-icon\"\u003e🍊\u003c\/div\u003e\n                    \u003cstrong\u003eCitrus Notes\u003c\/strong\u003e\n                    \u003cp\u003eDelicate hints of citrus flavor from orange blossoms\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"benefit-item\"\u003e\n                    \u003cdiv class=\"benefit-icon\"\u003e🌟\u003c\/div\u003e\n                    \u003cstrong\u003eGolden Color\u003c\/strong\u003e\n                    \u003cp\u003eBeautiful golden hue perfect for premium presentation\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"benefit-item\"\u003e\n                    \u003cdiv class=\"benefit-icon\"\u003e👃\u003c\/div\u003e\n                    \u003cstrong\u003eUnique Aroma\u003c\/strong\u003e\n                    \u003cp\u003eDistinctive floral scent from orange blossom nectar\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"benefit-item\"\u003e\n                    \u003cdiv class=\"benefit-icon\"\u003e🍯\u003c\/div\u003e\n                    \u003cstrong\u003ePure Quality\u003c\/strong\u003e\n                    \u003cp\u003eCollected from honeycomb with no unwanted additives\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"usage-section\"\u003e\n            \u003ch3 class=\"usage-heading\"\u003ePerfect For Premium Culinary Applications\u003c\/h3\u003e\n            \u003cdiv class=\"usage-grid\"\u003e\n                \u003cdiv class=\"usage-category\"\u003e\n                    \u003cdiv class=\"category-icon\"\u003e🍽️\u003c\/div\u003e\n                    \u003cdiv class=\"category-title\"\u003eFine Dining\u003c\/div\u003e\n                    \u003cdiv class=\"category-description\"\u003eIdeal for upscale restaurants and gourmet dishes\u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"usage-category\"\u003e\n                    \u003cdiv class=\"category-icon\"\u003e🍞\u003c\/div\u003e\n                    \u003cdiv class=\"category-title\"\u003eArtisan Bakeries\u003c\/div\u003e\n                    \u003cdiv class=\"category-description\"\u003ePerfect for premium baked goods and pastries\u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"usage-category\"\u003e\n                    \u003cdiv class=\"category-icon\"\u003e☕\u003c\/div\u003e\n                    \u003cdiv class=\"category-title\"\u003eSpecialty Cafes\u003c\/div\u003e\n                    \u003cdiv class=\"category-description\"\u003eGreat for premium teas, coffees, and beverages\u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"usage-category\"\u003e\n                    \u003cdiv class=\"category-icon\"\u003e🏨\u003c\/div\u003e\n                    \u003cdiv class=\"category-title\"\u003eHospitality\u003c\/div\u003e\n                    \u003cdiv class=\"category-description\"\u003eExcellent for hotels and premium food service\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"orange-specs-section\"\u003e\n            \u003ch3 class=\"specs-heading\"\u003eProduct Specifications\u003c\/h3\u003e\n            \u003ctable class=\"orange-specs-table\"\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eProduct Name\u003c\/td\u003e\n                    \u003ctd\u003eHometown Provisions Orange Blossom Honey\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eHoney Type\u003c\/td\u003e\n                    \u003ctd\u003eOrange Blossom\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003ePackage Size\u003c\/td\u003e\n                    \u003ctd\u003e5 lb. Container\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eSource\u003c\/td\u003e\n                    \u003ctd\u003eOrange Tree Blossoms\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eFlavor Profile\u003c\/td\u003e\n                    \u003ctd\u003eSweet with Citrus Notes\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eColor\u003c\/td\u003e\n                    \u003ctd\u003eGolden\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eAroma\u003c\/td\u003e\n                    \u003ctd\u003eUnique Floral with Citrus Undertones\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eAdditives\u003c\/td\u003e\n                    \u003ctd\u003eNone - 100% Pure Honey\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eProcessing\u003c\/td\u003e\n                    \u003ctd\u003eCollected from Sweet Honeycomb\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eSpecial Features\u003c\/td\u003e\n                    \u003ctd\u003e\n                        \u003cdiv class=\"feature-tags\"\u003e\n                            \u003cspan class=\"feature-tag citrus\"\u003eCitrus Notes\u003c\/span\u003e\n                            \u003cspan class=\"feature-tag citrus\"\u003eFloral Aroma\u003c\/span\u003e\n                            \u003cspan class=\"feature-tag\"\u003ePure Quality\u003c\/span\u003e\n                        \u003c\/div\u003e\n                    \u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eBest Uses\u003c\/td\u003e\n                    \u003ctd\u003e\n                        \u003cdiv class=\"feature-tags\"\u003e\n                            \u003cspan class=\"feature-tag citrus\"\u003eBaking\u003c\/span\u003e\n                            \u003cspan class=\"feature-tag\"\u003eCooking\u003c\/span\u003e\n                            \u003cspan class=\"feature-tag citrus\"\u003eBeverages\u003c\/span\u003e\n                            \u003cspan class=\"feature-tag\"\u003eTableside\u003c\/span\u003e\n                        \u003c\/div\u003e\n                    \u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eTexture\u003c\/td\u003e\n                    \u003ctd\u003eSmooth \u0026amp; Velvety\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eContainer Type\u003c\/td\u003e\n                    \u003ctd\u003eFood-Grade Container\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eQuality Grade\u003c\/td\u003e\n                    \u003ctd\u003ePremium Food Service\u003c\/td\u003e\n                \u003c\/tr\u003e\n            \u003c\/table\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"orange-description\" style=\"margin-top: 30px;\"\u003e\n            \u003cp\u003e\u003cstrong\u003ePremium Citrus Experience:\u003c\/strong\u003e Hometown Provisions brings you the finest orange blossom honey, carefully sourced from orange tree blossoms to create a honey with distinctive citrus notes and floral aroma. Perfect for establishments that value unique flavor profiles and premium ingredients.\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":42617480118356,"sku":null,"price":280.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Product819-1.png?v=1761431131"},{"product_id":"monin-premium-pure-cane-syrup-1-liter-4-case","title":"Monin Premium Pure Cane Syrup 1 Liter - 4\/Case","description":"\u003cdiv class=\"monin-product-description\"\u003e\n  \u003cdiv class=\"product-intro\"\u003e\n    \u003ch2\u003eMonin Pure Cane Syrup\u003c\/h2\u003e\n    \u003cp\u003eEasily and naturally sweeten beverages with this Monin 1 liter premium pure cane syrup! Made with pure cane sugar and no artificial ingredients, this clean label syrup will enhance the flavor profile of your mixed or blended drinks without overpowering them or being too sweet.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"specifications-section\"\u003e\n    \u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n    \u003cdiv class=\"specs-table\"\u003e\n      \u003ctable\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\u003eQuantity\u003c\/td\u003e\n            \u003ctd\u003e4\/Case\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eShipping Weight\u003c\/td\u003e\n            \u003ctd\u003e15.39 lb.\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eContainer Material\u003c\/td\u003e\n            \u003ctd\u003ePlastic\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eFeatures\u003c\/td\u003e\n            \u003ctd\u003e\n              \u003cul class=\"features-list\"\u003e\n                \u003cli\u003eDairy Free\u003c\/li\u003e\n                \u003cli\u003eGluten-Free\u003c\/li\u003e\n                \u003cli\u003eMade in America\u003c\/li\u003e\n                \u003cli\u003eNatural\u003c\/li\u003e\n                \u003cli\u003eNon-GMO\u003c\/li\u003e\n                \u003cli\u003eVegetarian\u003c\/li\u003e\n              \u003c\/ul\u003e\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eFlavor\u003c\/td\u003e\n            \u003ctd\u003eCane Sugar \/ Simple Syrup\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eFlavor Type\u003c\/td\u003e\n            \u003ctd\u003eSweetener\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eMix Type\u003c\/td\u003e\n            \u003ctd\u003eBar Syrups \/ Flavoring Syrups\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003ePackage Size\u003c\/td\u003e\n            \u003ctd\u003e1 liter\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003ePackage Type\u003c\/td\u003e\n            \u003ctd\u003eBottles\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eSugar Type\u003c\/td\u003e\n            \u003ctd\u003eCane Sugar\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eSweetener Type\u003c\/td\u003e\n            \u003ctd\u003eClassic\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eTotal Case Size\u003c\/td\u003e\n            \u003ctd\u003e4 liters\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eType\u003c\/td\u003e\n            \u003ctd\u003eCane Syrup \/ Sweetener Syrups\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"product-details\"\u003e\n    \u003ch3\u003eProduct Details\u003c\/h3\u003e\n    \u003cp\u003ePerfect for specialty coffee and tea drinks, as well as smoothies, cocktails, and clean label sodas, this syrup promises a pure, concentrated sweetness that dissolves instantly in any hot or cold beverage. It offers an ideal solution for customers wishing to sweeten their drinks without adding a flavor.\u003c\/p\u003e\n    \n    \u003cp\u003ePackaged in a shatterproof plastic bottle, this flavoring syrup is an excellent addition to any restaurant, bar, coffee shop, or cafe. It boasts a sleek appearance for an attractive shelf presence and can easily be paired with a compatible pump for quick, efficient service during peak serving hours.\u003c\/p\u003e\n    \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  \u003c\/div\u003e\n\n  \u003cdiv class=\"recipe-section\"\u003e\n    \u003ch3\u003eSuggested Recipe: Mint Mojito\u003c\/h3\u003e\n    \u003cp\u003eUpgrade your simple syrup to this premium cane syrup to give this classic, refreshing cocktail a more refined, clean-tasting flavor!\u003c\/p\u003e\n    \n    \u003cdiv class=\"recipe-ingredients\"\u003e\n      \u003ch4\u003eIngredients:\u003c\/h4\u003e\n      \u003cul\u003e\n        \u003cli\u003e8 mint leaves\u003c\/li\u003e\n        \u003cli\u003e1 oz. Monin pure cane syrup\u003c\/li\u003e\n        \u003cli\u003e2 oz. white rum\u003c\/li\u003e\n        \u003cli\u003e0.75 oz. fresh lime juice\u003c\/li\u003e\n        \u003cli\u003e1 oz. club soda\u003c\/li\u003e\n        \u003cli\u003eIce\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"recipe-instructions\"\u003e\n      \u003ch4\u003eInstructions:\u003c\/h4\u003e\n      \u003col\u003e\n        \u003cli\u003eMuddle mint leaves and Monin syrup in a shaker.\u003c\/li\u003e\n        \u003cli\u003ePour the rest of the ingredients, except for club soda, into the shaker.\u003c\/li\u003e\n        \u003cli\u003eCap and shake vigorously.\u003c\/li\u003e\n        \u003cli\u003eStrain into a serving glass filled with fresh ice.\u003c\/li\u003e\n        \u003cli\u003eTop with club soda, garnish, and serve.\u003c\/li\u003e\n      \u003c\/ol\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.monin-product-description {\n  font-family: 'Helvetica Neue', Arial, sans-serif;\n  color: #333;\n  line-height: 1.6;\n  max-width: 1000px;\n  margin: 0 auto;\n  padding: 20px;\n}\n\n.monin-product-description h2 {\n  color: #2c5530;\n  font-size: 28px;\n  margin-bottom: 15px;\n  border-bottom: 2px solid #e8f5e9;\n  padding-bottom: 10px;\n}\n\n.monin-product-description h3 {\n  color: #2c5530;\n  font-size: 22px;\n  margin: 25px 0 15px;\n  padding-bottom: 8px;\n  border-bottom: 1px solid #e8f5e9;\n}\n\n.monin-product-description h4 {\n  color: #4a7c59;\n  font-size: 18px;\n  margin: 15px 0 10px;\n}\n\n.product-intro p {\n  font-size: 16px;\n  margin-bottom: 20px;\n}\n\n.specs-table {\n  margin: 20px 0;\n  overflow-x: auto;\n}\n\n.specs-table table {\n  width: 100%;\n  border-collapse: collapse;\n  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\n  border-radius: 8px;\n  overflow: hidden;\n}\n\n.specs-table thead {\n  background-color: #2c5530;\n  color: white;\n}\n\n.specs-table th {\n  padding: 15px;\n  text-align: left;\n  font-weight: 600;\n  font-size: 16px;\n}\n\n.specs-table td {\n  padding: 15px;\n  border-bottom: 1px solid #e0e0e0;\n}\n\n.specs-table tbody tr:nth-child(even) {\n  background-color: #f9f9f9;\n}\n\n.specs-table tbody tr:hover {\n  background-color: #f0f7f0;\n}\n\n.features-list {\n  list-style-type: none;\n  padding: 0;\n  margin: 0;\n}\n\n.features-list li {\n  position: relative;\n  padding-left: 20px;\n  margin-bottom: 5px;\n}\n\n.features-list li:before {\n  content: \"✓\";\n  position: absolute;\n  left: 0;\n  color: #4a7c59;\n  font-weight: bold;\n}\n\n.product-details p {\n  margin-bottom: 15px;\n  font-size: 16px;\n}\n\n.recipe-section {\n  background-color: #f8fdf8;\n  padding: 20px;\n  border-radius: 8px;\n  margin-top: 25px;\n  border-left: 4px solid #4a7c59;\n}\n\n.recipe-ingredients, .recipe-instructions {\n  margin-top: 15px;\n}\n\n.recipe-ingredients ul, .recipe-instructions ol {\n  padding-left: 20px;\n}\n\n.recipe-ingredients li, .recipe-instructions li {\n  margin-bottom: 8px;\n}\n\n@media (max-width: 768px) {\n  .monin-product-description {\n    padding: 15px;\n  }\n  \n  .specs-table table {\n    font-size: 14px;\n  }\n  \n  .specs-table th, .specs-table td {\n    padding: 10px;\n  }\n}\n\u003c\/style\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42617788039252,"sku":null,"price":82.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/product820_2.png?v=1761450974"},{"product_id":"monin-organic-agave-nectar-sweetener-syrup-1-liter-4-case","title":"Monin Organic Agave Nectar Sweetener Syrup 1 Liter - 4\/Case","description":"\u003cdiv class=\"monin-product-description\"\u003e\n\u003cdiv class=\"product-intro\"\u003e\n\u003ch2\u003eMonin Organic Agave Nectar Sweetener Syrup\u003c\/h2\u003e\n\u003cp\u003eMake naturally-delicious beverages containing organic ingredients with this Monin 750 mL organic agave nectar sweetener syrup! This syrup is made with organically-grown agave nectar from the agave plant and does not include additives or preservatives.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specifications-section\"\u003e\n\u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n\u003cdiv class=\"specs-table\"\u003e\n\u003ctable\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\u003eQuantity\u003c\/td\u003e\n\u003ctd\u003e4\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e12 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eContainer Material\u003c\/td\u003e\n\u003ctd\u003ePlastic\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFeatures\u003c\/td\u003e\n\u003ctd\u003e\n\u003cul class=\"features-list\"\u003e\n\u003cli\u003eGluten-Free\u003c\/li\u003e\n\u003cli\u003eHalal\u003c\/li\u003e\n\u003cli\u003eMade in America\u003c\/li\u003e\n\u003cli\u003eNatural\u003c\/li\u003e\n\u003cli\u003eNon-GMO\u003c\/li\u003e\n\u003cli\u003eOrganic\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFlavor\u003c\/td\u003e\n\u003ctd\u003eAgave\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFlavor Type\u003c\/td\u003e\n\u003ctd\u003eSweetener\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMix Type\u003c\/td\u003e\n\u003ctd\u003eBar Syrups \/ Flavoring Syrups\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePackage Size\u003c\/td\u003e\n\u003ctd\u003e1 liter\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePackage Type\u003c\/td\u003e\n\u003ctd\u003eBottles\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSweetener Type\u003c\/td\u003e\n\u003ctd\u003eClassic\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTotal Case Size\u003c\/td\u003e\n\u003ctd\u003e4 liters\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eAgave Syrups \/ Flavoring Syrups\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-details\"\u003e\n\u003ch3\u003eProduct Details\u003c\/h3\u003e\n\u003cp\u003eSimilar to honey with a lighter color and slightly sweeter flavor, agave nectar is perfect for adding sweetness to coffees, teas, lemonades, and cocktails. You can even use it in a variety of cooking recipes, sauces, and desserts!\u003c\/p\u003e\n\u003cp\u003ePackaged in a shatterproof plastic bottle, this organic sweetener syrup is an excellent addition to any restaurant, bar, coffee shop, or cafe. It boasts a sleek appearance for an attractive shelf presence and can easily be paired with a compatible pump for quick, efficient service during peak serving hours.\u003c\/p\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\u003c\/div\u003e\n\u003cdiv class=\"recipe-section\"\u003e\n\u003ch3\u003eSuggested Recipe: Fresh Agave Margarita\u003c\/h3\u003e\n\u003cp\u003eCreate standout margaritas for your bar with this simple yet delicious recipe!\u003c\/p\u003e\n\u003cdiv class=\"recipe-ingredients\"\u003e\n\u003ch4\u003eIngredients:\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e1.5 oz. reposado tequila\u003c\/li\u003e\n\u003cli\u003e0.5 oz. Monin organic agave nectar sweetener syrup\u003c\/li\u003e\n\u003cli\u003e1.5 oz. fresh lime juice\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"recipe-instructions\"\u003e\n\u003ch4\u003eInstructions:\u003c\/h4\u003e\n\u003col\u003e\n\u003cli\u003eFill a serving glass with ice.\u003c\/li\u003e\n\u003cli\u003ePour the ingredients and the ice from the serving glass into a mixing tin.\u003c\/li\u003e\n\u003cli\u003eCap, shake, and pour back into serving glass.\u003c\/li\u003e\n\u003cli\u003eGarnish with a lime wedge and salt rimmer and serve.\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n.monin-product-description {\n  font-family: 'Helvetica Neue', Arial, sans-serif;\n  color: #333;\n  line-height: 1.6;\n  max-width: 1000px;\n  margin: 0 auto;\n  padding: 20px;\n}\n\n.monin-product-description h2 {\n  color: #2c5530;\n  font-size: 28px;\n  margin-bottom: 15px;\n  border-bottom: 2px solid #e8f5e9;\n  padding-bottom: 10px;\n}\n\n.monin-product-description h3 {\n  color: #2c5530;\n  font-size: 22px;\n  margin: 25px 0 15px;\n  padding-bottom: 8px;\n  border-bottom: 1px solid #e8f5e9;\n}\n\n.monin-product-description h4 {\n  color: #4a7c59;\n  font-size: 18px;\n  margin: 15px 0 10px;\n}\n\n.product-intro p {\n  font-size: 16px;\n  margin-bottom: 20px;\n}\n\n.specs-table {\n  margin: 20px 0;\n  overflow-x: auto;\n  border-radius: 10px;\n  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n}\n\n.specs-table table {\n  width: 100%;\n  border-collapse: collapse;\n  border-radius: 10px;\n  overflow: hidden;\n}\n\n.specs-table thead {\n  background: linear-gradient(135deg, #2c5530, #4a7c59);\n  color: white;\n}\n\n.specs-table th {\n  padding: 18px 20px;\n  text-align: left;\n  font-weight: 600;\n  font-size: 16px;\n  letter-spacing: 0.5px;\n}\n\n.specs-table td {\n  padding: 16px 20px;\n  border-bottom: 1px solid #e8f5e9;\n  transition: all 0.3s ease;\n}\n\n.specs-table tbody tr:nth-child(even) {\n  background-color: #f8fdf8;\n}\n\n.specs-table tbody tr:hover {\n  background-color: #f0f7f0;\n  transform: translateY(-1px);\n  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);\n}\n\n.features-list {\n  list-style-type: none;\n  padding: 0;\n  margin: 0;\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));\n  gap: 8px;\n}\n\n.features-list li {\n  position: relative;\n  padding: 8px 12px 8px 30px;\n  background: #e8f5e9;\n  border-radius: 6px;\n  font-size: 14px;\n  margin-bottom: 0;\n}\n\n.features-list li:before {\n  content: \"✓\";\n  position: absolute;\n  left: 12px;\n  color: #2c5530;\n  font-weight: bold;\n}\n\n.product-details p {\n  margin-bottom: 15px;\n  font-size: 16px;\n}\n\n.recipe-section {\n  background: linear-gradient(135deg, #f8fdf8, #e8f5e9);\n  padding: 25px;\n  border-radius: 12px;\n  margin-top: 25px;\n  border-left: 5px solid #4a7c59;\n  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);\n}\n\n.recipe-ingredients, .recipe-instructions {\n  margin-top: 20px;\n}\n\n.recipe-ingredients ul, .recipe-instructions ol {\n  padding-left: 25px;\n}\n\n.recipe-ingredients li, .recipe-instructions li {\n  margin-bottom: 10px;\n  padding-left: 8px;\n}\n\n.recipe-ingredients li {\n  background: #fff;\n  padding: 10px 15px;\n  border-radius: 6px;\n  border-left: 3px solid #4a7c59;\n  margin-bottom: 8px;\n}\n\n.recipe-instructions li {\n  padding: 12px 15px;\n  background: #fff;\n  border-radius: 6px;\n  margin-bottom: 10px;\n  border-left: 3px solid #2c5530;\n}\n\n@media (max-width: 768px) {\n  .monin-product-description {\n    padding: 15px;\n  }\n  \n  .specs-table table {\n    font-size: 14px;\n  }\n  \n  .specs-table th, .specs-table td {\n    padding: 12px 15px;\n  }\n  \n  .features-list {\n    grid-template-columns: 1fr;\n  }\n  \n  .recipe-section {\n    padding: 20px;\n  }\n}\n\u003c\/style\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42617789251668,"sku":null,"price":102.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/product821_2.png?v=1761451403"},{"product_id":"finest-call-premium-bar-simple-syrup-1-liter-12-case","title":"Finest Call Premium Bar \/ Simple Syrup 1 Liter - 12\/Case","description":"\u003cdiv class=\"finest-call-product-description\"\u003e\n  \u003cdiv class=\"product-intro\"\u003e\n    \u003ch2\u003eFinest Call Premium Bar \/ Simple Syrup\u003c\/h2\u003e\n    \u003cp\u003eRather than spending valuable set-up time mixing your own bar syrup, reach for this user-friendly 1 liter bottle of Finest Call premium bar \/ simple syrup! It will add a splash of sweetness to signature cocktails and non-alcoholic drinks, like slushies, lemonades, and specialty coffees.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"specifications-section\"\u003e\n    \u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n    \u003cdiv class=\"specs-table\"\u003e\n      \u003ctable\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\u003eQuantity\u003c\/td\u003e\n            \u003ctd\u003e12\/Case\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eShipping Weight\u003c\/td\u003e\n            \u003ctd\u003e37.2 lb.\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eContainer Material\u003c\/td\u003e\n            \u003ctd\u003ePlastic\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eFeatures\u003c\/td\u003e\n            \u003ctd\u003e\n              \u003cul class=\"features-list\"\u003e\n                \u003cli\u003eGluten-Free\u003c\/li\u003e\n                \u003cli\u003eHalal\u003c\/li\u003e\n                \u003cli\u003eKosher\u003c\/li\u003e\n                \u003cli\u003eMade in America\u003c\/li\u003e\n                \u003cli\u003eVegan\u003c\/li\u003e\n                \u003cli\u003eVegetarian\u003c\/li\u003e\n              \u003c\/ul\u003e\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eFlavor\u003c\/td\u003e\n            \u003ctd\u003eCane Sugar \/ Simple Syrup\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eFlavor Type\u003c\/td\u003e\n            \u003ctd\u003eSweetener\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eMix Type\u003c\/td\u003e\n            \u003ctd\u003eFlavoring Syrups \/ Simple Syrups \/ Sweetener Syrups\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003ePackage Size\u003c\/td\u003e\n            \u003ctd\u003e1 liter\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003ePackage Type\u003c\/td\u003e\n            \u003ctd\u003eBottles\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003ePerishable Type\u003c\/td\u003e\n            \u003ctd\u003eAmbient\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eStyle\u003c\/td\u003e\n            \u003ctd\u003eLiquid\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eSweetener Type\u003c\/td\u003e\n            \u003ctd\u003eClassic\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eTotal Case Size\u003c\/td\u003e\n            \u003ctd\u003e12 liters\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eType\u003c\/td\u003e\n            \u003ctd\u003eSimple Syrups \/ Sweetener Syrups\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"product-details\"\u003e\n    \u003ch3\u003eProduct Details\u003c\/h3\u003e\n    \u003cp\u003eSimple and consistent, this Finest Call sweetener will never crystallize and will be there when you need it! It will also save you the hassle of cooking and storing your house-made simple syrup.\u003c\/p\u003e\n    \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. Easy for your bartenders and mixologists to use, the liter bottle also has an attractive shelf presence.\u003c\/p\u003e\n    \n    \u003cdiv class=\"benefits-section\"\u003e\n      \u003ch4\u003eKey Benefits:\u003c\/h4\u003e\n      \u003cul\u003e\n        \u003cli\u003eNever crystallizes - always ready to use\u003c\/li\u003e\n        \u003cli\u003eEasy-pour top with closure cap reduces drips\u003c\/li\u003e\n        \u003cli\u003ePerfect pour every time with long bottle neck\u003c\/li\u003e\n        \u003cli\u003eEliminates need for house-made simple syrup\u003c\/li\u003e\n        \u003cli\u003eAttractive shelf presence\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"brand-story\"\u003e\n    \u003ch3\u003eAbout Finest Call\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    \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    \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\n\u003cstyle\u003e\n.finest-call-product-description {\n  font-family: 'Helvetica Neue', Arial, sans-serif;\n  color: #2c2c2c;\n  line-height: 1.6;\n  max-width: 1000px;\n  margin: 0 auto;\n  padding: 20px;\n}\n\n.finest-call-product-description h2 {\n  color: #1a365d;\n  font-size: 32px;\n  margin-bottom: 20px;\n  border-bottom: 3px solid #e2e8f0;\n  padding-bottom: 15px;\n  font-weight: 700;\n}\n\n.finest-call-product-description h3 {\n  color: #2d3748;\n  font-size: 24px;\n  margin: 35px 0 20px;\n  padding-bottom: 12px;\n  border-bottom: 2px solid #e2e8f0;\n  font-weight: 600;\n}\n\n.finest-call-product-description h4 {\n  color: #4a5568;\n  font-size: 20px;\n  margin: 25px 0 15px;\n  font-weight: 600;\n}\n\n.product-intro p {\n  font-size: 18px;\n  margin-bottom: 25px;\n  color: #4a5568;\n  line-height: 1.7;\n}\n\n.specifications-section {\n  margin: 30px 0;\n}\n\n.specs-table {\n  margin: 25px 0;\n  overflow-x: auto;\n  border-radius: 12px;\n  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);\n  background: white;\n}\n\n.specs-table table {\n  width: 100%;\n  border-collapse: collapse;\n  border-radius: 12px;\n  overflow: hidden;\n  min-width: 600px;\n}\n\n.specs-table thead {\n  background: linear-gradient(135deg, #1a365d, #2d3748);\n  color: white;\n}\n\n.specs-table th {\n  padding: 20px 25px;\n  text-align: left;\n  font-weight: 600;\n  font-size: 17px;\n  letter-spacing: 0.3px;\n  text-transform: uppercase;\n}\n\n.specs-table td {\n  padding: 18px 25px;\n  border-bottom: 1px solid #e2e8f0;\n  transition: all 0.3s ease;\n  font-size: 16px;\n}\n\n.specs-table tbody tr:nth-child(even) {\n  background-color: #f7fafc;\n}\n\n.specs-table tbody tr:hover {\n  background-color: #edf2f7;\n  transform: translateY(-2px);\n  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);\n}\n\n.features-list {\n  list-style-type: none;\n  padding: 0;\n  margin: 0;\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));\n  gap: 10px;\n}\n\n.features-list li {\n  position: relative;\n  padding: 10px 15px 10px 35px;\n  background: linear-gradient(135deg, #e2e8f0, #f7fafc);\n  border-radius: 8px;\n  font-size: 14px;\n  font-weight: 500;\n  border: 1px solid #e2e8f0;\n}\n\n.features-list li:before {\n  content: \"✓\";\n  position: absolute;\n  left: 15px;\n  color: #2b6cb0;\n  font-weight: bold;\n  font-size: 16px;\n}\n\n.product-details p {\n  margin-bottom: 20px;\n  font-size: 16px;\n  color: #4a5568;\n  line-height: 1.7;\n}\n\n.benefits-section {\n  background: linear-gradient(135deg, #f7fafc, #edf2f7);\n  padding: 25px;\n  border-radius: 10px;\n  margin: 25px 0;\n  border-left: 5px solid #2b6cb0;\n}\n\n.benefits-section ul {\n  padding-left: 20px;\n}\n\n.benefits-section li {\n  margin-bottom: 12px;\n  padding-left: 10px;\n  font-size: 16px;\n  position: relative;\n}\n\n.benefits-section li:before {\n  content: \"•\";\n  color: #2b6cb0;\n  font-weight: bold;\n  font-size: 20px;\n  position: absolute;\n  left: -15px;\n}\n\n.brand-story {\n  background: linear-gradient(135deg, #f8f9fa, #e9ecef);\n  padding: 30px;\n  border-radius: 12px;\n  margin-top: 30px;\n  border: 1px solid #e2e8f0;\n}\n\n.brand-story p {\n  margin-bottom: 18px;\n  font-size: 16px;\n  color: #4a5568;\n  line-height: 1.7;\n}\n\n@media (max-width: 768px) {\n  .finest-call-product-description {\n    padding: 15px;\n  }\n  \n  .finest-call-product-description h2 {\n    font-size: 26px;\n  }\n  \n  .finest-call-product-description h3 {\n    font-size: 22px;\n  }\n  \n  .specs-table table {\n    font-size: 14px;\n    min-width: 500px;\n  }\n  \n  .specs-table th, .specs-table td {\n    padding: 15px 20px;\n  }\n  \n  .features-list {\n    grid-template-columns: 1fr;\n  }\n  \n  .benefits-section, .brand-story {\n    padding: 20px;\n  }\n}\n\n@media (max-width: 480px) {\n  .specs-table {\n    border-radius: 8px;\n  }\n  \n  .specs-table table {\n    min-width: 400px;\n  }\n  \n  .specs-table th, .specs-table td {\n    padding: 12px 15px;\n  }\n}\n\u003c\/style\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42617791774804,"sku":null,"price":113.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/product822_1.png?v=1761451839"},{"product_id":"honey-9-gram-portion-packet-200-case-1","title":"Honey 9 Gram Portion Packet - 200\/Case","description":"\u003cdiv class=\"honey-product-description\"\u003e\n  \u003cdiv class=\"product-intro\"\u003e\n    \u003ch2\u003ePure Honey Portion Control Packets\u003c\/h2\u003e\n    \u003cp\u003eTake the natural sweetness of honey with you wherever you go with these 9 gram portion packets! These convenient packets are perfect for customers on the move, allowing them to easily add a touch of sweetness to their favorite beverages or dishes.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"specifications-section\"\u003e\n    \u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n    \u003cdiv class=\"specs-table\"\u003e\n      \u003ctable\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\u003eQuantity\u003c\/td\u003e\n            \u003ctd\u003e200\/Case\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eShipping Weight\u003c\/td\u003e\n            \u003ctd\u003e4.5 lb.\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eFeatures\u003c\/td\u003e\n            \u003ctd\u003e\n              \u003cul class=\"features-list\"\u003e\n                \u003cli\u003eMade in America\u003c\/li\u003e\n                \u003cli\u003eNon-GMO\u003c\/li\u003e\n              \u003c\/ul\u003e\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eHoney Color\u003c\/td\u003e\n            \u003ctd\u003eAmber\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003ePackage Size\u003c\/td\u003e\n            \u003ctd\u003e9 grams\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003ePackage Type\u003c\/td\u003e\n            \u003ctd\u003ePortion Control Packs \u0026amp; Sticks\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eStyle\u003c\/td\u003e\n            \u003ctd\u003ePure\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eTotal Case Size\u003c\/td\u003e\n            \u003ctd\u003e3.97 lb.\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eType\u003c\/td\u003e\n            \u003ctd\u003eHoney\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"product-details\"\u003e\n    \u003ch3\u003eProduct Details\u003c\/h3\u003e\n    \u003cp\u003eEach packet contains pure honey with a thick consistency and golden color, guaranteeing a rich and satisfying flavor. With portion control packets, you can efficiently manage costs and reduce waste, ensuring consistent portioning and minimizing excess usage.\u003c\/p\u003e\n    \n    \u003cdiv class=\"benefits-section\"\u003e\n      \u003ch4\u003eKey Benefits:\u003c\/h4\u003e\n      \u003cul\u003e\n        \u003cli\u003ePerfect for customers on the go\u003c\/li\u003e\n        \u003cli\u003eEfficient cost management and reduced waste\u003c\/li\u003e\n        \u003cli\u003eConsistent portioning every time\u003c\/li\u003e\n        \u003cli\u003eQuickly dissolves in hot beverages\u003c\/li\u003e\n        \u003cli\u003eSanitary single-serve packaging\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"usage-section\"\u003e\n    \u003ch3\u003ePerfect For:\u003c\/h3\u003e\n    \u003cdiv class=\"usage-grid\"\u003e\n      \u003cdiv class=\"usage-category\"\u003e\n        \u003ch4\u003eBeverages\u003c\/h4\u003e\n        \u003cul\u003e\n          \u003cli\u003eCoffee\u003c\/li\u003e\n          \u003cli\u003eTea\u003c\/li\u003e\n          \u003cli\u003eHot water with lemon\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"usage-category\"\u003e\n        \u003ch4\u003eFood Items\u003c\/h4\u003e\n        \u003cul\u003e\n          \u003cli\u003eToast\u003c\/li\u003e\n          \u003cli\u003ePancakes\u003c\/li\u003e\n          \u003cli\u003ePastries\u003c\/li\u003e\n          \u003cli\u003eYogurt\u003c\/li\u003e\n          \u003cli\u003eOatmeal\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"usage-category\"\u003e\n        \u003ch4\u003eBusiness Types\u003c\/h4\u003e\n        \u003cul\u003e\n          \u003cli\u003eRestaurants\u003c\/li\u003e\n          \u003cli\u003eConvenience Stores\u003c\/li\u003e\n          \u003cli\u003eCafeterias\u003c\/li\u003e\n          \u003cli\u003eTake-out Services\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"advantages-section\"\u003e\n    \u003ch3\u003eWhy Choose Our Honey Packets?\u003c\/h3\u003e\n    \u003cdiv class=\"advantages-grid\"\u003e\n      \u003cdiv class=\"advantage-item\"\u003e\n        \u003ch4\u003eConvenient\u003c\/h4\u003e\n        \u003cp\u003eEasy-to-use single-serve packets perfect for busy customers\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"advantage-item\"\u003e\n        \u003ch4\u003eCost-Effective\u003c\/h4\u003e\n        \u003cp\u003eReduce waste and manage portion control efficiently\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"advantage-item\"\u003e\n        \u003ch4\u003eSanitary\u003c\/h4\u003e\n        \u003cp\u003eEliminate germ spread from shared containers\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"advantage-item\"\u003e\n        \u003ch4\u003ePremium Quality\u003c\/h4\u003e\n        \u003cp\u003ePure honey with thick consistency and rich flavor\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.honey-product-description {\n  font-family: 'Helvetica Neue', Arial, sans-serif;\n  color: #5a3825;\n  line-height: 1.6;\n  max-width: 1000px;\n  margin: 0 auto;\n  padding: 20px;\n  background: linear-gradient(135deg, #fffaf0, #fef9e7);\n}\n\n.honey-product-description h2 {\n  color: #8b4513;\n  font-size: 32px;\n  margin-bottom: 20px;\n  border-bottom: 3px solid #d2691e;\n  padding-bottom: 15px;\n  font-weight: 700;\n  text-align: center;\n}\n\n.honey-product-description h3 {\n  color: #8b4513;\n  font-size: 24px;\n  margin: 35px 0 20px;\n  padding-bottom: 12px;\n  border-bottom: 2px solid #d2691e;\n  font-weight: 600;\n}\n\n.honey-product-description h4 {\n  color: #a0522d;\n  font-size: 20px;\n  margin: 25px 0 15px;\n  font-weight: 600;\n}\n\n.product-intro p {\n  font-size: 18px;\n  margin-bottom: 25px;\n  color: #654321;\n  line-height: 1.7;\n  text-align: center;\n  background: rgba(255, 250, 240, 0.8);\n  padding: 20px;\n  border-radius: 10px;\n  border-left: 4px solid #d2691e;\n}\n\n.specifications-section {\n  margin: 30px 0;\n}\n\n.specs-table {\n  margin: 25px 0;\n  overflow-x: auto;\n  border-radius: 12px;\n  box-shadow: 0 8px 25px rgba(139, 69, 19, 0.15);\n  background: white;\n}\n\n.specs-table table {\n  width: 100%;\n  border-collapse: collapse;\n  border-radius: 12px;\n  overflow: hidden;\n  min-width: 500px;\n}\n\n.specs-table thead {\n  background: linear-gradient(135deg, #8b4513, #d2691e);\n  color: white;\n}\n\n.specs-table th {\n  padding: 20px 25px;\n  text-align: left;\n  font-weight: 600;\n  font-size: 17px;\n  letter-spacing: 0.3px;\n  text-transform: uppercase;\n}\n\n.specs-table td {\n  padding: 18px 25px;\n  border-bottom: 1px solid #f5e6d3;\n  transition: all 0.3s ease;\n  font-size: 16px;\n  color: #5a3825;\n}\n\n.specs-table tbody tr:nth-child(even) {\n  background-color: #fffaf0;\n}\n\n.specs-table tbody tr:hover {\n  background-color: #fef9e7;\n  transform: translateY(-2px);\n  box-shadow: 0 4px 12px rgba(139, 69, 19, 0.1);\n}\n\n.features-list {\n  list-style-type: none;\n  padding: 0;\n  margin: 0;\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));\n  gap: 12px;\n}\n\n.features-list li {\n  position: relative;\n  padding: 12px 18px 12px 40px;\n  background: linear-gradient(135deg, #fef9e7, #f5e6d3);\n  border-radius: 8px;\n  font-size: 15px;\n  font-weight: 500;\n  border: 1px solid #e6d0b8;\n  color: #8b4513;\n}\n\n.features-list li:before {\n  content: \"🍯\";\n  position: absolute;\n  left: 15px;\n  font-weight: bold;\n  font-size: 16px;\n}\n\n.product-details p {\n  margin-bottom: 20px;\n  font-size: 16px;\n  color: #654321;\n  line-height: 1.7;\n}\n\n.benefits-section {\n  background: linear-gradient(135deg, #fef9e7, #f5e6d3);\n  padding: 25px;\n  border-radius: 10px;\n  margin: 25px 0;\n  border-left: 5px solid #d2691e;\n}\n\n.benefits-section ul {\n  padding-left: 20px;\n}\n\n.benefits-section li {\n  margin-bottom: 12px;\n  padding-left: 10px;\n  font-size: 16px;\n  position: relative;\n  color: #654321;\n}\n\n.benefits-section li:before {\n  content: \"✓\";\n  color: #d2691e;\n  font-weight: bold;\n  font-size: 18px;\n  position: absolute;\n  left: -20px;\n}\n\n.usage-section {\n  margin: 30px 0;\n}\n\n.usage-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n  gap: 25px;\n  margin-top: 20px;\n}\n\n.usage-category {\n  background: white;\n  padding: 25px;\n  border-radius: 10px;\n  box-shadow: 0 4px 15px rgba(139, 69, 19, 0.1);\n  border-top: 4px solid #d2691e;\n}\n\n.usage-category h4 {\n  color: #8b4513;\n  margin-bottom: 15px;\n  text-align: center;\n  font-size: 18px;\n}\n\n.usage-category ul {\n  list-style: none;\n  padding: 0;\n}\n\n.usage-category li {\n  padding: 8px 0;\n  border-bottom: 1px solid #f5e6d3;\n  color: #654321;\n  position: relative;\n  padding-left: 20px;\n}\n\n.usage-category li:before {\n  content: \"•\";\n  color: #d2691e;\n  font-weight: bold;\n  position: absolute;\n  left: 0;\n}\n\n.advantages-section {\n  margin: 40px 0;\n}\n\n.advantages-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n  gap: 20px;\n  margin-top: 25px;\n}\n\n.advantage-item {\n  background: linear-gradient(135deg, #fffaf0, #fef9e7);\n  padding: 25px;\n  border-radius: 10px;\n  text-align: center;\n  border: 1px solid #e6d0b8;\n  transition: transform 0.3s ease;\n}\n\n.advantage-item:hover {\n  transform: translateY(-5px);\n  box-shadow: 0 8px 20px rgba(139, 69, 19, 0.15);\n}\n\n.advantage-item h4 {\n  color: #8b4513;\n  margin-bottom: 15px;\n  font-size: 18px;\n}\n\n.advantage-item p {\n  color: #654321;\n  font-size: 14px;\n  line-height: 1.5;\n}\n\n@media (max-width: 768px) {\n  .honey-product-description {\n    padding: 15px;\n  }\n  \n  .honey-product-description h2 {\n    font-size: 26px;\n  }\n  \n  .honey-product-description h3 {\n    font-size: 22px;\n  }\n  \n  .specs-table table {\n    font-size: 14px;\n    min-width: 450px;\n  }\n  \n  .specs-table th, .specs-table td {\n    padding: 15px 20px;\n  }\n  \n  .features-list {\n    grid-template-columns: 1fr;\n  }\n  \n  .usage-grid, .advantages-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .benefits-section {\n    padding: 20px;\n  }\n}\n\n@media (max-width: 480px) {\n  .specs-table {\n    border-radius: 8px;\n  }\n  \n  .specs-table table {\n    min-width: 350px;\n  }\n  \n  .specs-table th, .specs-table td {\n    padding: 12px 15px;\n  }\n  \n  .advantage-item {\n    padding: 20px;\n  }\n}\n\u003c\/style\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42617792102484,"sku":null,"price":56.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/product823_2.png?v=1761452204"},{"product_id":"5-lb-honey-blend-6-case","title":"5 lb. Honey Blend - 6\/Case","description":"\u003cdiv class=\"product-description\"\u003e\n  \u003cdiv class=\"description-section\"\u003e\n    \u003ch2 class=\"section-title\"\u003eProduct Details\u003c\/h2\u003e\n    \u003cp\u003eLet the pleasant, aromatic flavor of this honey blend enliven your recipes with the smooth texture and syrupy sweetness of traditional honey. A smooth blend of natural honey and corn syrups, this honey blend is a delicious alternative to classic sweeteners. Drizzle over desserts, blend into batters, or dissolve a few drops of this honey blend into hot teas and spiced ciders.\u003c\/p\u003e\n    \u003cp\u003eHoney blends offer the classic flavor of honey with the low-cost benefits of a honey alternative. Featuring the same rich texture and dark golden color, this blend of sweet syrups is a delicious substitute for pure honey. Perfect for sweet and savory dishes, this honey blend will glaze meat and poultry dishes with a velvety smooth texture and delectable sweetness. Thicken toppings and dips with its sweet flavor and cascading consistency. This honey blend is the key to better tasting marinades and dressings; spreads and sauces. With endless options and a delicious flavor, this honey blend will go a long way in your kitchen.\u003c\/p\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"specs-section\"\u003e\n    \u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n    \u003cdiv class=\"specs-table\"\u003e\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eQuantity\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e6\/Case\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eShipping Weight\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e32 lb.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eFeatures\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eKosher\u003cbr\u003eMade in America\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eHoney Color\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eLight Amber\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-label\"\u003ePackage Size\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e5 lb.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-label\"\u003ePackage Type\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eBulk\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eStyle\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eBlend\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eTotal Case Size\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e30 lb.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eType\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eBlend\u003cbr\u003eHoney\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.product-description {\n  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n  color: #333;\n  max-width: 800px;\n  margin: 0 auto;\n  padding: 20px;\n}\n\n.section-title {\n  font-size: 24px;\n  font-weight: 600;\n  color: #2c3e50;\n  margin-bottom: 20px;\n  padding-bottom: 10px;\n  border-bottom: 2px solid #f1c40f;\n  position: relative;\n}\n\n.section-title::after {\n  content: '';\n  position: absolute;\n  bottom: -2px;\n  left: 0;\n  width: 80px;\n  height: 2px;\n  background-color: #e67e22;\n}\n\n.description-section {\n  margin-bottom: 40px;\n}\n\n.description-section p {\n  line-height: 1.6;\n  margin-bottom: 15px;\n  font-size: 16px;\n}\n\n.specs-table {\n  border-radius: 8px;\n  overflow: hidden;\n  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);\n  border: 1px solid #e0e0e0;\n}\n\n.spec-row {\n  display: flex;\n  border-bottom: 1px solid #e0e0e0;\n  transition: background-color 0.2s ease;\n}\n\n.spec-row:hover {\n  background-color: #f9f9f9;\n}\n\n.spec-row:last-child {\n  border-bottom: none;\n}\n\n.spec-label {\n  flex: 0 0 40%;\n  padding: 16px 20px;\n  background-color: #f8f9fa;\n  font-weight: 600;\n  color: #2c3e50;\n  border-right: 1px solid #e0e0e0;\n  display: flex;\n  align-items: center;\n}\n\n.spec-value {\n  flex: 1;\n  padding: 16px 20px;\n  background-color: white;\n  line-height: 1.5;\n}\n\n@media (max-width: 768px) {\n  .spec-row {\n    flex-direction: column;\n  }\n  \n  .spec-label {\n    flex: 1;\n    border-right: none;\n    border-bottom: 1px solid #e0e0e0;\n  }\n  \n  .spec-value {\n    flex: 1;\n  }\n}\n\u003c\/style\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42617792331860,"sku":null,"price":96.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/product824_1.png?v=1761452458"},{"product_id":"real-blue-agave-nectar-natural-sweetener-16-9-fl-oz-6-case","title":"Real Blue Agave Nectar Natural Sweetener 16.9 fl. oz. - 6\/Case","description":"\u003cdiv class=\"product-description\"\u003e\n  \u003cdiv class=\"description-section\"\u003e\n    \u003ch2 class=\"section-title\"\u003eProduct Details\u003c\/h2\u003e\n    \u003cp\u003eCreate refreshing mixed drinks with exciting new flavors using this Agave Real natural sweetener! From the tropical blue agave plant native to Southern Mexico, agave nectar is slightly sweeter than honey and cane sugar, but it has a mild, clean taste. Made from 100% organic blue agave nectar, this premium sweetener is naturally delicious. It dissolves easily in a large variety of beverage applications. Use it for signature drinks at your bar or beverage service, including top shelf margaritas, bellinis, Italian sodas, and beer cocktails. Smooth and luscious with a high flavor impact, it's also great for lemonades, teas, or sweet smoothies at your coffee shop. You can even use it to sweeten baked goods and other desserts!\u003c\/p\u003e\n    \n    \u003cp\u003eThis agave natural sweetener is packaged in an easy-to-use squeeze bottle that maximizes handling and dispensing. This bottle's wide mouth opening helps to eliminate waste, since you can scrape out any remaining syrup with a spoon or spatula and use up every last drop. The spout is designed to dispense syrup drip-free with no mess.\u003c\/p\u003e\n    \n    \u003cp\u003eInfuse this agave sweetener into your most popular drinks, and mix up new recipes with a one-of-a-kind taste. Thanks to its bartender-friendly packaging, there are no messy cans and there is no trouble storing unused portions. The squeeze bottle will also enhance shelf presence at your venue and guarantee a smooth pour from beginning to end.\u003c\/p\u003e\n    \n    \u003cp\u003eReimagine the possibilities for your cocktails with Real! Real 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. Real 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, inviting you to change the way you think about cocktails. Explore their line of products to discover authentic flavors that will stir up your drink menu!\u003c\/p\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"specs-section\"\u003e\n    \u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n    \u003cdiv class=\"specs-table\"\u003e\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eQuantity\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e6\/Case\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eShipping Weight\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e10 lb.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eContainer Material\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003ePlastic\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eFeatures\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e\n          \u003cspan class=\"feature-tag\"\u003eGluten-Free\u003c\/span\u003e\n          \u003cspan class=\"feature-tag\"\u003eHalal\u003c\/span\u003e\n          \u003cspan class=\"feature-tag\"\u003eKosher\u003c\/span\u003e\n          \u003cspan class=\"feature-tag\"\u003eMade in America\u003c\/span\u003e\n          \u003cspan class=\"feature-tag\"\u003eNatural\u003c\/span\u003e\n          \u003cspan class=\"feature-tag\"\u003eVegan\u003c\/span\u003e\n          \u003cspan class=\"feature-tag\"\u003eVegetarian\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eFlavor\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eAgave\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eFlavor Type\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eSweetener\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eMix Type\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e\n          \u003cspan class=\"feature-tag\"\u003eFlavoring Syrups\u003c\/span\u003e\n          \u003cspan class=\"feature-tag\"\u003eSweetener Syrups\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-label\"\u003ePackage Size\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e16.9 fl. oz.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-label\"\u003ePackage Type\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eBottles\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-label\"\u003ePerishable Type\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eAmbient\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-label\"\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-label\"\u003eTotal Case Size\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e0.79 Gallon\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eType\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e\n          \u003cspan class=\"feature-tag\"\u003eAgave Syrups\u003c\/span\u003e\n          \u003cspan class=\"feature-tag\"\u003eFlavoring Syrups\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.product-description {\n  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n  color: #333;\n  max-width: 900px;\n  margin: 0 auto;\n  padding: 20px;\n}\n\n.section-title {\n  font-size: 26px;\n  font-weight: 600;\n  color: #2c3e50;\n  margin-bottom: 25px;\n  padding-bottom: 12px;\n  border-bottom: 2px solid #27ae60;\n  position: relative;\n}\n\n.section-title::after {\n  content: '';\n  position: absolute;\n  bottom: -2px;\n  left: 0;\n  width: 100px;\n  height: 2px;\n  background-color: #f39c12;\n}\n\n.description-section {\n  margin-bottom: 50px;\n}\n\n.description-section p {\n  line-height: 1.7;\n  margin-bottom: 20px;\n  font-size: 16px;\n  text-align: justify;\n}\n\n.specs-table {\n  border-radius: 10px;\n  overflow: hidden;\n  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);\n  border: 1px solid #e0e0e0;\n  background-color: white;\n}\n\n.spec-row {\n  display: flex;\n  border-bottom: 1px solid #e8e8e8;\n  transition: all 0.3s ease;\n}\n\n.spec-row:hover {\n  background-color: #f8fff8;\n  transform: translateY(-1px);\n  box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n}\n\n.spec-row:last-child {\n  border-bottom: none;\n}\n\n.spec-label {\n  flex: 0 0 40%;\n  padding: 18px 22px;\n  background-color: #f8f9fa;\n  font-weight: 600;\n  color: #2c3e50;\n  border-right: 1px solid #e8e8e8;\n  display: flex;\n  align-items: center;\n  font-size: 15px;\n}\n\n.spec-value {\n  flex: 1;\n  padding: 18px 22px;\n  background-color: white;\n  line-height: 1.6;\n  display: flex;\n  align-items: center;\n  flex-wrap: wrap;\n  gap: 8px;\n  font-size: 15px;\n}\n\n.feature-tag {\n  display: inline-block;\n  background-color: #e8f5e9;\n  color: #2e7d32;\n  padding: 4px 10px;\n  border-radius: 20px;\n  font-size: 13px;\n  font-weight: 500;\n  border: 1px solid #c8e6c9;\n}\n\n@media (max-width: 768px) {\n  .spec-row {\n    flex-direction: column;\n  }\n  \n  .spec-label {\n    flex: 1;\n    border-right: none;\n    border-bottom: 1px solid #e8e8e8;\n    padding: 14px 18px;\n  }\n  \n  .spec-value {\n    flex: 1;\n    padding: 14px 18px;\n  }\n  \n  .section-title {\n    font-size: 22px;\n  }\n}\n\u003c\/style\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42617792528468,"sku":null,"price":100.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/product825_2.png?v=1761452730"},{"product_id":"bossen-golden-cane-sugar-syrup-102-fl-oz-8-8-lb-6-case","title":"Bossen Golden Cane Sugar Syrup 102 fl. oz. (8.8 lb.) - 6\/Case","description":"\u003cdiv class=\"product-description\"\u003e\n  \u003cdiv class=\"description-section\"\u003e\n    \u003ch2 class=\"section-title\"\u003eProduct Details\u003c\/h2\u003e\n    \u003cp\u003eAdd all-natural sweetness to your signature beverages and desserts with this Bossen golden cane sugar syrup! This syrup is made with just 2 ingredients: sucrose and water. It offers a clean, light cane sugar flavor and a subtle golden color that make it perfect for sweetening bubble teas, smoothies, hot teas, and other specialty beverages. Because it's less refined than other sugars and made without artificial flavors, colors, or preservatives, this syrup is a healthier option for sweetening your menu items. To sweeten your beverages, use 1 to 2 fl. oz. of sweetener per 24 fl. oz. drink depending on the sweetness level desired!\u003c\/p\u003e\n    \n    \u003cp\u003eThis product is packaged in a bulk 8.8 lb. container with a convenient handle that makes pouring easy. Each container holds approximately (102) 1 oz. servings, ensuring that your busy establishment will remain in good supply of this essential ingredient. For even distribution of flavor, it is recommended to shake the container before use. After opening, this product doesn't need to be refrigerated; simply replace the cap and store at room temperature! For freshness, it is recommended to use this product within 7 days of opening.\u003c\/p\u003e\n    \n    \u003cp\u003eSince 2010, Bossen has specialized in creating premium boba products and fun Asian eats. They supply a diverse line of trendy offerings to satisfy the sweet tooth of any customer, from milk teas and Taiwanese-style snow ice to Bursting Boba pearls and frozen yogurt toppings! Explore Bossen's deliciously different products to find the perfect addition to your specialty drink menu.\u003c\/p\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"specs-section\"\u003e\n    \u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n    \u003cdiv class=\"specs-table\"\u003e\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eQuantity\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e6\/Case\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eShipping Weight\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e57.2 lb.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eCaffeination\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eCaffeine Free\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eContainer Material\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003ePlastic\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eFeatures\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e\n          \u003cspan class=\"feature-tag\"\u003eDairy Free\u003c\/span\u003e\n          \u003cspan class=\"feature-tag\"\u003eEgg-Free\u003c\/span\u003e\n          \u003cspan class=\"feature-tag\"\u003eFish-Free\u003c\/span\u003e\n          \u003cspan class=\"feature-tag\"\u003ePeanut Free\u003c\/span\u003e\n          \u003cspan class=\"feature-tag\"\u003eShellfish-Free\u003c\/span\u003e\n          \u003cspan class=\"feature-tag\"\u003eTree Nut Free\u003c\/span\u003e\n          \u003cspan class=\"feature-tag\"\u003eVegan\u003c\/span\u003e\n          \u003cspan class=\"feature-tag\"\u003eVegetarian\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eFlavor\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e\n          \u003cspan class=\"feature-tag\"\u003eCane Sugar\u003c\/span\u003e\n          \u003cspan class=\"feature-tag\"\u003eCane Sugar \/ Simple Syrup\u003c\/span\u003e\n          \u003cspan class=\"feature-tag\"\u003eSimple Syrup\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eFlavor Type\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eSweetener\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eMaterial\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003ePlastic\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-label\"\u003ePackage Size\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e102 fl. oz.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-label\"\u003ePackage Type\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e\n          \u003cspan class=\"feature-tag\"\u003eBottles\u003c\/span\u003e\n          \u003cspan class=\"feature-tag\"\u003eBulk\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eSugar Type\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eCane Sugar\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-label\"\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-label\"\u003eTotal Case Size\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e4.78 Gallons\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eType\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e\n          \u003cspan class=\"feature-tag\"\u003eCane Syrup\u003c\/span\u003e\n          \u003cspan class=\"feature-tag\"\u003eSweetener Syrups\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.product-description {\n  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n  color: #333;\n  max-width: 900px;\n  margin: 0 auto;\n  padding: 20px;\n}\n\n.section-title {\n  font-size: 26px;\n  font-weight: 600;\n  color: #2c3e50;\n  margin-bottom: 25px;\n  padding-bottom: 12px;\n  border-bottom: 2px solid #e67e22;\n  position: relative;\n}\n\n.section-title::after {\n  content: '';\n  position: absolute;\n  bottom: -2px;\n  left: 0;\n  width: 100px;\n  height: 2px;\n  background-color: #f1c40f;\n}\n\n.description-section {\n  margin-bottom: 50px;\n}\n\n.description-section p {\n  line-height: 1.7;\n  margin-bottom: 20px;\n  font-size: 16px;\n  text-align: justify;\n}\n\n.specs-table {\n  border-radius: 12px;\n  overflow: hidden;\n  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);\n  border: 1px solid #e0e0e0;\n  background-color: white;\n}\n\n.spec-row {\n  display: flex;\n  border-bottom: 1px solid #f0f0f0;\n  transition: all 0.3s ease;\n}\n\n.spec-row:hover {\n  background-color: #fffaf0;\n  transform: translateY(-1px);\n  box-shadow: 0 3px 8px rgba(0,0,0,0.05);\n}\n\n.spec-row:last-child {\n  border-bottom: none;\n}\n\n.spec-label {\n  flex: 0 0 35%;\n  padding: 20px 25px;\n  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);\n  font-weight: 600;\n  color: #2c3e50;\n  border-right: 1px solid #e8e8e8;\n  display: flex;\n  align-items: center;\n  font-size: 15px;\n  letter-spacing: 0.3px;\n}\n\n.spec-value {\n  flex: 1;\n  padding: 20px 25px;\n  background-color: white;\n  line-height: 1.6;\n  display: flex;\n  align-items: center;\n  flex-wrap: wrap;\n  gap: 10px;\n  font-size: 15px;\n}\n\n.feature-tag {\n  display: inline-block;\n  background: linear-gradient(135deg, #ffeaa7 0%, #fdcb6e 100%);\n  color: #2d3436;\n  padding: 6px 12px;\n  border-radius: 20px;\n  font-size: 13px;\n  font-weight: 500;\n  border: 1px solid #fdcb6e;\n  box-shadow: 0 2px 4px rgba(0,0,0,0.05);\n  transition: all 0.2s ease;\n}\n\n.feature-tag:hover {\n  transform: translateY(-2px);\n  box-shadow: 0 4px 8px rgba(0,0,0,0.1);\n}\n\n@media (max-width: 768px) {\n  .spec-row {\n    flex-direction: column;\n  }\n  \n  .spec-label {\n    flex: 1;\n    border-right: none;\n    border-bottom: 1px solid #e8e8e8;\n    padding: 16px 20px;\n  }\n  \n  .spec-value {\n    flex: 1;\n    padding: 16px 20px;\n  }\n  \n  .section-title {\n    font-size: 22px;\n  }\n  \n  .product-description {\n    padding: 15px;\n  }\n}\n\n@media (max-width: 480px) {\n  .spec-label, .spec-value {\n    padding: 14px 16px;\n  }\n  \n  .feature-tag {\n    font-size: 12px;\n    padding: 5px 10px;\n  }\n}\n\u003c\/style\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42617793839188,"sku":null,"price":285.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/826_1.png?v=1761453012"},{"product_id":"bossen-liquid-fructose-syrup-128-fl-oz-11-lb-4-case","title":"Bossen Liquid Fructose Syrup 128 fl. oz. (11 lb.) - 4\/Case","description":"\u003cdiv class=\"product-description\"\u003e\n  \u003cdiv class=\"description-section\"\u003e\n    \u003ch2 class=\"section-title\"\u003eProduct Details\u003c\/h2\u003e\n    \u003cp\u003eAdd irresistible sweetness to your signature beverages and desserts with this Bossen liquid fructose! This product offers a clean, sweet flavor that make it perfect for sweetening bubble teas, smoothies, hot teas, and other specialty beverages. To sweeten your beverages, use 1 to 2 fl. oz. of sweetener per 24 fl. oz. drink depending on the sweetness level desired!\u003c\/p\u003e\n    \n    \u003cp\u003eThis product is packaged in a bulk 11 lb. jug. Each jug holds approximately (128) 1 oz. servings, ensuring that your busy establishment will remain in good supply of this delicious ingredient. For even distribution of flavor, it is recommended to shake before use. After opening, this product doesn't need to be refrigerated; simply transfer this product to a resealable container after opening to maintain freshness and use within 7 days.\u003c\/p\u003e\n    \n    \u003cp\u003eSince 2010, Bossen has specialized in creating premium boba products and fun Asian eats. They supply a diverse line of trendy offerings to satisfy the sweet tooth of any customer, from milk teas and Taiwanese-style snow ice to Bursting Boba pearls and frozen yogurt toppings! Explore Bossen's deliciously different products to find the perfect addition to your specialty drink menu.\u003c\/p\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"specs-section\"\u003e\n    \u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n    \u003cdiv class=\"specs-table\"\u003e\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eQuantity\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e4\/Case\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eShipping Weight\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e47 lb.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eContainer Material\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003ePlastic\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eFeatures\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e\n          \u003cspan class=\"feature-tag\"\u003eDairy Free\u003c\/span\u003e\n          \u003cspan class=\"feature-tag\"\u003eEgg-Free\u003c\/span\u003e\n          \u003cspan class=\"feature-tag\"\u003eFish-Free\u003c\/span\u003e\n          \u003cspan class=\"feature-tag\"\u003eGluten-Free\u003c\/span\u003e\n          \u003cspan class=\"feature-tag\"\u003ePeanut Free\u003c\/span\u003e\n          \u003cspan class=\"feature-tag\"\u003eShellfish-Free\u003c\/span\u003e\n          \u003cspan class=\"feature-tag\"\u003eTree Nut Free\u003c\/span\u003e\n          \u003cspan class=\"feature-tag\"\u003eVegan\u003c\/span\u003e\n          \u003cspan class=\"feature-tag\"\u003eVegetarian\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eFlavor\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e\n          \u003cspan class=\"feature-tag\"\u003eCane Sugar \/ Simple Syrup\u003c\/span\u003e\n          \u003cspan class=\"feature-tag\"\u003eSimple Syrup\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eFlavor Type\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e\n          \u003cspan class=\"feature-tag\"\u003eConfections \u0026amp; Desserts\u003c\/span\u003e\n          \u003cspan class=\"feature-tag\"\u003eSweetener\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-label\"\u003ePackage Size\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e128 fl. oz.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-label\"\u003ePackage Type\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eBulk\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eStyle\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e\n          \u003cspan class=\"feature-tag\"\u003eConcentrates\u003c\/span\u003e\n          \u003cspan class=\"feature-tag\"\u003eLiquid\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-label\"\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-label\"\u003eTotal Case Size\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e4 Gallons\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eType\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e\n          \u003cspan class=\"feature-tag\"\u003eFlavoring Syrups\u003c\/span\u003e\n          \u003cspan class=\"feature-tag\"\u003eSimple Syrups\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.product-description {\n  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n  color: #333;\n  max-width: 900px;\n  margin: 0 auto;\n  padding: 20px;\n}\n\n.section-title {\n  font-size: 26px;\n  font-weight: 600;\n  color: #2c3e50;\n  margin-bottom: 25px;\n  padding-bottom: 12px;\n  border-bottom: 2px solid #9b59b6;\n  position: relative;\n}\n\n.section-title::after {\n  content: '';\n  position: absolute;\n  bottom: -2px;\n  left: 0;\n  width: 100px;\n  height: 2px;\n  background-color: #e74c3c;\n}\n\n.description-section {\n  margin-bottom: 50px;\n}\n\n.description-section p {\n  line-height: 1.7;\n  margin-bottom: 20px;\n  font-size: 16px;\n  text-align: justify;\n}\n\n.specs-table {\n  border-radius: 15px;\n  overflow: hidden;\n  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);\n  border: 1px solid #e0e0e0;\n  background: linear-gradient(135deg, #ffffff 0%, #fafafa 100%);\n}\n\n.spec-row {\n  display: flex;\n  border-bottom: 1px solid #f0f0f0;\n  transition: all 0.3s ease;\n  position: relative;\n}\n\n.spec-row:hover {\n  background: linear-gradient(135deg, #f8f6ff 0%, #f0ebff 100%);\n  transform: translateY(-2px);\n  box-shadow: 0 5px 15px rgba(155, 89, 182, 0.1);\n}\n\n.spec-row:last-child {\n  border-bottom: none;\n}\n\n.spec-label {\n  flex: 0 0 35%;\n  padding: 22px 28px;\n  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);\n  font-weight: 600;\n  color: #2c3e50;\n  border-right: 1px solid #e8e8e8;\n  display: flex;\n  align-items: center;\n  font-size: 15px;\n  letter-spacing: 0.3px;\n  position: relative;\n}\n\n.spec-label::before {\n  content: '';\n  position: absolute;\n  left: 0;\n  top: 0;\n  bottom: 0;\n  width: 4px;\n  background: linear-gradient(135deg, #9b59b6 0%, #e74c3c 100%);\n  opacity: 0;\n  transition: opacity 0.3s ease;\n}\n\n.spec-row:hover .spec-label::before {\n  opacity: 1;\n}\n\n.spec-value {\n  flex: 1;\n  padding: 22px 28px;\n  background-color: transparent;\n  line-height: 1.6;\n  display: flex;\n  align-items: center;\n  flex-wrap: wrap;\n  gap: 10px;\n  font-size: 15px;\n}\n\n.feature-tag {\n  display: inline-block;\n  background: linear-gradient(135deg, #e74c3c 0%, #9b59b6 100%);\n  color: white;\n  padding: 7px 14px;\n  border-radius: 25px;\n  font-size: 13px;\n  font-weight: 500;\n  border: none;\n  box-shadow: 0 3px 8px rgba(155, 89, 182, 0.3);\n  transition: all 0.3s ease;\n  position: relative;\n  overflow: hidden;\n}\n\n.feature-tag::before {\n  content: '';\n  position: absolute;\n  top: 0;\n  left: -100%;\n  width: 100%;\n  height: 100%;\n  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);\n  transition: left 0.5s ease;\n}\n\n.feature-tag:hover {\n  transform: translateY(-3px);\n  box-shadow: 0 6px 15px rgba(155, 89, 182, 0.4);\n}\n\n.feature-tag:hover::before {\n  left: 100%;\n}\n\n@media (max-width: 768px) {\n  .spec-row {\n    flex-direction: column;\n  }\n  \n  .spec-label {\n    flex: 1;\n    border-right: none;\n    border-bottom: 1px solid #e8e8e8;\n    padding: 18px 22px;\n  }\n  \n  .spec-label::before {\n    width: 100%;\n    height: 3px;\n    top: auto;\n    bottom: 0;\n  }\n  \n  .spec-value {\n    flex: 1;\n    padding: 18px 22px;\n  }\n  \n  .section-title {\n    font-size: 22px;\n  }\n  \n  .product-description {\n    padding: 15px;\n  }\n}\n\n@media (max-width: 480px) {\n  .spec-label, .spec-value {\n    padding: 16px 18px;\n  }\n  \n  .feature-tag {\n    font-size: 12px;\n    padding: 6px 12px;\n  }\n  \n  .specs-table {\n    border-radius: 10px;\n  }\n}\n\u003c\/style\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42617794199636,"sku":null,"price":179.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/product827_2.png?v=1761453298"},{"product_id":"oringer-cane-sugar-syrup-1-gallon-4-case","title":"Oringer Cane Sugar Syrup 1 Gallon - 4\/Case","description":"\u003cdiv class=\"product-description\"\u003e\n  \u003cdiv class=\"description-section\"\u003e\n    \u003ch2 class=\"section-title\"\u003eProduct Details\u003c\/h2\u003e\n    \u003cp\u003eAdd the perfect amount of sweetness to your beverages and desserts with this Oringer cane sugar syrup! Made with real cane sugar for a classic taste, this product is the perfect way to add sweet flavor to a wide variety of menu items. It can be used to sweeten house-made ice cream, baked goods, and beverages like hot tea, smoothies, or bubble tea. Its thick consistency disperses evenly throughout mixtures, making sweetening your signature recipes effortless!\u003c\/p\u003e\n    \n    \u003cp\u003eThis product is packaged in a bulk 1 gallon container. This large supply of cane sugar syrup will keep your busy kitchen well stocked with this essential ingredient! The packaging features a convenient handle that makes transportation easy, as well as a resealable lid to lock in the product's freshness. With a whole host of applications on your menu, this cane sugar syrup will be a sweet addition to your kitchen!\u003c\/p\u003e\n    \n    \u003cp\u003eWhen quality counts, choose Oringer for your ice cream and frozen dessert supplies. With more than a century of experience creating frozen desserts, Oringer uses tried-and-true processes that ensure high quality and consistency in every batch. From ice cream, soft serve, custard, and gelato bases to smoothies, water ices, and sundae toppings, Oringer offers a wide variety of products to help you serve delicious frozen desserts in your establishment. Explore their line of products to find new sweet treats to delight your customers!\u003c\/p\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"specs-section\"\u003e\n    \u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n    \u003cdiv class=\"specs-table\"\u003e\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eQuantity\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e4\/Case\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eShipping Weight\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e46 lb.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eContainer Material\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003ePlastic\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eFeatures\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e\n          \u003cspan class=\"feature-tag\"\u003eKosher\u003c\/span\u003e\n          \u003cspan class=\"feature-tag\"\u003eMade in America\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eFlavor\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e\n          \u003cspan class=\"feature-tag\"\u003eCane Sugar\u003c\/span\u003e\n          \u003cspan class=\"feature-tag\"\u003eCane Sugar \/ Simple Syrup\u003c\/span\u003e\n          \u003cspan class=\"feature-tag\"\u003eSimple Syrup\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eFlavor Type\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eSweetener\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-label\"\u003ePackage Size\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e1 Gallon\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-label\"\u003ePackage Type\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e\n          \u003cspan class=\"feature-tag\"\u003eBottles\u003c\/span\u003e\n          \u003cspan class=\"feature-tag\"\u003eBulk\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eSugar Type\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eCane Sugar\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-label\"\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-label\"\u003eType\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e\n          \u003cspan class=\"feature-tag\"\u003eCane Syrup\u003c\/span\u003e\n          \u003cspan class=\"feature-tag\"\u003eSweetener Syrups\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.product-description {\n  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n  color: #333;\n  max-width: 900px;\n  margin: 0 auto;\n  padding: 25px;\n  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);\n  border-radius: 15px;\n  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);\n}\n\n.section-title {\n  font-size: 28px;\n  font-weight: 700;\n  color: #2c3e50;\n  margin-bottom: 30px;\n  padding-bottom: 15px;\n  border-bottom: 3px solid #27ae60;\n  position: relative;\n  text-align: center;\n  letter-spacing: 0.5px;\n}\n\n.section-title::after {\n  content: '';\n  position: absolute;\n  bottom: -3px;\n  left: 50%;\n  transform: translateX(-50%);\n  width: 120px;\n  height: 3px;\n  background: linear-gradient(90deg, #27ae60, #f1c40f);\n  border-radius: 3px;\n}\n\n.description-section {\n  margin-bottom: 60px;\n  padding: 0 10px;\n}\n\n.description-section p {\n  line-height: 1.8;\n  margin-bottom: 25px;\n  font-size: 17px;\n  text-align: justify;\n  color: #444;\n  background: rgba(255, 255, 255, 0.8);\n  padding: 20px;\n  border-radius: 12px;\n  border-left: 4px solid #27ae60;\n  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);\n}\n\n.specs-section {\n  padding: 0 10px;\n}\n\n.specs-table {\n  border-radius: 18px;\n  overflow: hidden;\n  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);\n  border: 2px solid #e8f5e8;\n  background: linear-gradient(135deg, #ffffff 0%, #fafffb 100%);\n  position: relative;\n}\n\n.specs-table::before {\n  content: '';\n  position: absolute;\n  top: 0;\n  left: 0;\n  right: 0;\n  height: 4px;\n  background: linear-gradient(90deg, #27ae60, #2ecc71, #f1c40f, #e67e22);\n  z-index: 2;\n}\n\n.spec-row {\n  display: flex;\n  border-bottom: 2px solid #f1f8f1;\n  transition: all 0.4s ease;\n  position: relative;\n  background: transparent;\n}\n\n.spec-row:hover {\n  background: linear-gradient(135deg, #f0fff4 0%, #e8f5e8 100%);\n  transform: translateY(-3px);\n  box-shadow: 0 8px 25px rgba(39, 174, 96, 0.15);\n  border-radius: 8px;\n  margin: 5px;\n  border-bottom: 2px solid transparent;\n}\n\n.spec-row:last-child {\n  border-bottom: none;\n}\n\n.spec-label {\n  flex: 0 0 38%;\n  padding: 24px 30px;\n  background: linear-gradient(135deg, #f8fff8 0%, #e8f5e8 100%);\n  font-weight: 700;\n  color: #2c3e50;\n  border-right: 2px solid #e8f5e8;\n  display: flex;\n  align-items: center;\n  font-size: 16px;\n  letter-spacing: 0.4px;\n  position: relative;\n  text-transform: uppercase;\n  font-size: 14px;\n}\n\n.spec-label::before {\n  content: '✦';\n  position: absolute;\n  left: 12px;\n  color: #27ae60;\n  font-size: 16px;\n  opacity: 0.7;\n}\n\n.spec-value {\n  flex: 1;\n  padding: 24px 30px;\n  background-color: transparent;\n  line-height: 1.7;\n  display: flex;\n  align-items: center;\n  flex-wrap: wrap;\n  gap: 12px;\n  font-size: 16px;\n  font-weight: 500;\n  color: #2c3e50;\n}\n\n.feature-tag {\n  display: inline-block;\n  background: linear-gradient(135deg, #27ae60 0%, #2ecc71 100%);\n  color: white;\n  padding: 8px 16px;\n  border-radius: 25px;\n  font-size: 13px;\n  font-weight: 600;\n  border: none;\n  box-shadow: 0 4px 12px rgba(39, 174, 96, 0.3);\n  transition: all 0.4s ease;\n  position: relative;\n  overflow: hidden;\n  letter-spacing: 0.3px;\n}\n\n.feature-tag::before {\n  content: '';\n  position: absolute;\n  top: 0;\n  left: -100%;\n  width: 100%;\n  height: 100%;\n  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);\n  transition: left 0.6s ease;\n}\n\n.feature-tag:hover {\n  transform: translateY(-4px) scale(1.05);\n  box-shadow: 0 8px 20px rgba(39, 174, 96, 0.4);\n  background: linear-gradient(135deg, #2ecc71 0%, #27ae60 100%);\n}\n\n.feature-tag:hover::before {\n  left: 100%;\n}\n\n@media (max-width: 768px) {\n  .spec-row {\n    flex-direction: column;\n  }\n  \n  .spec-label {\n    flex: 1;\n    border-right: none;\n    border-bottom: 2px solid #e8f5e8;\n    padding: 20px 25px;\n    text-align: center;\n  }\n  \n  .spec-label::before {\n    display: none;\n  }\n  \n  .spec-value {\n    flex: 1;\n    padding: 20px 25px;\n    justify-content: center;\n  }\n  \n  .section-title {\n    font-size: 24px;\n  }\n  \n  .product-description {\n    padding: 20px;\n    margin: 10px;\n  }\n  \n  .description-section p {\n    padding: 15px;\n    font-size: 16px;\n  }\n}\n\n@media (max-width: 480px) {\n  .spec-label, .spec-value {\n    padding: 18px 20px;\n  }\n  \n  .feature-tag {\n    font-size: 12px;\n    padding: 7px 14px;\n  }\n  \n  .specs-table {\n    border-radius: 12px;\n  }\n  \n  .section-title {\n    font-size: 22px;\n  }\n}\n\u003c\/style\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42617794822228,"sku":null,"price":175.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/828.png?v=1761453626"},{"product_id":"regal-cocktail-cane-sugar-simple-syrup-1-liter-6-case","title":"Cocktail Cane Sugar Simple Syrup 1 Liter - 6\/Case","description":"\u003cdiv class=\"product-description\"\u003e\n  \u003cdiv class=\"description-section\"\u003e\n    \u003ch2 class=\"section-title\"\u003eTake the guesswork out of whipping up show-stopping cocktails and delicious drinks with this Regal Cocktail simple syrup!\u003c\/h2\u003e\n    \n    \u003cdiv class=\"content-grid\"\u003e\n      \u003cdiv class=\"content-block\"\u003e\n        \u003ch3 class=\"content-title\"\u003ePerfect Sweetness for Every Drink\u003c\/h3\u003e\n        \u003cp\u003eWith its sweet, clean flavor, this simple syrup makes it easy to add the perfect touch of sweetness to a whole host of beverages. Unlike granulated sugar, this syrup disperses evenly throughout your drinks for uniform flavor. Use this simple syrup to add sweetness to your cocktails, mocktails, and seasonal beverages, or use it to sweeten coffee and tea drinks. This convenient product makes it easy to expand your drink menu without all the extra prep work!\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"content-block\"\u003e\n        \u003ch3 class=\"content-title\"\u003eConvenient Bottle Design\u003c\/h3\u003e\n        \u003cp\u003eIn addition to offering an attractive shelf presence behind your bar, this stylish bottle contains (33) 1 oz. servings of syrup, ensuring that your establishment will be well-stocked during your busiest hours. The slender bottle design fits perfectly in bar rails, while the tall bottle neck makes it easy for your bartenders to grab during peak service hours. Plus, the bottle is compatible with liquor pourers (sold separately), which allow you to cleanly and accurately dispense product for accurate, no-mess preparation!\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"content-block\"\u003e\n        \u003ch3 class=\"content-title\"\u003eGreat Versatility\u003c\/h3\u003e\n        \u003cp\u003eUse this simple syrup to add sweetness to your cocktails, mocktails, and seasonal beverages, or use it to sweeten coffee and tea drinks. This convenient product makes it easy to expand your drink menu without all the extra prep work!\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"content-block\"\u003e\n        \u003ch3 class=\"content-title\"\u003eReliable Brand\u003c\/h3\u003e\n        \u003cp\u003eFeaturing classic flavors at a fraction of the price of national brands, Regal Cocktail has you covered for all your needs behind the bar! Our mixologists have carefully crafted flavorful juices, syrups, and mixes with the perfect strength to make it easy for you to create delicious cocktails and mixed drinks. Explore Regal Cocktail's line of products to find the flavors that your customers crave at the right price for your establishment!\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"certifications-section\"\u003e\n      \u003ch3 class=\"cert-title\"\u003eProduct Certifications\u003c\/h3\u003e\n      \u003cdiv class=\"cert-grid\"\u003e\n        \u003cdiv class=\"cert-item\"\u003e\n          \u003cdiv class=\"cert-icon\"\u003e🇺🇸\u003c\/div\u003e\n          \u003cdiv class=\"cert-content\"\u003e\n            \u003ch4\u003eMade in America\u003c\/h4\u003e\n            \u003cp\u003eThis item was made in the United States of America.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cert-item\"\u003e\n          \u003cdiv class=\"cert-icon\"\u003e✡️\u003c\/div\u003e\n          \u003cdiv class=\"cert-content\"\u003e\n            \u003ch4\u003eOrthodox Union Kosher\u003c\/h4\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=\"cert-item\"\u003e\n          \u003cdiv class=\"cert-icon\"\u003e🚫🍷\u003c\/div\u003e\n          \u003cdiv class=\"cert-content\"\u003e\n            \u003ch4\u003eNon-Alcoholic\u003c\/h4\u003e\n            \u003cp\u003eThis item contains less than 0.5% ABV per the manufacturer.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"specs-section\"\u003e\n    \u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n    \u003cdiv class=\"specs-table\"\u003e\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eQuantity\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e6\/Case\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eShipping Weight\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e18 lb.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eContainer Material\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003ePlastic\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eFeatures\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e\n          \u003cspan class=\"feature-tag\"\u003eKosher\u003c\/span\u003e\n          \u003cspan class=\"feature-tag\"\u003eMade in America\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eFlavor\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e\n          \u003cspan class=\"feature-tag\"\u003eCane Sugar\u003c\/span\u003e\n          \u003cspan class=\"feature-tag\"\u003eCane Sugar \/ Simple Syrup\u003c\/span\u003e\n          \u003cspan class=\"feature-tag\"\u003eSimple Syrup\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eFlavor Type\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eSweetener\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eMix Type\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e\n          \u003cspan class=\"feature-tag\"\u003eFlavoring Syrups\u003c\/span\u003e\n          \u003cspan class=\"feature-tag\"\u003eSimple Syrups\u003c\/span\u003e\n          \u003cspan class=\"feature-tag\"\u003eSweetener Syrups\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-label\"\u003ePackage Size\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e1 liter\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-label\"\u003ePackage Type\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eBottles\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-label\"\u003ePerishable Type\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eAmbient\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eSugar Type\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eCane Sugar\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-label\"\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-label\"\u003eTotal Case Size\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e6 liters\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eType\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e\n          \u003cspan class=\"feature-tag\"\u003eCane Syrup\u003c\/span\u003e\n          \u003cspan class=\"feature-tag\"\u003eSimple Syrups\u003c\/span\u003e\n          \u003cspan class=\"feature-tag\"\u003eSweetener Syrups\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.product-description {\n  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n  color: #333;\n  max-width: 1000px;\n  margin: 0 auto;\n  padding: 30px 25px;\n  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);\n  border-radius: 20px;\n  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);\n}\n\n.section-title {\n  font-size: 32px;\n  font-weight: 700;\n  color: #2c3e50;\n  margin-bottom: 40px;\n  padding-bottom: 20px;\n  border-bottom: 3px solid #9b59b6;\n  position: relative;\n  text-align: center;\n  letter-spacing: 0.5px;\n  line-height: 1.3;\n}\n\n.section-title::after {\n  content: '';\n  position: absolute;\n  bottom: -3px;\n  left: 50%;\n  transform: translateX(-50%);\n  width: 150px;\n  height: 3px;\n  background: linear-gradient(90deg, #9b59b6, #e74c3c, #f1c40f);\n  border-radius: 3px;\n}\n\n.description-section {\n  margin-bottom: 60px;\n}\n\n.content-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n  gap: 30px;\n  margin-bottom: 50px;\n}\n\n.content-block {\n  background: rgba(255, 255, 255, 0.9);\n  padding: 25px;\n  border-radius: 15px;\n  border-left: 5px solid #9b59b6;\n  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);\n  transition: all 0.3s ease;\n}\n\n.content-block:hover {\n  transform: translateY(-5px);\n  box-shadow: 0 10px 30px rgba(155, 89, 182, 0.15);\n  border-left: 5px solid #e74c3c;\n}\n\n.content-title {\n  font-size: 20px;\n  font-weight: 700;\n  color: #2c3e50;\n  margin-bottom: 15px;\n  padding-bottom: 10px;\n  border-bottom: 2px solid #f1c40f;\n}\n\n.content-block p {\n  line-height: 1.7;\n  font-size: 16px;\n  color: #444;\n  margin: 0;\n}\n\n.certifications-section {\n  background: linear-gradient(135deg, #9b59b6 0%, #8e44ad 100%);\n  padding: 35px;\n  border-radius: 20px;\n  color: white;\n  box-shadow: 0 8px 25px rgba(155, 89, 182, 0.3);\n}\n\n.cert-title {\n  font-size: 24px;\n  font-weight: 700;\n  text-align: center;\n  margin-bottom: 30px;\n  color: white;\n}\n\n.cert-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n  gap: 25px;\n}\n\n.cert-item {\n  background: rgba(255, 255, 255, 0.1);\n  padding: 20px;\n  border-radius: 15px;\n  text-align: center;\n  backdrop-filter: blur(10px);\n  border: 1px solid rgba(255, 255, 255, 0.2);\n  transition: all 0.3s ease;\n}\n\n.cert-item:hover {\n  background: rgba(255, 255, 255, 0.2);\n  transform: translateY(-3px);\n}\n\n.cert-icon {\n  font-size: 40px;\n  margin-bottom: 15px;\n}\n\n.cert-content h4 {\n  font-size: 18px;\n  font-weight: 600;\n  margin-bottom: 10px;\n  color: white;\n}\n\n.cert-content p {\n  font-size: 14px;\n  line-height: 1.5;\n  color: rgba(255, 255, 255, 0.9);\n  margin: 0;\n}\n\n.specs-section {\n  padding: 0 10px;\n}\n\n.specs-table {\n  border-radius: 20px;\n  overflow: hidden;\n  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);\n  border: 2px solid #e8f5e8;\n  background: linear-gradient(135deg, #ffffff 0%, #fafffb 100%);\n  position: relative;\n}\n\n.specs-table::before {\n  content: '';\n  position: absolute;\n  top: 0;\n  left: 0;\n  right: 0;\n  height: 5px;\n  background: linear-gradient(90deg, #9b59b6, #e74c3c, #f1c40f, #27ae60);\n  z-index: 2;\n}\n\n.spec-row {\n  display: flex;\n  border-bottom: 2px solid #f1f8f1;\n  transition: all 0.4s ease;\n  position: relative;\n  background: transparent;\n}\n\n.spec-row:hover {\n  background: linear-gradient(135deg, #f8f6ff 0%, #f0ebff 100%);\n  transform: translateY(-3px);\n  box-shadow: 0 8px 25px rgba(155, 89, 182, 0.15);\n  border-radius: 10px;\n  margin: 5px;\n  border-bottom: 2px solid transparent;\n}\n\n.spec-row:last-child {\n  border-bottom: none;\n}\n\n.spec-label {\n  flex: 0 0 35%;\n  padding: 25px 30px;\n  background: linear-gradient(135deg, #f8fff8 0%, #e8f5e8 100%);\n  font-weight: 700;\n  color: #2c3e50;\n  border-right: 2px solid #e8f5e8;\n  display: flex;\n  align-items: center;\n  font-size: 15px;\n  letter-spacing: 0.4px;\n  position: relative;\n  text-transform: uppercase;\n  font-size: 14px;\n}\n\n.spec-label::before {\n  content: '★';\n  position: absolute;\n  left: 12px;\n  color: #9b59b6;\n  font-size: 16px;\n  opacity: 0.8;\n}\n\n.spec-value {\n  flex: 1;\n  padding: 25px 30px;\n  background-color: transparent;\n  line-height: 1.7;\n  display: flex;\n  align-items: center;\n  flex-wrap: wrap;\n  gap: 12px;\n  font-size: 16px;\n  font-weight: 500;\n  color: #2c3e50;\n}\n\n.feature-tag {\n  display: inline-block;\n  background: linear-gradient(135deg, #9b59b6 0%, #8e44ad 100%);\n  color: white;\n  padding: 8px 16px;\n  border-radius: 25px;\n  font-size: 13px;\n  font-weight: 600;\n  border: none;\n  box-shadow: 0 4px 12px rgba(155, 89, 182, 0.3);\n  transition: all 0.4s ease;\n  position: relative;\n  overflow: hidden;\n  letter-spacing: 0.3px;\n}\n\n.feature-tag::before {\n  content: '';\n  position: absolute;\n  top: 0;\n  left: -100%;\n  width: 100%;\n  height: 100%;\n  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);\n  transition: left 0.6s ease;\n}\n\n.feature-tag:hover {\n  transform: translateY(-4px) scale(1.05);\n  box-shadow: 0 8px 20px rgba(155, 89, 182, 0.4);\n  background: linear-gradient(135deg, #8e44ad 0%, #9b59b6 100%);\n}\n\n.feature-tag:hover::before {\n  left: 100%;\n}\n\n@media (max-width: 768px) {\n  .spec-row {\n    flex-direction: column;\n  }\n  \n  .spec-label {\n    flex: 1;\n    border-right: none;\n    border-bottom: 2px solid #e8f5e8;\n    padding: 20px 25px;\n    text-align: center;\n  }\n  \n  .spec-label::before {\n    display: none;\n  }\n  \n  .spec-value {\n    flex: 1;\n    padding: 20px 25px;\n    justify-content: center;\n  }\n  \n  .section-title {\n    font-size: 26px;\n  }\n  \n  .product-description {\n    padding: 20px;\n    margin: 10px;\n  }\n  \n  .content-grid {\n    grid-template-columns: 1fr;\n    gap: 20px;\n  }\n  \n  .cert-grid {\n    grid-template-columns: 1fr;\n  }\n}\n\n@media (max-width: 480px) {\n  .spec-label, .spec-value {\n    padding: 18px 20px;\n  }\n  \n  .feature-tag {\n    font-size: 12px;\n    padding: 7px 14px;\n  }\n  \n  .specs-table {\n    border-radius: 15px;\n  }\n  \n  .section-title {\n    font-size: 22px;\n  }\n  \n  .content-block {\n    padding: 20px;\n  }\n  \n  .certifications-section {\n    padding: 25px;\n  }\n}\n\u003c\/style\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42617795641428,"sku":null,"price":64.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/product829_2.png?v=1761453945"},{"product_id":"finest-call-premium-agave-nectar-syrup-1-liter-12-case","title":"Finest Call Premium Agave Nectar Syrup 1 Liter - 12\/Case","description":"\u003cdiv class=\"fc-product-description\"\u003e\n\u003cdiv class=\"fc-video-section\"\u003e\u003cspan style=\"color: rgb(45, 55, 72); font-size: 24px; font-weight: bold; background-color: white;\"\u003eProduct Specifications\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"fc-specs-section\"\u003e\n\u003cdiv class=\"fc-specs-table\"\u003e\n\u003ctable\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"fc-spec-label\"\u003eQuantity\u003c\/td\u003e\n\u003ctd class=\"fc-spec-value\"\u003e12\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"fc-spec-label\"\u003eShipping Weight\u003c\/td\u003e\n\u003ctd class=\"fc-spec-value\"\u003e37.2 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"fc-spec-label\"\u003eContainer Material\u003c\/td\u003e\n\u003ctd class=\"fc-spec-value\"\u003ePlastic\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"fc-spec-label\"\u003eFeatures\u003c\/td\u003e\n\u003ctd class=\"fc-spec-value\"\u003e\n\u003cspan class=\"fc-feature-tag\"\u003eGluten-Free\u003c\/span\u003e \u003cspan class=\"fc-feature-tag\"\u003eHalal\u003c\/span\u003e \u003cspan class=\"fc-feature-tag\"\u003eKosher\u003c\/span\u003e \u003cspan class=\"fc-feature-tag\"\u003eMade in America\u003c\/span\u003e \u003cspan class=\"fc-feature-tag\"\u003eNon-GMO\u003c\/span\u003e \u003cspan class=\"fc-feature-tag\"\u003eVegan\u003c\/span\u003e \u003cspan class=\"fc-feature-tag\"\u003eVegetarian\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"fc-spec-label\"\u003eFlavor\u003c\/td\u003e\n\u003ctd class=\"fc-spec-value\"\u003eAgave\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"fc-spec-label\"\u003eFlavor Type\u003c\/td\u003e\n\u003ctd class=\"fc-spec-value\"\u003eSweetener\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"fc-spec-label\"\u003eMix Type\u003c\/td\u003e\n\u003ctd class=\"fc-spec-value\"\u003e\n\u003cspan class=\"fc-feature-tag\"\u003eFlavoring Syrups\u003c\/span\u003e \u003cspan class=\"fc-feature-tag\"\u003eSweetener Syrups\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"fc-spec-label\"\u003ePackage Size\u003c\/td\u003e\n\u003ctd class=\"fc-spec-value\"\u003e1 liter\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"fc-spec-label\"\u003ePackage Type\u003c\/td\u003e\n\u003ctd class=\"fc-spec-value\"\u003eBottles\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"fc-spec-label\"\u003ePerishable Type\u003c\/td\u003e\n\u003ctd class=\"fc-spec-value\"\u003eAmbient\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"fc-spec-label\"\u003eStyle\u003c\/td\u003e\n\u003ctd class=\"fc-spec-value\"\u003eLiquid\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"fc-spec-label\"\u003eSweetener Type\u003c\/td\u003e\n\u003ctd class=\"fc-spec-value\"\u003eClassic\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"fc-spec-label\"\u003eTotal Case Size\u003c\/td\u003e\n\u003ctd class=\"fc-spec-value\"\u003e12 liters\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"fc-spec-label\"\u003eType\u003c\/td\u003e\n\u003ctd class=\"fc-spec-value\"\u003e\n\u003cspan class=\"fc-feature-tag\"\u003eAgave Syrups\u003c\/span\u003e \u003cspan class=\"fc-feature-tag\"\u003eFlavoring Syrups\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fc-details-section\"\u003e\n\u003ch2 class=\"fc-section-title\"\u003eProduct Details\u003c\/h2\u003e\n\u003cdiv class=\"fc-details-content\"\u003e\n\u003cp\u003eFinest Call Premium agave nectar syrup is the perfect alternative ingredient for drinks that call for sugar or honey! Made with agave nectar from the tropical blue agave plant, it features a vivid color and a sweet taste. Since agave nectar dissolves quickly, it is great for cold beverages, like iced teas, lemonades, and smoothies. Use it to craft your most popular margaritas, or to make any cocktail just a little bit sweeter. A dash of agave nectar can intensify existing flavors in any mixed drink, making it the perfect addition to your fast-paced bar service.\u003c\/p\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 top help provide a perfect pour every time, while the closure cap solves the problem of storing any unused portions. Easy for your bartenders and mixologists to use, the liter bottle also has an attractive shelf presence.\u003c\/p\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. Sourced 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. Designed 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\u003cstyle\u003e\n.fc-product-description {\n  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;\n  color: #333;\n  line-height: 1.6;\n  max-width: 1200px;\n  margin: 0 auto;\n  padding: 20px;\n}\n\n.fc-section-title {\n  font-size: 28px;\n  font-weight: 700;\n  color: #2d3748;\n  margin-bottom: 24px;\n  padding-bottom: 12px;\n  border-bottom: 3px solid #e53e3e;\n  position: relative;\n}\n\n.fc-section-title::after {\n  content: '';\n  position: absolute;\n  bottom: -3px;\n  left: 0;\n  width: 60px;\n  height: 3px;\n  background: #2d3748;\n}\n\n\/* Video Section Styles *\/\n.fc-video-section {\n  background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);\n  border-radius: 16px;\n  padding: 30px;\n  margin-bottom: 40px;\n  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);\n  border: 1px solid #e2e8f0;\n}\n\n.fc-video-container {\n  border-radius: 12px;\n  overflow: hidden;\n  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);\n  margin-bottom: 20px;\n}\n\n.fc-video-player {\n  width: 100%;\n  height: auto;\n  display: block;\n  border-radius: 12px;\n}\n\n.fc-video-title {\n  font-size: 22px;\n  font-weight: 600;\n  color: #2d3748;\n  margin-bottom: 12px;\n}\n\n.fc-video-link {\n  color: #2d3748;\n  text-decoration: none;\n  transition: color 0.3s ease;\n}\n\n.fc-video-link:hover {\n  color: #e53e3e;\n}\n\n.fc-video-description {\n  color: #718096;\n  font-size: 16px;\n  line-height: 1.5;\n}\n\n\/* Specifications Table Styles *\/\n.fc-specs-section {\n  background: white;\n  border-radius: 16px;\n  padding: 40px;\n  margin-bottom: 40px;\n  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);\n  border: 1px solid #e2e8f0;\n}\n\n.fc-specs-table {\n  overflow: hidden;\n  border-radius: 12px;\n  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);\n}\n\n.fc-specs-table table {\n  width: 100%;\n  border-collapse: collapse;\n  background: white;\n}\n\n.fc-specs-table tr {\n  transition: all 0.3s ease;\n  border-bottom: 1px solid #e2e8f0;\n}\n\n.fc-specs-table tr:hover {\n  background: #f7fafc;\n  transform: translateX(4px);\n}\n\n.fc-specs-table tr:last-child {\n  border-bottom: none;\n}\n\n.fc-spec-label {\n  font-weight: 600;\n  color: #2d3748;\n  padding: 20px 24px;\n  width: 35%;\n  background: #f8fafc;\n  border-right: 2px solid #e2e8f0;\n  font-size: 15px;\n  text-transform: uppercase;\n  letter-spacing: 0.5px;\n}\n\n.fc-spec-value {\n  padding: 20px 24px;\n  color: #4a5568;\n  font-size: 16px;\n  background: white;\n}\n\n.fc-feature-tag {\n  display: inline-block;\n  background: linear-gradient(135deg, #e53e3e, #c53030);\n  color: white;\n  padding: 6px 14px;\n  border-radius: 20px;\n  font-size: 13px;\n  font-weight: 500;\n  margin: 2px 4px 2px 0;\n  box-shadow: 0 2px 8px rgba(229, 62, 62, 0.3);\n  transition: all 0.3s ease;\n}\n\n.fc-feature-tag:hover {\n  transform: translateY(-2px);\n  box-shadow: 0 4px 12px rgba(229, 62, 62, 0.4);\n}\n\n\/* Details Section Styles *\/\n.fc-details-section {\n  background: white;\n  border-radius: 16px;\n  padding: 40px;\n  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);\n  border: 1px solid #e2e8f0;\n}\n\n.fc-details-content {\n  font-size: 17px;\n  color: #4a5568;\n  line-height: 1.7;\n}\n\n.fc-details-content p {\n  margin-bottom: 24px;\n  text-align: justify;\n}\n\n.fc-details-content p:last-child {\n  margin-bottom: 0;\n}\n\n\/* Responsive Design *\/\n@media (max-width: 768px) {\n  .fc-product-description {\n    padding: 15px;\n  }\n  \n  .fc-video-section,\n  .fc-specs-section,\n  .fc-details-section {\n    padding: 24px;\n    margin-bottom: 30px;\n  }\n  \n  .fc-section-title {\n    font-size: 24px;\n  }\n  \n  .fc-spec-label,\n  .fc-spec-value {\n    padding: 16px 20px;\n    font-size: 14px;\n  }\n  \n  .fc-spec-label {\n    width: 40%;\n  }\n  \n  .fc-feature-tag {\n    font-size: 12px;\n    padding: 4px 10px;\n  }\n}\n\n@media (max-width: 480px) {\n  .fc-specs-table {\n    font-size: 14px;\n  }\n  \n  .fc-spec-label,\n  .fc-spec-value {\n    padding: 12px 16px;\n    display: block;\n    width: 100%;\n    border-right: none;\n  }\n  \n  .fc-spec-label {\n    background: #edf2f7;\n    border-bottom: none;\n    font-weight: 700;\n  }\n  \n  .fc-specs-table tr {\n    display: block;\n    margin-bottom: 8px;\n    border-bottom: 2px solid #e2e8f0;\n  }\n}\n\u003c\/style\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42617814450260,"sku":null,"price":396.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/product830_1.png?v=1761454232"},{"product_id":"davinci-gourmet-classic-cane-sugar-flavoring-syrup-750-ml-4-case","title":"DaVinci Gourmet Classic Cane Sugar Flavoring Syrup 750 mL - 4\/Case","description":"\u003cdiv class=\"product-description\"\u003e\n  \u003cdiv class=\"description-section\"\u003e\n    \u003ch2 class=\"section-title\"\u003eProduct Overview\u003c\/h2\u003e\n    \u003cp class=\"description-text\"\u003eChoose from over 60 classic flavors, and discover the rich taste and quality consistency in each and every DaVinci Gourmet product, including this classic cane sugar flavoring syrup! DaVinci Gourmet flavoring syrups are made from pure cane sugar to complement your beverages without overpowering them or being too sweet. They are specially formulated to hold up well under heat, making them the perfect choice for espresso-based drinks, brewed coffee or tea, and even baking!\u003c\/p\u003e\n    \n    \u003cp class=\"description-text\"\u003eAdd sweetness to any drink or dessert without compromising flavor. This syrup simply sweetens any recipe to enhance its natural flavor without an overpowering effect. Use it in anything from sweet tea to mojitos for an irresistible recipe your guests will love!\u003c\/p\u003e\n    \n    \u003cp class=\"description-text\"\u003eOne splash of flavoring syrup goes a long way, and flavored beverages enhance your menu with new, appealing items. This user-friendly plastic bottle is easy for your baristas and restaurant staff to handle. Sold in gourmet coffee shops, specialty food stores, food service outlets, and grocery stores, DaVinci Gourmet products, like this cane sugar syrup, have a long history of commitment to quality and superior taste.\u003c\/p\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"specifications-section\"\u003e\n    \u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n    \u003cdiv class=\"specs-table-container\"\u003e\n      \u003ctable class=\"specs-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eQuantity\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e4\/Case\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eShipping Weight\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e15.39 lb.\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eContainer Material\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003ePlastic\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eFeatures\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eKosher\u003cbr\u003eMade in America\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eFlavor\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eCane Sugar\u003cbr\u003eCane Sugar \/ Simple Syrup\u003cbr\u003eSimple Syrup\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eFlavor Type\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eSweetener\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eMix Type\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eBar Syrups and Juices\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003ePackage Size\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e750 mL\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003ePackage Type\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eBottles\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eStyle\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eLiquid\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eSugar Type\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eCane Sugar\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eSweetener Type\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eClassic\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eTotal Case Size\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e3 liters\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eType\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eCane Syrup\u003cbr\u003eSweetener Syrups\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.product-description {\n  font-family: 'Helvetica Neue', Arial, sans-serif;\n  color: #333;\n  line-height: 1.6;\n  max-width: 800px;\n  margin: 0 auto;\n}\n\n.section-title {\n  font-size: 24px;\n  font-weight: 600;\n  color: #2c3e50;\n  margin-bottom: 20px;\n  padding-bottom: 10px;\n  border-bottom: 2px solid #f1f1f1;\n}\n\n.description-section {\n  margin-bottom: 40px;\n}\n\n.description-text {\n  margin-bottom: 16px;\n  font-size: 16px;\n  color: #555;\n}\n\n.specifications-section {\n  margin-bottom: 40px;\n}\n\n.specs-table-container {\n  overflow: hidden;\n  border-radius: 8px;\n  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);\n}\n\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  background-color: white;\n}\n\n.specs-table tr {\n  border-bottom: 1px solid #f1f1f1;\n  transition: background-color 0.2s ease;\n}\n\n.specs-table tr:hover {\n  background-color: #f9f9f9;\n}\n\n.specs-table tr:last-child {\n  border-bottom: none;\n}\n\n.spec-label {\n  font-weight: 600;\n  padding: 16px 20px;\n  width: 35%;\n  background-color: #f8f9fa;\n  color: #2c3e50;\n  border-right: 1px solid #eaeaea;\n}\n\n.spec-value {\n  padding: 16px 20px;\n  color: #555;\n}\n\n@media (max-width: 768px) {\n  .spec-label, .spec-value {\n    padding: 12px 15px;\n  }\n  \n  .section-title {\n    font-size: 20px;\n  }\n  \n  .description-text {\n    font-size: 15px;\n  }\n}\n\u003c\/style\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42617814876244,"sku":null,"price":64.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/product831_2.png?v=1761454558"},{"product_id":"bossen-honey-flavored-syrup-74-fl-oz-6-6-lb-6-case","title":"Bossen Honey Flavored Syrup 74 fl. oz. (6.6 lb.) - 6\/Case","description":"\u003cdiv class=\"product-description\"\u003e\n  \u003cdiv class=\"description-section\"\u003e\n    \u003ch2 class=\"section-title\"\u003eProduct Overview\u003c\/h2\u003e\n    \u003cp class=\"description-text\"\u003eProvide your customers with a refreshingly sweet treat with this Bossen honey concentrated syrup! Bursting with sweet, floral flavor, this concentrated syrup is made with real honey for an authentic flavor and aroma. Use this delicious syrup to create flavorful smoothies, bubble teas, slushies, and other delicious specialty beverages! You can even use it to create honey-flavored ice cream or frozen yogurt, pour it over frozen desserts or pastries for a delicious finishing touch, or use it to sweeten milk teas and tapioca pearls.\u003c\/p\u003e\n    \n    \u003cp class=\"description-text\"\u003eThis product is packaged in a bulk 74 fl. oz. container with a convenient handle that makes pouring easy. Each container holds approximately (74) 1 oz. servings, ensuring that your busy establishment will remain in good supply of this delicious ingredient. For even distribution of flavor, it is recommended to shake the container before use. After opening, this product doesn't need to be refrigerated; simply replace the cap and store at room temperature! For freshness, it is recommended to use this product within 30 days of opening.\u003c\/p\u003e\n    \n    \u003cp class=\"description-text\"\u003eSince 2010, Bossen has specialized in creating premium boba products and fun Asian eats. They supply a diverse line of trendy offerings to satisfy the sweet tooth of any customer, from milk teas and Taiwanese-style snow ice to Bursting Boba pearls and frozen yogurt toppings! Explore Bossen's deliciously different products to find the perfect addition to your specialty drink menu.\u003c\/p\u003e\n    \n    \u003cdiv class=\"recipe-section\"\u003e\n      \u003ch3 class=\"recipe-title\"\u003eHoney Iced Tea Recipe\u003c\/h3\u003e\n      \u003cp class=\"recipe-subtitle\"\u003e(16 fl. oz. serving)\u003c\/p\u003e\n      \u003cul class=\"recipe-ingredients\"\u003e\n        \u003cli\u003e1.7 fl. oz. Bossen honey syrup\u003c\/li\u003e\n        \u003cli\u003e7 fl. oz. sugar-free green or black tea\u003c\/li\u003e\n        \u003cli\u003e7 oz. ice\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp class=\"recipe-instructions\"\u003eAdd honey syrup and tea into a 16 oz. shaker and add ice until full. Shake well, pour into a glass, and enjoy!\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"specifications-section\"\u003e\n    \u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n    \u003cdiv class=\"specs-table-container\"\u003e\n      \u003ctable class=\"specs-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eQuantity\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e6\/Case\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eShipping Weight\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e42.8 lb.\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eCaffeination\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eCaffeine Free\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eContainer Material\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003ePlastic\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eFeatures\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e\n              \u003cdiv class=\"features-grid\"\u003e\n                \u003cspan class=\"feature-tag\"\u003eDairy Free\u003c\/span\u003e\n                \u003cspan class=\"feature-tag\"\u003eEgg-Free\u003c\/span\u003e\n                \u003cspan class=\"feature-tag\"\u003eFish-Free\u003c\/span\u003e\n                \u003cspan class=\"feature-tag\"\u003eGluten-Free\u003c\/span\u003e\n                \u003cspan class=\"feature-tag\"\u003eLactose Free\u003c\/span\u003e\n                \u003cspan class=\"feature-tag\"\u003ePeanut Free\u003c\/span\u003e\n                \u003cspan class=\"feature-tag\"\u003eShellfish-Free\u003c\/span\u003e\n                \u003cspan class=\"feature-tag\"\u003eTree Nut Free\u003c\/span\u003e\n                \u003cspan class=\"feature-tag\"\u003eVegan\u003c\/span\u003e\n                \u003cspan class=\"feature-tag\"\u003eVegetarian\u003c\/span\u003e\n              \u003c\/div\u003e\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eFlavor\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eHoney\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eFlavor Type\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eSweetener\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003ePackage Size\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e74 fl. oz.\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003ePackage Type\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eBulk\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eStyle\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eLiquid\u003cbr\u003ePuree\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eSweetener Type\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eClassic\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eTotal Case Size\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e3.47 Gallons\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eType\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eFlavoring Syrups\u003cbr\u003eHoney Syrups\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.product-description {\n  font-family: 'Helvetica Neue', Arial, sans-serif;\n  color: #333;\n  line-height: 1.6;\n  max-width: 900px;\n  margin: 0 auto;\n}\n\n.section-title {\n  font-size: 24px;\n  font-weight: 600;\n  color: #2c3e50;\n  margin-bottom: 20px;\n  padding-bottom: 10px;\n  border-bottom: 2px solid #f1f1f1;\n}\n\n.description-section {\n  margin-bottom: 40px;\n}\n\n.description-text {\n  margin-bottom: 16px;\n  font-size: 16px;\n  color: #555;\n}\n\n.recipe-section {\n  background-color: #fff9e6;\n  border-left: 4px solid #ffcc00;\n  padding: 20px;\n  margin: 25px 0;\n  border-radius: 0 8px 8px 0;\n}\n\n.recipe-title {\n  font-size: 20px;\n  font-weight: 600;\n  color: #b8860b;\n  margin-bottom: 5px;\n}\n\n.recipe-subtitle {\n  font-style: italic;\n  color: #777;\n  margin-bottom: 15px;\n}\n\n.recipe-ingredients {\n  margin-bottom: 15px;\n  padding-left: 20px;\n}\n\n.recipe-ingredients li {\n  margin-bottom: 8px;\n}\n\n.recipe-instructions {\n  font-weight: 500;\n  color: #555;\n}\n\n.specifications-section {\n  margin-bottom: 40px;\n}\n\n.specs-table-container {\n  overflow: hidden;\n  border-radius: 8px;\n  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);\n}\n\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  background-color: white;\n}\n\n.specs-table tr {\n  border-bottom: 1px solid #f1f1f1;\n  transition: background-color 0.2s ease;\n}\n\n.specs-table tr:hover {\n  background-color: #f9f9f9;\n}\n\n.specs-table tr:last-child {\n  border-bottom: none;\n}\n\n.spec-label {\n  font-weight: 600;\n  padding: 16px 20px;\n  width: 35%;\n  background-color: #f8f9fa;\n  color: #2c3e50;\n  border-right: 1px solid #eaeaea;\n}\n\n.spec-value {\n  padding: 16px 20px;\n  color: #555;\n}\n\n.features-grid {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n}\n\n.feature-tag {\n  background-color: #e8f5e9;\n  color: #2e7d32;\n  padding: 4px 10px;\n  border-radius: 12px;\n  font-size: 13px;\n  font-weight: 500;\n}\n\n@media (max-width: 768px) {\n  .spec-label, .spec-value {\n    padding: 12px 15px;\n  }\n  \n  .section-title {\n    font-size: 20px;\n  }\n  \n  .description-text {\n    font-size: 15px;\n  }\n  \n  .features-grid {\n    gap: 6px;\n  }\n  \n  .feature-tag {\n    font-size: 12px;\n    padding: 3px 8px;\n  }\n}\n\u003c\/style\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42617815171156,"sku":null,"price":234.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/product832_1.png?v=1761454812"},{"product_id":"master-of-mixes-simple-syrup-375-ml-12-case","title":"Master of Mixes Simple Syrup 375 mL - 12\/Case","description":"\u003cdiv class=\"product-description\"\u003e\n  \u003cdiv class=\"description-section\"\u003e\n    \u003ch2 class=\"section-title\"\u003ePremium Cocktail Syrup\u003c\/h2\u003e\n    \u003cp class=\"description-text\"\u003eRather than spending valuable set-up time mixing your own bar syrup, reach for this user-friendly 375 mL bottle of Master of Mixes premium sugar \/ simple syrup! Made with 50% pure cane sugar and 50% carbon-filtered water, this syrup will add a splash of pure sweetness to signature cocktails and non-alcoholic drinks, like slushies, lemonades, and specialty coffees. Simple and consistent, this Master of Mixes sweetener will never crystallize and will be there when you need it! It will also save you the hassle of cooking and storing your house-made simple syrup.\u003c\/p\u003e\n    \n    \u003cp class=\"description-text\"\u003eDesigned with the mixologist in mind, this syrup is packaged in an easy-to-squeeze bottle that will perform well in fast-paced environments and provides an attractive shelf presence behind the bar. Plus, its aerodynamic closure design provides portion control with a smooth shut-off action. Whip up scratch-quality, hassle-free cocktails in a matter of seconds with this Master of Mixes syrup!\u003c\/p\u003e\n    \n    \u003cp class=\"description-text\"\u003eMaster the art of cocktail creation with Master of Mixes! The company sources their ingredients from the world's premier growing regions to ensure they are using only the best-tasting flavors to create their quality products. Best of all, Master of Mixes doesn't just stop at its recipes - their products feature user-friendly packaging to ensure every step of the cocktail-making process is smooth and efficient. A well-trusted brand among consumers for good reason, Master of Mixes products makes it easy for your bartenders to craft high-quality cocktails with minimal effort!\u003c\/p\u003e\n    \n    \u003cdiv class=\"recipe-section\"\u003e\n      \u003ch3 class=\"recipe-title\"\u003eScratch Mojito Recipe\u003c\/h3\u003e\n      \u003cdiv class=\"recipe-content\"\u003e\n        \u003cdiv class=\"ingredients\"\u003e\n          \u003ch4 class=\"ingredients-title\"\u003eIngredients:\u003c\/h4\u003e\n          \u003cul class=\"ingredients-list\"\u003e\n            \u003cli\u003e1 oz. Master of Mixes simple syrup\u003c\/li\u003e\n            \u003cli\u003e1.5 oz. rum\u003c\/li\u003e\n            \u003cli\u003e4 lime wedges\u003c\/li\u003e\n            \u003cli\u003e5-8 mint leaves\u003c\/li\u003e\n            \u003cli\u003eSoda water\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"instructions\"\u003e\n          \u003ch4 class=\"instructions-title\"\u003eInstructions:\u003c\/h4\u003e\n          \u003cp class=\"instructions-text\"\u003eMuddle limes and mint in the bottom of a rocks glass. Fill glass with ice and add rum and Master of Mixes simple syrup. Stir to lift limes and mint. Fill with soda water, garnish with a lime slice and fresh sprig of mint, and serve.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"specifications-section\"\u003e\n    \u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n    \u003cdiv class=\"specs-table-container\"\u003e\n      \u003ctable class=\"specs-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eQuantity\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e12\/Case\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eShipping Weight\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e14.26 lb.\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eContainer Material\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003ePlastic\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eFeatures\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e\n              \u003cdiv class=\"features-grid\"\u003e\n                \u003cspan class=\"feature-tag\"\u003eGluten-Free\u003c\/span\u003e\n                \u003cspan class=\"feature-tag\"\u003eHalal\u003c\/span\u003e\n                \u003cspan class=\"feature-tag\"\u003eKosher\u003c\/span\u003e\n                \u003cspan class=\"feature-tag\"\u003eMade in America\u003c\/span\u003e\n                \u003cspan class=\"feature-tag\"\u003eShelf-Stable\u003c\/span\u003e\n                \u003cspan class=\"feature-tag\"\u003eVegan\u003c\/span\u003e\n                \u003cspan class=\"feature-tag\"\u003eVegetarian\u003c\/span\u003e\n              \u003c\/div\u003e\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eFlavor\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eCane Sugar\u003cbr\u003eCane Sugar \/ Simple Syrup\u003cbr\u003eSimple Syrup\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eFlavor Type\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eSweetener\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eMix Type\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eFlavoring Syrups\u003cbr\u003eSimple Syrups\u003cbr\u003eSweetener Syrups\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003ePackage Size\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e375 mL\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003ePackage Type\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eBottles\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003ePerishable Type\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eAmbient\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eSugar Type\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eCane Sugar\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eSweetener Type\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eClassic\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eTotal Case Size\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e4.5 liters\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eType\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eSimple Syrups\u003cbr\u003eSweetener Syrups\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.product-description {\n  font-family: 'Helvetica Neue', Arial, sans-serif;\n  color: #333;\n  line-height: 1.6;\n  max-width: 900px;\n  margin: 0 auto;\n}\n\n.section-title {\n  font-size: 26px;\n  font-weight: 600;\n  color: #2c3e50;\n  margin-bottom: 25px;\n  padding-bottom: 12px;\n  border-bottom: 2px solid #e8c547;\n  position: relative;\n}\n\n.section-title::after {\n  content: '';\n  position: absolute;\n  bottom: -2px;\n  left: 0;\n  width: 80px;\n  height: 2px;\n  background: #c0392b;\n}\n\n.description-section {\n  margin-bottom: 50px;\n}\n\n.description-text {\n  margin-bottom: 20px;\n  font-size: 16px;\n  color: #555;\n  text-align: justify;\n}\n\n.recipe-section {\n  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);\n  border: 1px solid #dee2e6;\n  border-radius: 12px;\n  padding: 25px;\n  margin: 30px 0;\n  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);\n}\n\n.recipe-title {\n  font-size: 22px;\n  font-weight: 600;\n  color: #c0392b;\n  margin-bottom: 20px;\n  text-align: center;\n  border-bottom: 2px dashed #dee2e6;\n  padding-bottom: 10px;\n}\n\n.recipe-content {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 30px;\n}\n\n.ingredients-title, .instructions-title {\n  font-size: 18px;\n  font-weight: 600;\n  color: #2c3e50;\n  margin-bottom: 15px;\n  border-left: 3px solid #e8c547;\n  padding-left: 10px;\n}\n\n.ingredients-list {\n  list-style: none;\n  padding: 0;\n}\n\n.ingredients-list li {\n  padding: 8px 0;\n  border-bottom: 1px solid #f1f1f1;\n  position: relative;\n  padding-left: 25px;\n}\n\n.ingredients-list li::before {\n  content: '•';\n  color: #c0392b;\n  font-size: 20px;\n  position: absolute;\n  left: 0;\n  top: 50%;\n  transform: translateY(-50%);\n}\n\n.instructions-text {\n  background: white;\n  padding: 15px;\n  border-radius: 8px;\n  border-left: 4px solid #c0392b;\n  font-style: italic;\n}\n\n.specifications-section {\n  margin-bottom: 40px;\n}\n\n.specs-table-container {\n  overflow: hidden;\n  border-radius: 12px;\n  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);\n  border: 1px solid #e9ecef;\n}\n\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  background-color: white;\n}\n\n.specs-table tr {\n  border-bottom: 1px solid #f1f1f1;\n  transition: all 0.3s ease;\n}\n\n.specs-table tr:hover {\n  background-color: #f8f9fa;\n  transform: translateY(-1px);\n  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);\n}\n\n.specs-table tr:last-child {\n  border-bottom: none;\n}\n\n.spec-label {\n  font-weight: 600;\n  padding: 18px 25px;\n  width: 35%;\n  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);\n  color: #2c3e50;\n  border-right: 1px solid #dee2e6;\n  font-size: 15px;\n}\n\n.spec-value {\n  padding: 18px 25px;\n  color: #555;\n  font-size: 15px;\n  background: white;\n}\n\n.features-grid {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n}\n\n.feature-tag {\n  background: linear-gradient(135deg, #e8c547 0%, #d4af37 100%);\n  color: #2c3e50;\n  padding: 6px 12px;\n  border-radius: 20px;\n  font-size: 12px;\n  font-weight: 500;\n  border: 1px solid rgba(255, 255, 255, 0.3);\n  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);\n}\n\n@media (max-width: 768px) {\n  .recipe-content {\n    grid-template-columns: 1fr;\n    gap: 20px;\n  }\n  \n  .spec-label, .spec-value {\n    padding: 15px 20px;\n  }\n  \n  .section-title {\n    font-size: 22px;\n  }\n  \n  .description-text {\n    font-size: 15px;\n  }\n  \n  .features-grid {\n    gap: 6px;\n  }\n  \n  .feature-tag {\n    font-size: 11px;\n    padding: 5px 10px;\n  }\n  \n  .recipe-section {\n    padding: 20px;\n  }\n}\n\n@media (max-width: 480px) {\n  .specs-table-container {\n    border-radius: 8px;\n  }\n  \n  .spec-label, .spec-value {\n    padding: 12px 15px;\n    font-size: 14px;\n  }\n  \n  .section-title {\n    font-size: 20px;\n  }\n}\n\u003c\/style\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42617822969940,"sku":null,"price":94.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/833_1.png?v=1761455132"},{"product_id":"davinci-gourmet-classic-honey-sweetener-syrup-750-ml-4-case","title":"DaVinci Gourmet Classic Honey Sweetener Syrup 750 mL - 4\/Case","description":"\u003cdiv class=\"product-description\"\u003e\n  \u003cdiv class=\"description-section\"\u003e\n    \u003ch2 class=\"section-title\"\u003ePremium Honey Flavor Syrup\u003c\/h2\u003e\n    \u003cp class=\"description-text\"\u003eChoose from over 60 classic flavors, and discover the rich taste and quality consistency in each and every DaVinci Gourmet product, including this classic honey syrup! DaVinci Gourmet sweetener syrups are made from pure cane sugar and natural flavorings to complement your beverages without overpowering them or being too sweet. Specially formulated to resist curdling in milk and to hold up well under heat, this syrup is the perfect choice for espresso-based drinks, teas, smoothies, and cocktails. It can even be used for drizzling atop your cheesecakes and ice cream for the perfect finishing touch, or as an ingredient in a wide array of baked goods!\u003c\/p\u003e\n    \n    \u003cp class=\"description-text\"\u003eWith its delicious honey flavor, this syrup easily and naturally sweetens beverages without clumping or crystalizing like pure honey. One splash of sweetener syrup goes a long way, and flavored beverages enhance your menu with new, appealing items. This user-friendly plastic bottle is easy for your baristas and restaurant staff to handle, and maintains an attractive shelf appearance while reducing possible breakage in your establishment. For the ultimate convenience, use a compatible 0.25 oz. pump (sold separately) to make adding this sweetener syrup to your food and beverages even easier.\u003c\/p\u003e\n    \n    \u003cp class=\"description-text\"\u003eSold in gourmet coffee shops, specialty food stores, food service outlets, and grocery stores, DaVinci Gourmet products, like this honey syrup, have a long history of commitment to quality and superior taste. With over 100 different delicious flavorings and syrups to choose from, DaVinci Gourmet is sure to have a product for your culinary needs. A Kerry Foods brand, it prides itself on its commitment to using only real, wholesome ingredients and innovative technology to deliver authentic flavors, textures, and aromas in its products. Get creative with your flavors with DaVinci Gourmet!\u003c\/p\u003e\n    \n    \u003cdiv class=\"usage-section\"\u003e\n      \u003ch3 class=\"usage-title\"\u003ePerfect For:\u003c\/h3\u003e\n      \u003cdiv class=\"usage-grid\"\u003e\n        \u003cdiv class=\"usage-item\"\u003e\n          \u003cdiv class=\"usage-icon\"\u003e☕\u003c\/div\u003e\n          \u003cspan class=\"usage-text\"\u003eEspresso Drinks\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"usage-item\"\u003e\n          \u003cdiv class=\"usage-icon\"\u003e🫖\u003c\/div\u003e\n          \u003cspan class=\"usage-text\"\u003eTeas \u0026amp; Smoothies\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"usage-item\"\u003e\n          \u003cdiv class=\"usage-icon\"\u003e🍸\u003c\/div\u003e\n          \u003cspan class=\"usage-text\"\u003eCocktails\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"usage-item\"\u003e\n          \u003cdiv class=\"usage-icon\"\u003e🍰\u003c\/div\u003e\n          \u003cspan class=\"usage-text\"\u003eDesserts\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"usage-item\"\u003e\n          \u003cdiv class=\"usage-icon\"\u003e🧁\u003c\/div\u003e\n          \u003cspan class=\"usage-text\"\u003eBaked Goods\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"usage-item\"\u003e\n          \u003cdiv class=\"usage-icon\"\u003e🥛\u003c\/div\u003e\n          \u003cspan class=\"usage-text\"\u003eMilk-Based Drinks\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"specifications-section\"\u003e\n    \u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n    \u003cdiv class=\"specs-table-container\"\u003e\n      \u003ctable class=\"specs-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eQuantity\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e4\/Case\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eShipping Weight\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e9.4 lb.\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eContainer Material\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003ePlastic\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eFeatures\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e\n              \u003cdiv class=\"features-grid\"\u003e\n                \u003cspan class=\"feature-tag\"\u003eKosher\u003c\/span\u003e\n                \u003cspan class=\"feature-tag\"\u003eMade in America\u003c\/span\u003e\n              \u003c\/div\u003e\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eFlavor\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eHoney\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eFlavor Type\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eConfections \u0026amp; Desserts\u003cbr\u003eSweetener\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eMix Type\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eSweetener Syrups\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003ePackage Size\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e750 mL\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003ePackage Type\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eBottles\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eStyle\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eLiquid\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eSweetener Type\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eClassic\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eTotal Case Size\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e3 liters\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eType\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eFlavoring Syrups\u003cbr\u003eHoney Syrups\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.product-description {\n  font-family: 'Helvetica Neue', Arial, sans-serif;\n  color: #333;\n  line-height: 1.6;\n  max-width: 900px;\n  margin: 0 auto;\n}\n\n.section-title {\n  font-size: 26px;\n  font-weight: 600;\n  color: #8B4513;\n  margin-bottom: 25px;\n  padding-bottom: 12px;\n  border-bottom: 2px solid #DAA520;\n  position: relative;\n}\n\n.section-title::after {\n  content: '';\n  position: absolute;\n  bottom: -2px;\n  left: 0;\n  width: 80px;\n  height: 2px;\n  background: #FFD700;\n}\n\n.description-section {\n  margin-bottom: 50px;\n}\n\n.description-text {\n  margin-bottom: 20px;\n  font-size: 16px;\n  color: #555;\n  text-align: justify;\n}\n\n.usage-section {\n  background: linear-gradient(135deg, #FFF8DC 0%, #FFEBCD 100%);\n  border: 1px solid #F5DEB3;\n  border-radius: 12px;\n  padding: 25px;\n  margin: 30px 0;\n  box-shadow: 0 4px 15px rgba(139, 69, 19, 0.1);\n}\n\n.usage-title {\n  font-size: 20px;\n  font-weight: 600;\n  color: #8B4513;\n  margin-bottom: 20px;\n  text-align: center;\n  border-bottom: 2px dashed #DAA520;\n  padding-bottom: 10px;\n}\n\n.usage-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 20px;\n}\n\n.usage-item {\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  text-align: center;\n  padding: 15px;\n  background: white;\n  border-radius: 8px;\n  border: 1px solid #F5DEB3;\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\n}\n\n.usage-item:hover {\n  transform: translateY(-2px);\n  box-shadow: 0 4px 12px rgba(139, 69, 19, 0.15);\n}\n\n.usage-icon {\n  font-size: 24px;\n  margin-bottom: 8px;\n  color: #DAA520;\n}\n\n.usage-text {\n  font-size: 14px;\n  font-weight: 500;\n  color: #8B4513;\n}\n\n.specifications-section {\n  margin-bottom: 40px;\n}\n\n.specs-table-container {\n  overflow: hidden;\n  border-radius: 12px;\n  box-shadow: 0 6px 20px rgba(139, 69, 19, 0.1);\n  border: 1px solid #F5DEB3;\n}\n\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  background-color: white;\n}\n\n.specs-table tr {\n  border-bottom: 1px solid #F5DEB3;\n  transition: all 0.3s ease;\n}\n\n.specs-table tr:hover {\n  background-color: #FFF8DC;\n  transform: translateY(-1px);\n  box-shadow: 0 2px 8px rgba(139, 69, 19, 0.05);\n}\n\n.specs-table tr:last-child {\n  border-bottom: none;\n}\n\n.spec-label {\n  font-weight: 600;\n  padding: 18px 25px;\n  width: 35%;\n  background: linear-gradient(135deg, #FFF8DC 0%, #FFEBCD 100%);\n  color: #8B4513;\n  border-right: 1px solid #F5DEB3;\n  font-size: 15px;\n}\n\n.spec-value {\n  padding: 18px 25px;\n  color: #555;\n  font-size: 15px;\n  background: white;\n}\n\n.features-grid {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n}\n\n.feature-tag {\n  background: linear-gradient(135deg, #DAA520 0%, #B8860B 100%);\n  color: white;\n  padding: 6px 12px;\n  border-radius: 20px;\n  font-size: 12px;\n  font-weight: 500;\n  border: 1px solid rgba(255, 255, 255, 0.3);\n  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);\n}\n\n@media (max-width: 768px) {\n  .usage-grid {\n    grid-template-columns: repeat(2, 1fr);\n    gap: 15px;\n  }\n  \n  .spec-label, .spec-value {\n    padding: 15px 20px;\n  }\n  \n  .section-title {\n    font-size: 22px;\n  }\n  \n  .description-text {\n    font-size: 15px;\n  }\n  \n  .features-grid {\n    gap: 6px;\n  }\n  \n  .feature-tag {\n    font-size: 11px;\n    padding: 5px 10px;\n  }\n  \n  .usage-section {\n    padding: 20px;\n  }\n}\n\n@media (max-width: 480px) {\n  .usage-grid {\n    grid-template-columns: 1fr;\n    gap: 12px;\n  }\n  \n  .specs-table-container {\n    border-radius: 8px;\n  }\n  \n  .spec-label, .spec-value {\n    padding: 12px 15px;\n    font-size: 14px;\n  }\n  \n  .section-title {\n    font-size: 20px;\n  }\n  \n  .usage-item {\n    padding: 12px;\n  }\n  \n  .usage-icon {\n    font-size: 20px;\n  }\n  \n  .usage-text {\n    font-size: 13px;\n  }\n}\n\u003c\/style\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42617832112212,"sku":null,"price":75.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/product834_1.png?v=1761455393"},{"product_id":"5-lb-honey-blend","title":"5 lb. Honey Blend","description":"\u003cdiv class=\"honey-product-description\"\u003e\n  \u003cdiv class=\"product-header\"\u003e\n    \u003ch1 class=\"product-title\"\u003ePremium Honey Blend\u003c\/h1\u003e\n    \u003cdiv class=\"product-subtitle\"\u003eThe Perfect Balance of Natural Honey Flavor \u0026amp; Value\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"description-section\"\u003e\n    \u003cdiv class=\"description-content\"\u003e\n      \u003cp class=\"description-text\"\u003eLet the pleasant, aromatic flavor of this honey blend enliven your recipes with the smooth texture and syrupy sweetness of traditional honey. A smooth blend of natural honey and corn syrups, this honey blend is a delicious alternative to classic sweeteners. Drizzle over desserts, blend into batters, or dissolve a few drops of this honey blend into hot teas and spiced ciders.\u003c\/p\u003e\n      \n      \u003cp class=\"description-text\"\u003eHoney blends offer the classic flavor of honey with the low-cost benefits of a honey alternative. Featuring the same rich texture and dark golden color, this blend of sweet syrups is a delicious substitute for pure honey. Perfect for sweet and savory dishes, this honey blend will glaze meat and poultry dishes with a velvety smooth texture and delectable sweetness.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"features-highlight\"\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e🍯\u003c\/div\u003e\n        \u003cdiv class=\"feature-content\"\u003e\n          \u003ch3\u003eAuthentic Honey Taste\u003c\/h3\u003e\n          \u003cp\u003eEnjoy the classic flavor of honey with perfect sweetness balance\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e💰\u003c\/div\u003e\n        \u003cdiv class=\"feature-content\"\u003e\n          \u003ch3\u003eCost Effective\u003c\/h3\u003e\n          \u003cp\u003ePremium honey flavor at an affordable price point\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e👨‍🍳\u003c\/div\u003e\n        \u003cdiv class=\"feature-content\"\u003e\n          \u003ch3\u003eVersatile Usage\u003c\/h3\u003e\n          \u003cp\u003ePerfect for both sweet and savory culinary applications\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"applications-section\"\u003e\n    \u003ch2 class=\"section-title\"\u003eCulinary Applications\u003c\/h2\u003e\n    \u003cdiv class=\"applications-grid\"\u003e\n      \u003cdiv class=\"application-category\"\u003e\n        \u003ch3\u003eSweet Creations\u003c\/h3\u003e\n        \u003cul class=\"application-list\"\u003e\n          \u003cli\u003eDessert drizzling \u0026amp; glazes\u003c\/li\u003e\n          \u003cli\u003eBaking \u0026amp; pastry batters\u003c\/li\u003e\n          \u003cli\u003eHot beverages \u0026amp; teas\u003c\/li\u003e\n          \u003cli\u003eSpiced ciders \u0026amp; cocktails\u003c\/li\u003e\n          \u003cli\u003eSweet sauces \u0026amp; syrups\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"application-category\"\u003e\n        \u003ch3\u003eSavory Masterpieces\u003c\/h3\u003e\n        \u003cul class=\"application-list\"\u003e\n          \u003cli\u003eMeat \u0026amp; poultry glazes\u003c\/li\u003e\n          \u003cli\u003eMarinades \u0026amp; rubs\u003c\/li\u003e\n          \u003cli\u003eSalad dressings\u003c\/li\u003e\n          \u003cli\u003eDips \u0026amp; spreads\u003c\/li\u003e\n          \u003cli\u003eSavory sauces\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"specifications-section\"\u003e\n    \u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n    \u003cdiv class=\"specs-table-container\"\u003e\n      \u003ctable class=\"specs-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eQuantity\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e\n              \u003cspan class=\"spec-main\"\u003e1\/Each\u003c\/span\u003e\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eShipping Weight\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e\n              \u003cspan class=\"spec-main\"\u003e5.2 lb.\u003c\/span\u003e\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eFeatures\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e\n              \u003cdiv class=\"features-tags\"\u003e\n                \u003cspan class=\"feature-tag\"\u003eKosher\u003c\/span\u003e\n                \u003cspan class=\"feature-tag\"\u003eMade in America\u003c\/span\u003e\n              \u003c\/div\u003e\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eHoney Color\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e\n              \u003cspan class=\"spec-main\"\u003eLight Amber\u003c\/span\u003e\n              \u003cdiv class=\"color-indicator\"\u003e\u003c\/div\u003e\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003ePackage Size\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e\n              \u003cspan class=\"spec-main\"\u003e5 lb.\u003c\/span\u003e\n              \u003cspan class=\"spec-note\"\u003eBulk commercial size\u003c\/span\u003e\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003ePackage Type\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e\n              \u003cspan class=\"spec-main\"\u003eBulk\u003c\/span\u003e\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eStyle\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e\n              \u003cspan class=\"spec-main\"\u003eBlend\u003c\/span\u003e\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eType\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e\n              \u003cspan class=\"spec-main\"\u003eBlend\u003c\/span\u003e\n              \u003cspan class=\"spec-secondary\"\u003eHoney\u003c\/span\u003e\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"benefits-section\"\u003e\n    \u003ch2 class=\"section-title\"\u003eWhy Choose Our Honey Blend?\u003c\/h2\u003e\n    \u003cdiv class=\"benefits-grid\"\u003e\n      \u003cdiv class=\"benefit-card\"\u003e\n        \u003cdiv class=\"benefit-icon\"\u003e🌟\u003c\/div\u003e\n        \u003ch3\u003ePremium Quality\u003c\/h3\u003e\n        \u003cp\u003eCarefully crafted blend maintaining authentic honey characteristics with enhanced value\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-card\"\u003e\n        \u003cdiv class=\"benefit-icon\"\u003e⚡\u003c\/div\u003e\n        \u003ch3\u003eEasy to Use\u003c\/h3\u003e\n        \u003cp\u003eSmooth consistency perfect for drizzling, mixing, and incorporating into any recipe\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-card\"\u003e\n        \u003cdiv class=\"benefit-icon\"\u003e🏪\u003c\/div\u003e\n        \u003ch3\u003eCommercial Ready\u003c\/h3\u003e\n        \u003cp\u003e5 lb. bulk packaging ideal for restaurants, bakeries, and food service operations\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.honey-product-description {\n  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n  color: #5a4a42;\n  line-height: 1.6;\n  max-width: 1200px;\n  margin: 0 auto;\n  padding: 20px;\n}\n\n.product-header {\n  text-align: center;\n  margin-bottom: 50px;\n  padding: 30px 0;\n  background: linear-gradient(135deg, #fff9f0 0%, #ffefd5 100%);\n  border-radius: 15px;\n  border: 1px solid #f5e6d3;\n}\n\n.product-title {\n  font-size: 2.5rem;\n  font-weight: 700;\n  color: #d4a55b;\n  margin-bottom: 10px;\n  text-shadow: 1px 1px 2px rgba(0,0,0,0.1);\n}\n\n.product-subtitle {\n  font-size: 1.2rem;\n  color: #8b7355;\n  font-weight: 500;\n  font-style: italic;\n}\n\n.section-title {\n  font-size: 2rem;\n  font-weight: 600;\n  color: #d4a55b;\n  margin-bottom: 30px;\n  padding-bottom: 15px;\n  border-bottom: 3px solid #f0d9b5;\n  position: relative;\n}\n\n.section-title::after {\n  content: '';\n  position: absolute;\n  bottom: -3px;\n  left: 0;\n  width: 100px;\n  height: 3px;\n  background: linear-gradient(90deg, #d4a55b, #ffd700);\n}\n\n.description-section {\n  margin-bottom: 50px;\n}\n\n.description-content {\n  background: white;\n  padding: 30px;\n  border-radius: 12px;\n  box-shadow: 0 4px 15px rgba(0,0,0,0.08);\n  margin-bottom: 30px;\n  border-left: 4px solid #d4a55b;\n}\n\n.description-text {\n  margin-bottom: 20px;\n  font-size: 1.1rem;\n  color: #666;\n  text-align: justify;\n}\n\n.features-highlight {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n  gap: 25px;\n  margin-top: 30px;\n}\n\n.feature-item {\n  display: flex;\n  align-items: flex-start;\n  gap: 20px;\n  padding: 25px;\n  background: linear-gradient(135deg, #fffaf0 0%, #fff5e6 100%);\n  border-radius: 12px;\n  border: 1px solid #f5e6d3;\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\n}\n\n.feature-item:hover {\n  transform: translateY(-5px);\n  box-shadow: 0 8px 25px rgba(212, 165, 91, 0.15);\n}\n\n.feature-icon {\n  font-size: 2.5rem;\n  flex-shrink: 0;\n}\n\n.feature-content h3 {\n  color: #d4a55b;\n  margin-bottom: 8px;\n  font-size: 1.3rem;\n}\n\n.feature-content p {\n  color: #8b7355;\n  margin: 0;\n}\n\n.applications-section {\n  margin-bottom: 50px;\n}\n\n.applications-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));\n  gap: 30px;\n}\n\n.application-category {\n  background: white;\n  padding: 30px;\n  border-radius: 12px;\n  box-shadow: 0 4px 15px rgba(0,0,0,0.08);\n  border-top: 4px solid #d4a55b;\n}\n\n.application-category h3 {\n  color: #d4a55b;\n  margin-bottom: 20px;\n  font-size: 1.4rem;\n  text-align: center;\n}\n\n.application-list {\n  list-style: none;\n  padding: 0;\n  margin: 0;\n}\n\n.application-list li {\n  padding: 12px 0;\n  border-bottom: 1px solid #f0f0f0;\n  color: #666;\n  position: relative;\n  padding-left: 30px;\n  font-size: 1.05rem;\n}\n\n.application-list li::before {\n  content: '🍯';\n  position: absolute;\n  left: 0;\n  top: 50%;\n  transform: translateY(-50%);\n}\n\n.application-list li:last-child {\n  border-bottom: none;\n}\n\n.specifications-section {\n  margin-bottom: 50px;\n}\n\n.specs-table-container {\n  overflow: hidden;\n  border-radius: 15px;\n  box-shadow: 0 8px 30px rgba(212, 165, 91, 0.15);\n  border: 1px solid #f0d9b5;\n  background: white;\n}\n\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  background: white;\n}\n\n.specs-table tr {\n  border-bottom: 1px solid #f5f5f5;\n  transition: all 0.3s ease;\n}\n\n.specs-table tr:hover {\n  background: linear-gradient(135deg, #fffaf0 0%, #fff5e6 100%);\n  transform: scale(1.01);\n}\n\n.specs-table tr:last-child {\n  border-bottom: none;\n}\n\n.spec-label {\n  font-weight: 600;\n  padding: 25px 30px;\n  width: 35%;\n  background: linear-gradient(135deg, #fffaf0 0%, #fff5e6 100%);\n  color: #d4a55b;\n  border-right: 1px solid #f0d9b5;\n  font-size: 1.1rem;\n  vertical-align: top;\n}\n\n.spec-value {\n  padding: 25px 30px;\n  color: #5a4a42;\n  font-size: 1.1rem;\n  background: white;\n}\n\n.spec-main {\n  display: block;\n  font-weight: 600;\n  color: #5a4a42;\n  margin-bottom: 5px;\n}\n\n.spec-secondary {\n  display: block;\n  color: #8b7355;\n  font-size: 0.95rem;\n}\n\n.spec-note {\n  display: block;\n  font-size: 0.9rem;\n  color: #999;\n  font-style: italic;\n  margin-top: 5px;\n}\n\n.features-tags {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n}\n\n.feature-tag {\n  background: linear-gradient(135deg, #d4a55b 0%, #b8860b 100%);\n  color: white;\n  padding: 8px 16px;\n  border-radius: 20px;\n  font-size: 0.9rem;\n  font-weight: 500;\n  border: 1px solid rgba(255,255,255,0.3);\n  box-shadow: 0 2px 8px rgba(212, 165, 91, 0.3);\n}\n\n.color-indicator {\n  width: 20px;\n  height: 20px;\n  background: linear-gradient(135deg, #ffd700, #ffa500);\n  border-radius: 50%;\n  display: inline-block;\n  margin-left: 10px;\n  border: 2px solid #f0d9b5;\n  box-shadow: 0 2px 4px rgba(0,0,0,0.1);\n}\n\n.benefits-section {\n  margin-bottom: 30px;\n}\n\n.benefits-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n  gap: 30px;\n}\n\n.benefit-card {\n  background: white;\n  padding: 35px 25px;\n  border-radius: 15px;\n  text-align: center;\n  box-shadow: 0 6px 20px rgba(0,0,0,0.08);\n  border-top: 4px solid #d4a55b;\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\n}\n\n.benefit-card:hover {\n  transform: translateY(-8px);\n  box-shadow: 0 12px 30px rgba(212, 165, 91, 0.2);\n}\n\n.benefit-icon {\n  font-size: 3rem;\n  margin-bottom: 20px;\n}\n\n.benefit-card h3 {\n  color: #d4a55b;\n  margin-bottom: 15px;\n  font-size: 1.4rem;\n}\n\n.benefit-card p {\n  color: #666;\n  line-height: 1.6;\n  margin: 0;\n}\n\n@media (max-width: 768px) {\n  .honey-product-description {\n    padding: 15px;\n  }\n  \n  .product-title {\n    font-size: 2rem;\n  }\n  \n  .section-title {\n    font-size: 1.6rem;\n  }\n  \n  .features-highlight,\n  .applications-grid,\n  .benefits-grid {\n    grid-template-columns: 1fr;\n    gap: 20px;\n  }\n  \n  .spec-label, .spec-value {\n    padding: 20px 15px;\n    font-size: 1rem;\n  }\n  \n  .feature-item {\n    padding: 20px;\n  }\n  \n  .application-category {\n    padding: 20px;\n  }\n  \n  .benefit-card {\n    padding: 25px 20px;\n  }\n}\n\n@media (max-width: 480px) {\n  .product-title {\n    font-size: 1.8rem;\n  }\n  \n  .section-title {\n    font-size: 1.4rem;\n  }\n  \n  .description-content {\n    padding: 20px;\n  }\n  \n  .spec-label, .spec-value {\n    padding: 15px 12px;\n    font-size: 0.95rem;\n  }\n  \n  .feature-item {\n    flex-direction: column;\n    text-align: center;\n    gap: 15px;\n  }\n}\n\u003c\/style\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42617836961876,"sku":null,"price":21.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/product836_2.png?v=1761455785"},{"product_id":"monin-sugar-free-sweetener-syrup-1-liter-4-case","title":"Monin Sugar-Free Sweetener Syrup 1 Liter - 4\/Case","description":"\u003cdiv class=\"sugarfree-product-description\"\u003e\n  \u003cdiv class=\"product-header\"\u003e\n    \u003ch1 class=\"product-title\"\u003eMonin Sugar-Free Sweetener Syrup\u003c\/h1\u003e\n    \u003cdiv class=\"product-subtitle\"\u003ePremium Sweetness Without the Calories\u003c\/div\u003e\n    \u003cdiv class=\"sugar-free-badge\"\u003eSugar-Free • Non-GMO • Vegan\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"description-section\"\u003e\n    \u003cdiv class=\"description-content\"\u003e\n      \u003cp class=\"description-text\"\u003eIndulge in all your favorite beverages without the guilt of a high sugar and calorie intake with this Monin 1 liter sugar-free sweetener syrup. Perfect for any hot or cold drink that needs a little extra sweetness, this syrup promises a balanced, pure sweetness that won't overpower your other ingredients. Simply substitute Monin's premium pure cane syrup for this sugar-free syrup in any recipe for sweetness without the sugar or calories!\u003c\/p\u003e\n      \n      \u003cp class=\"description-text\"\u003eProduced with sugar substitutes derived from plant sources, this syrup will not compromise the great-tasting quality of your drinks and your customers will love knowing their specialty sugar-free drinks are being naturally sweetened.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"features-highlight\"\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e🌿\u003c\/div\u003e\n        \u003cdiv class=\"feature-content\"\u003e\n          \u003ch3\u003ePlant-Based Sweetness\u003c\/h3\u003e\n          \u003cp\u003eDerived from natural plant sources for clean, guilt-free sweetness\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e⚖️\u003c\/div\u003e\n        \u003cdiv class=\"feature-content\"\u003e\n          \u003ch3\u003ePerfectly Balanced\u003c\/h3\u003e\n          \u003cp\u003ePure sweetness that complements without overpowering other flavors\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e🏪\u003c\/div\u003e\n        \u003cdiv class=\"feature-content\"\u003e\n          \u003ch3\u003eCommercial Ready\u003c\/h3\u003e\n          \u003cp\u003eShatterproof bottle designed for busy restaurants and cafes\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"brand-section\"\u003e\n    \u003ch2 class=\"section-title\"\u003eMonin Legacy Since 1912\u003c\/h2\u003e\n    \u003cdiv class=\"brand-content\"\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\n  \u003cdiv class=\"recipe-section\"\u003e\n    \u003ch2 class=\"section-title\"\u003eFeatured Recipe: Trim Sweet Tea\u003c\/h2\u003e\n    \u003cdiv class=\"recipe-card\"\u003e\n      \u003cdiv class=\"recipe-header\"\u003e\n        \u003ch3\u003eOffer a customer-favorite without the added sugar or calories!\u003c\/h3\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"recipe-content\"\u003e\n        \u003cdiv class=\"ingredients\"\u003e\n          \u003ch4\u003eIngredients:\u003c\/h4\u003e\n          \u003cul\u003e\n            \u003cli\u003e0.75 oz. Monin sugar-free sweetener\u003c\/li\u003e\n            \u003cli\u003e7 oz. fresh brewed tea\u003c\/li\u003e\n            \u003cli\u003eIce\u003c\/li\u003e\n            \u003cli\u003eFresh fruit or citrus for garnish\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"instructions\"\u003e\n          \u003ch4\u003eInstructions:\u003c\/h4\u003e\n          \u003col\u003e\n            \u003cli\u003eFill a serving glass with ice\u003c\/li\u003e\n            \u003cli\u003ePour 0.75 oz. of Monin sugar-free sweetener and 7 oz. of fresh brewed tea into the serving glass\u003c\/li\u003e\n            \u003cli\u003eStir gently to mix\u003c\/li\u003e\n            \u003cli\u003eGarnish with fresh fruit or citrus and serve\u003c\/li\u003e\n          \u003c\/ol\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"specifications-section\"\u003e\n    \u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n    \u003cdiv class=\"specs-table-container\"\u003e\n      \u003ctable class=\"specs-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eQuantity\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e\n              \u003cspan class=\"spec-main\"\u003e4\/Case\u003c\/span\u003e\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eShipping Weight\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e\n              \u003cspan class=\"spec-main\"\u003e10.2 lb.\u003c\/span\u003e\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eContainer Material\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e\n              \u003cspan class=\"spec-main\"\u003ePlastic\u003c\/span\u003e\n              \u003cspan class=\"spec-note\"\u003eShatterproof design\u003c\/span\u003e\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eFeatures\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e\n              \u003cdiv class=\"features-tags\"\u003e\n                \u003cspan class=\"feature-tag\"\u003eBPA Free\u003c\/span\u003e\n                \u003cspan class=\"feature-tag\"\u003eDairy Free\u003c\/span\u003e\n                \u003cspan class=\"feature-tag\"\u003eGluten-Free\u003c\/span\u003e\n                \u003cspan class=\"feature-tag\"\u003eHalal\u003c\/span\u003e\n                \u003cspan class=\"feature-tag\"\u003eMade in America\u003c\/span\u003e\n                \u003cspan class=\"feature-tag\"\u003eNon-GMO\u003c\/span\u003e\n                \u003cspan class=\"feature-tag\"\u003eVegan\u003c\/span\u003e\n                \u003cspan class=\"feature-tag\"\u003eVegetarian\u003c\/span\u003e\n              \u003c\/div\u003e\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eFlavor\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e\n              \u003cspan class=\"spec-main\"\u003eCane Sugar\u003c\/span\u003e\n              \u003cspan class=\"spec-secondary\"\u003eCane Sugar \/ Simple Syrup\u003c\/span\u003e\n              \u003cspan class=\"spec-secondary\"\u003eSimple Syrup\u003c\/span\u003e\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eFlavor Type\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e\n              \u003cspan class=\"spec-main\"\u003eSweetener\u003c\/span\u003e\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eMix Type\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e\n              \u003cspan class=\"spec-main\"\u003eFlavoring Syrups\u003c\/span\u003e\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003ePackage Size\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e\n              \u003cspan class=\"spec-main\"\u003e1 liter\u003c\/span\u003e\n              \u003cspan class=\"spec-note\"\u003eProfessional size bottle\u003c\/span\u003e\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003ePackage Type\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e\n              \u003cspan class=\"spec-main\"\u003eBottles\u003c\/span\u003e\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eSweetener Type\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e\n              \u003cspan class=\"spec-main sugar-free\"\u003eSugar-Free\u003c\/span\u003e\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eTotal Case Size\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e\n              \u003cspan class=\"spec-main\"\u003e4 liters\u003c\/span\u003e\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eType\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e\n              \u003cspan class=\"spec-main\"\u003eSweetener Syrups\u003c\/span\u003e\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"benefits-section\"\u003e\n    \u003ch2 class=\"section-title\"\u003eWhy Choose Monin Sugar-Free?\u003c\/h2\u003e\n    \u003cdiv class=\"benefits-grid\"\u003e\n      \u003cdiv class=\"benefit-card\"\u003e\n        \u003cdiv class=\"benefit-icon\"\u003e💎\u003c\/div\u003e\n        \u003ch3\u003ePremium Quality\u003c\/h3\u003e\n        \u003cp\u003eFamily-owned since 1912 with uncompromising commitment to quality ingredients\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-card\"\u003e\n        \u003cdiv class=\"benefit-icon\"\u003e🌱\u003c\/div\u003e\n        \u003ch3\u003eHealth Conscious\u003c\/h3\u003e\n        \u003cp\u003ePerfect for customers seeking sugar-free, vegan, and gluten-free options\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-card\"\u003e\n        \u003cdiv class=\"benefit-icon\"\u003e🍹\u003c\/div\u003e\n        \u003ch3\u003eVersatile Use\u003c\/h3\u003e\n        \u003cp\u003eIdeal for coffee, tea, cocktails, smoothies, and all beverage applications\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-card\"\u003e\n        \u003cdiv class=\"benefit-icon\"\u003e💼\u003c\/div\u003e\n        \u003ch3\u003eProfessional Grade\u003c\/h3\u003e\n        \u003cp\u003eDesigned for commercial use in restaurants, bars, and coffee shops\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.sugarfree-product-description {\n  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n  color: #2c5530;\n  line-height: 1.6;\n  max-width: 1200px;\n  margin: 0 auto;\n  padding: 20px;\n}\n\n.product-header {\n  text-align: center;\n  margin-bottom: 50px;\n  padding: 40px 0;\n  background: linear-gradient(135deg, #f0f7f0 0%, #e8f5e8 100%);\n  border-radius: 20px;\n  border: 2px solid #4caf50;\n  position: relative;\n  overflow: hidden;\n}\n\n.product-header::before {\n  content: '';\n  position: absolute;\n  top: 0;\n  left: 0;\n  right: 0;\n  height: 4px;\n  background: linear-gradient(90deg, #4caf50, #8bc34a, #4caf50);\n}\n\n.product-title {\n  font-size: 2.8rem;\n  font-weight: 700;\n  color: #2e7d32;\n  margin-bottom: 15px;\n  text-shadow: 1px 1px 2px rgba(0,0,0,0.1);\n}\n\n.product-subtitle {\n  font-size: 1.4rem;\n  color: #4caf50;\n  font-weight: 500;\n  margin-bottom: 20px;\n}\n\n.sugar-free-badge {\n  display: inline-block;\n  background: linear-gradient(135deg, #4caf50, #66bb6a);\n  color: white;\n  padding: 12px 25px;\n  border-radius: 25px;\n  font-weight: 600;\n  font-size: 1.1rem;\n  box-shadow: 0 4px 15px rgba(76, 175, 80, 0.3);\n}\n\n.section-title {\n  font-size: 2.2rem;\n  font-weight: 600;\n  color: #2e7d32;\n  margin-bottom: 35px;\n  padding-bottom: 15px;\n  border-bottom: 3px solid #c8e6c9;\n  position: relative;\n}\n\n.section-title::after {\n  content: '';\n  position: absolute;\n  bottom: -3px;\n  left: 0;\n  width: 120px;\n  height: 3px;\n  background: linear-gradient(90deg, #4caf50, #8bc34a);\n}\n\n.description-section {\n  margin-bottom: 50px;\n}\n\n.description-content {\n  background: white;\n  padding: 35px;\n  border-radius: 15px;\n  box-shadow: 0 6px 20px rgba(0,0,0,0.08);\n  margin-bottom: 35px;\n  border-left: 5px solid #4caf50;\n}\n\n.description-text {\n  margin-bottom: 25px;\n  font-size: 1.15rem;\n  color: #455a64;\n  text-align: justify;\n  line-height: 1.7;\n}\n\n.features-highlight {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));\n  gap: 30px;\n  margin-top: 35px;\n}\n\n.feature-item {\n  display: flex;\n  align-items: flex-start;\n  gap: 25px;\n  padding: 30px;\n  background: linear-gradient(135deg, #f1f8e9 0%, #e8f5e8 100%);\n  border-radius: 15px;\n  border: 2px solid #c8e6c9;\n  transition: all 0.3s ease;\n}\n\n.feature-item:hover {\n  transform: translateY(-8px);\n  box-shadow: 0 12px 30px rgba(76, 175, 80, 0.15);\n  border-color: #4caf50;\n}\n\n.feature-icon {\n  font-size: 3rem;\n  flex-shrink: 0;\n}\n\n.feature-content h3 {\n  color: #2e7d32;\n  margin-bottom: 12px;\n  font-size: 1.4rem;\n}\n\n.feature-content p {\n  color: #558b2f;\n  margin: 0;\n  line-height: 1.6;\n}\n\n.brand-section {\n  background: linear-gradient(135deg, #e8f5e9 0%, #f1f8e9 100%);\n  padding: 40px;\n  border-radius: 15px;\n  margin: 50px 0;\n  border: 1px solid #c8e6c9;\n}\n\n.brand-content p {\n  font-size: 1.1rem;\n  color: #455a64;\n  margin-bottom: 20px;\n  line-height: 1.7;\n}\n\n.recipe-section {\n  margin-bottom: 50px;\n}\n\n.recipe-card {\n  background: white;\n  border-radius: 20px;\n  box-shadow: 0 8px 30px rgba(0,0,0,0.1);\n  overflow: hidden;\n  border: 2px solid #e8f5e9;\n}\n\n.recipe-header {\n  background: linear-gradient(135deg, #4caf50, #66bb6a);\n  color: white;\n  padding: 25px 35px;\n}\n\n.recipe-header h3 {\n  margin: 0;\n  font-size: 1.4rem;\n  font-weight: 600;\n}\n\n.recipe-content {\n  padding: 35px;\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 40px;\n}\n\n.ingredients h4, .instructions h4 {\n  color: #2e7d32;\n  margin-bottom: 20px;\n  font-size: 1.3rem;\n  border-bottom: 2px solid #c8e6c9;\n  padding-bottom: 8px;\n}\n\n.ingredients ul, .instructions ol {\n  margin: 0;\n  padding-left: 20px;\n}\n\n.ingredients li, .instructions li {\n  margin-bottom: 12px;\n  color: #455a64;\n  line-height: 1.6;\n}\n\n.instructions ol {\n  padding-left: 25px;\n}\n\n.instructions li {\n  margin-bottom: 15px;\n}\n\n.specifications-section {\n  margin-bottom: 50px;\n}\n\n.specs-table-container {\n  overflow: hidden;\n  border-radius: 20px;\n  box-shadow: 0 10px 35px rgba(76, 175, 80, 0.15);\n  border: 2px solid #e8f5e9;\n  background: white;\n}\n\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  background: white;\n}\n\n.specs-table tr {\n  border-bottom: 1px solid #f1f8e9;\n  transition: all 0.3s ease;\n}\n\n.specs-table tr:hover {\n  background: linear-gradient(135deg, #f1f8e9 0%, #e8f5e8 100%);\n  transform: scale(1.005);\n}\n\n.specs-table tr:last-child {\n  border-bottom: none;\n}\n\n.spec-label {\n  font-weight: 700;\n  padding: 28px 35px;\n  width: 35%;\n  background: linear-gradient(135deg, #f1f8e9 0%, #e8f5e8 100%);\n  color: #2e7d32;\n  border-right: 2px solid #e8f5e9;\n  font-size: 1.15rem;\n  vertical-align: top;\n}\n\n.spec-value {\n  padding: 28px 35px;\n  color: #37474f;\n  font-size: 1.15rem;\n  background: white;\n}\n\n.spec-main {\n  display: block;\n  font-weight: 600;\n  color: #2e7d32;\n  margin-bottom: 8px;\n  font-size: 1.2rem;\n}\n\n.spec-main.sugar-free {\n  color: #d32f2f;\n  font-weight: 700;\n}\n\n.spec-secondary {\n  display: block;\n  color: #558b2f;\n  font-size: 1rem;\n  margin-bottom: 4px;\n}\n\n.spec-note {\n  display: block;\n  font-size: 0.95rem;\n  color: #78909c;\n  font-style: italic;\n  margin-top: 8px;\n}\n\n.features-tags {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n}\n\n.feature-tag {\n  background: linear-gradient(135deg, #4caf50 0%, #66bb6a 100%);\n  color: white;\n  padding: 10px 18px;\n  border-radius: 25px;\n  font-size: 0.95rem;\n  font-weight: 600;\n  border: 1px solid rgba(255,255,255,0.3);\n  box-shadow: 0 3px 10px rgba(76, 175, 80, 0.3);\n  transition: transform 0.2s ease;\n}\n\n.feature-tag:hover {\n  transform: translateY(-2px);\n}\n\n.benefits-section {\n  margin-bottom: 30px;\n}\n\n.benefits-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n  gap: 35px;\n}\n\n.benefit-card {\n  background: white;\n  padding: 40px 30px;\n  border-radius: 20px;\n  text-align: center;\n  box-shadow: 0 8px 25px rgba(0,0,0,0.08);\n  border-top: 5px solid #4caf50;\n  transition: all 0.3s ease;\n  position: relative;\n  overflow: hidden;\n}\n\n.benefit-card::before {\n  content: '';\n  position: absolute;\n  top: 0;\n  left: 0;\n  right: 0;\n  height: 5px;\n  background: linear-gradient(90deg, #4caf50, #8bc34a, #4caf50);\n}\n\n.benefit-card:hover {\n  transform: translateY(-10px);\n  box-shadow: 0 15px 35px rgba(76, 175, 80, 0.2);\n}\n\n.benefit-icon {\n  font-size: 3.5rem;\n  margin-bottom: 25px;\n}\n\n.benefit-card h3 {\n  color: #2e7d32;\n  margin-bottom: 20px;\n  font-size: 1.5rem;\n}\n\n.benefit-card p {\n  color: #546e7a;\n  line-height: 1.7;\n  margin: 0;\n  font-size: 1.05rem;\n}\n\n@media (max-width: 768px) {\n  .sugarfree-product-description {\n    padding: 15px;\n  }\n  \n  .product-title {\n    font-size: 2.2rem;\n  }\n  \n  .section-title {\n    font-size: 1.8rem;\n  }\n  \n  .features-highlight,\n  .benefits-grid {\n    grid-template-columns: 1fr;\n    gap: 25px;\n  }\n  \n  .recipe-content {\n    grid-template-columns: 1fr;\n    gap: 30px;\n  }\n  \n  .spec-label, .spec-value {\n    padding: 20px 25px;\n    font-size: 1.05rem;\n  }\n  \n  .feature-item {\n    padding: 25px;\n    flex-direction: column;\n    text-align: center;\n    gap: 20px;\n  }\n  \n  .description-content,\n  .brand-section {\n    padding: 25px;\n  }\n  \n  .benefit-card {\n    padding: 30px 25px;\n  }\n}\n\n@media (max-width: 480px) {\n  .product-title {\n    font-size: 1.8rem;\n  }\n  \n  .section-title {\n    font-size: 1.5rem;\n  }\n  \n  .spec-label, .spec-value {\n    padding: 18px 20px;\n    font-size: 1rem;\n  }\n  \n  .features-tags {\n    gap: 8px;\n  }\n  \n  .feature-tag {\n    padding: 8px 15px;\n    font-size: 0.9rem;\n  }\n}\n\u003c\/style\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42617837551700,"sku":null,"price":81.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/836_1.png?v=1761456238"},{"product_id":"master-of-mixes-simple-syrup-375-ml-12-case-1","title":"Master of Mixes Simple Syrup 375 mL - 12\/Case","description":"\u003cdiv class=\"cocktail-product-description\"\u003e\n  \u003cdiv class=\"product-header\"\u003e\n    \u003ch1 class=\"product-title\"\u003eMaster of Mixes Premium Simple Syrup\u003c\/h1\u003e\n    \u003cdiv class=\"product-subtitle\"\u003eProfessional Quality Sweetener for Perfect Cocktails\u003c\/div\u003e\n    \u003cdiv class=\"product-badge\"\u003eMixologist Approved • Shelf-Stable • Easy to Use\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"video-section\"\u003e\n    \u003cdiv class=\"video-placeholder\"\u003e\n      \u003cdiv class=\"video-icon\"\u003e🎥\u003c\/div\u003e\n      \u003ch3\u003eMaster of Mixes Cocktail Mixes Video\u003c\/h3\u003e\n      \u003cp\u003eDiscover how Master of Mixes cocktail mixes help create delicious, authentic cocktails at your restaurant or bar! Each bottle is prepared with the perfect combination of sweetness and premium fruit from the world's finest growing regions.\u003c\/p\u003e\n      \u003cdiv class=\"video-actions\"\u003e\n        \u003cbutton class=\"video-btn primary\"\u003eWatch Video\u003c\/button\u003e\n        \u003cbutton class=\"video-btn secondary\"\u003eView Transcript\u003c\/button\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"description-section\"\u003e\n    \u003cdiv class=\"description-content\"\u003e\n      \u003cp class=\"description-text\"\u003eRather than spending valuable set-up time mixing your own bar syrup, reach for this user-friendly 375 mL bottle of Master of Mixes premium sugar \/ simple syrup! Made with 50% pure cane sugar and 50% carbon-filtered water, this syrup will add a splash of pure sweetness to signature cocktails and non-alcoholic drinks, like slushies, lemonades, and specialty coffees.\u003c\/p\u003e\n      \n      \u003cp class=\"description-text\"\u003eSimple and consistent, this Master of Mixes sweetener will never crystallize and will be there when you need it! It will also save you the hassle of cooking and storing your house-made simple syrup.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"features-highlight\"\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e⚡\u003c\/div\u003e\n        \u003cdiv class=\"feature-content\"\u003e\n          \u003ch3\u003eTime-Saving\u003c\/h3\u003e\n          \u003cp\u003eEliminate prep time with ready-to-use professional syrup\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e🎯\u003c\/div\u003e\n        \u003cdiv class=\"feature-content\"\u003e\n          \u003ch3\u003eConsistent Quality\u003c\/h3\u003e\n          \u003cp\u003eNever crystallizes - always ready for perfect cocktails\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e🍸\u003c\/div\u003e\n        \u003cdiv class=\"feature-content\"\u003e\n          \u003ch3\u003eMixologist Designed\u003c\/h3\u003e\n          \u003cp\u003eEasy-squeeze bottle with portion control closure\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"brand-section\"\u003e\n    \u003ch2 class=\"section-title\"\u003eMaster the Art of Cocktail Creation\u003c\/h2\u003e\n    \u003cdiv class=\"brand-content\"\u003e\n      \u003cp\u003eMaster the art of cocktail creation with Master of Mixes! The company sources their ingredients from the world's premier growing regions to ensure they are using only the best-tasting flavors to create their quality products.\u003c\/p\u003e\n      \u003cp\u003eBest of all, Master of Mixes doesn't just stop at its recipes - their products feature user-friendly packaging to ensure every step of the cocktail-making process is smooth and efficient. A well-trusted brand among consumers for good reason, Master of Mixes products makes it easy for your bartenders to craft high-quality cocktails with minimal effort!\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"recipe-section\"\u003e\n    \u003ch2 class=\"section-title\"\u003eFeatured Recipe: Scratch Mojito\u003c\/h2\u003e\n    \u003cdiv class=\"recipe-card\"\u003e\n      \u003cdiv class=\"recipe-header\"\u003e\n        \u003ch3\u003eClassic Mojito Made Perfect\u003c\/h3\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"recipe-content\"\u003e\n        \u003cdiv class=\"ingredients\"\u003e\n          \u003ch4\u003eIngredients:\u003c\/h4\u003e\n          \u003cul\u003e\n            \u003cli\u003e1 oz. Master of Mixes simple syrup\u003c\/li\u003e\n            \u003cli\u003e1.5 oz. rum\u003c\/li\u003e\n            \u003cli\u003e4 lime wedges\u003c\/li\u003e\n            \u003cli\u003e5-8 mint leaves\u003c\/li\u003e\n            \u003cli\u003eSoda water\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"instructions\"\u003e\n          \u003ch4\u003eInstructions:\u003c\/h4\u003e\n          \u003col\u003e\n            \u003cli\u003eMuddle limes and mint in the bottom of a rocks glass\u003c\/li\u003e\n            \u003cli\u003eFill glass with ice\u003c\/li\u003e\n            \u003cli\u003eAdd rum and Master of Mixes simple syrup\u003c\/li\u003e\n            \u003cli\u003eStir to lift limes and mint\u003c\/li\u003e\n            \u003cli\u003eFill with soda water\u003c\/li\u003e\n            \u003cli\u003eGarnish with a lime slice and fresh sprig of mint, and serve\u003c\/li\u003e\n          \u003c\/ol\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"specifications-section\"\u003e\n    \u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n    \u003cdiv class=\"specs-table-container\"\u003e\n      \u003ctable class=\"specs-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eQuantity\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e\n              \u003cspan class=\"spec-main\"\u003e12\/Case\u003c\/span\u003e\n              \u003cspan class=\"spec-note\"\u003eProfessional bulk packaging\u003c\/span\u003e\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eShipping Weight\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e\n              \u003cspan class=\"spec-main\"\u003e14.26 lb.\u003c\/span\u003e\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eContainer Material\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e\n              \u003cspan class=\"spec-main\"\u003ePlastic\u003c\/span\u003e\n              \u003cspan class=\"spec-note\"\u003eShatterproof and durable\u003c\/span\u003e\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eFeatures\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e\n              \u003cdiv class=\"features-tags\"\u003e\n                \u003cspan class=\"feature-tag\"\u003eGluten-Free\u003c\/span\u003e\n                \u003cspan class=\"feature-tag\"\u003eHalal\u003c\/span\u003e\n                \u003cspan class=\"feature-tag\"\u003eKosher\u003c\/span\u003e\n                \u003cspan class=\"feature-tag\"\u003eMade in America\u003c\/span\u003e\n                \u003cspan class=\"feature-tag\"\u003eShelf-Stable\u003c\/span\u003e\n                \u003cspan class=\"feature-tag\"\u003eVegan\u003c\/span\u003e\n                \u003cspan class=\"feature-tag\"\u003eVegetarian\u003c\/span\u003e\n              \u003c\/div\u003e\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eFlavor\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e\n              \u003cspan class=\"spec-main\"\u003eCane Sugar\u003c\/span\u003e\n              \u003cspan class=\"spec-secondary\"\u003eCane Sugar \/ Simple Syrup\u003c\/span\u003e\n              \u003cspan class=\"spec-secondary\"\u003eSimple Syrup\u003c\/span\u003e\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eFlavor Type\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e\n              \u003cspan class=\"spec-main\"\u003eSweetener\u003c\/span\u003e\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eMix Type\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e\n              \u003cspan class=\"spec-main\"\u003eFlavoring Syrups\u003c\/span\u003e\n              \u003cspan class=\"spec-secondary\"\u003eSimple Syrups\u003c\/span\u003e\n              \u003cspan class=\"spec-secondary\"\u003eSweetener Syrups\u003c\/span\u003e\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003ePackage Size\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e\n              \u003cspan class=\"spec-main\"\u003e375 mL\u003c\/span\u003e\n              \u003cspan class=\"spec-note\"\u003ePerfect bar size\u003c\/span\u003e\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003ePackage Type\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e\n              \u003cspan class=\"spec-main\"\u003eBottles\u003c\/span\u003e\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003ePerishable Type\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e\n              \u003cspan class=\"spec-main\"\u003eAmbient\u003c\/span\u003e\n              \u003cspan class=\"spec-note\"\u003eNo refrigeration needed\u003c\/span\u003e\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eSugar Type\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e\n              \u003cspan class=\"spec-main\"\u003eCane Sugar\u003c\/span\u003e\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eSweetener Type\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e\n              \u003cspan class=\"spec-main\"\u003eClassic\u003c\/span\u003e\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eTotal Case Size\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e\n              \u003cspan class=\"spec-main\"\u003e4.5 liters\u003c\/span\u003e\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eType\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e\n              \u003cspan class=\"spec-main\"\u003eSimple Syrups\u003c\/span\u003e\n              \u003cspan class=\"spec-secondary\"\u003eSweetener Syrups\u003c\/span\u003e\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"benefits-section\"\u003e\n    \u003ch2 class=\"section-title\"\u003eProfessional Bar Benefits\u003c\/h2\u003e\n    \u003cdiv class=\"benefits-grid\"\u003e\n      \u003cdiv class=\"benefit-card\"\u003e\n        \u003cdiv class=\"benefit-icon\"\u003e🚀\u003c\/div\u003e\n        \u003ch3\u003eFast-Paced Ready\u003c\/h3\u003e\n        \u003cp\u003eDesigned for busy bar environments with easy-squeeze bottle and portion control\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-card\"\u003e\n        \u003cdiv class=\"benefit-icon\"\u003e🌟\u003c\/div\u003e\n        \u003ch3\u003ePremium Ingredients\u003c\/h3\u003e\n        \u003cp\u003e50% pure cane sugar and 50% carbon-filtered water for superior taste\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-card\"\u003e\n        \u003cdiv class=\"benefit-icon\"\u003e💎\u003c\/div\u003e\n        \u003ch3\u003eCrystal Clear\u003c\/h3\u003e\n        \u003cp\u003eNever crystallizes - maintains perfect consistency for professional results\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-card\"\u003e\n        \u003cdiv class=\"benefit-icon\"\u003e🏪\u003c\/div\u003e\n        \u003ch3\u003eShelf Appeal\u003c\/h3\u003e\n        \u003cp\u003eAttractive bottle design enhances your bar's professional appearance\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=\"section-title\"\u003ePerfect For All Beverages\u003c\/h2\u003e\n    \u003cdiv class=\"usage-grid\"\u003e\n      \u003cdiv class=\"usage-category\"\u003e\n        \u003ch3\u003e🍹 Cocktails\u003c\/h3\u003e\n        \u003cp\u003eMojitos, Daiquiris, Margaritas, and all classic cocktails\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"usage-category\"\u003e\n        \u003ch3\u003e☕ Specialty Coffees\u003c\/h3\u003e\n        \u003cp\u003eSweeten lattes, cappuccinos, and iced coffee drinks\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"usage-category\"\u003e\n        \u003ch3\u003e🍶 Non-Alcoholic\u003c\/h3\u003e\n        \u003cp\u003eLemonades, iced teas, slushies, and mocktails\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"usage-category\"\u003e\n        \u003ch3\u003e🎉 Party Drinks\u003c\/h3\u003e\n        \u003cp\u003ePunches, large-batch cocktails, and party beverages\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.cocktail-product-description {\n  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n  color: #2c1810;\n  line-height: 1.6;\n  max-width: 1200px;\n  margin: 0 auto;\n  padding: 20px;\n}\n\n.product-header {\n  text-align: center;\n  margin-bottom: 50px;\n  padding: 40px 0;\n  background: linear-gradient(135deg, #8B4513 0%, #D2691E 100%);\n  border-radius: 20px;\n  border: 3px solid #A0522D;\n  position: relative;\n  overflow: hidden;\n}\n\n.product-header::before {\n  content: '';\n  position: absolute;\n  top: 0;\n  left: 0;\n  right: 0;\n  height: 4px;\n  background: linear-gradient(90deg, #FFD700, #FFA500, #FFD700);\n}\n\n.product-title {\n  font-size: 2.8rem;\n  font-weight: 700;\n  color: #FFD700;\n  margin-bottom: 15px;\n  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);\n}\n\n.product-subtitle {\n  font-size: 1.4rem;\n  color: #FFF8DC;\n  font-weight: 500;\n  margin-bottom: 20px;\n}\n\n.product-badge {\n  display: inline-block;\n  background: linear-gradient(135deg, #FFD700, #FFA500);\n  color: #8B4513;\n  padding: 12px 30px;\n  border-radius: 25px;\n  font-weight: 700;\n  font-size: 1.1rem;\n  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);\n}\n\n.video-section {\n  margin: 50px 0;\n}\n\n.video-placeholder {\n  background: linear-gradient(135deg, #2c1810 0%, #3c2810 100%);\n  padding: 40px;\n  border-radius: 15px;\n  text-align: center;\n  border: 2px solid #8B4513;\n  color: #FFF8DC;\n}\n\n.video-icon {\n  font-size: 4rem;\n  margin-bottom: 20px;\n}\n\n.video-placeholder h3 {\n  color: #FFD700;\n  margin-bottom: 15px;\n  font-size: 1.6rem;\n}\n\n.video-placeholder p {\n  margin-bottom: 25px;\n  line-height: 1.6;\n  color: #FFF8DC;\n}\n\n.video-actions {\n  display: flex;\n  gap: 15px;\n  justify-content: center;\n  flex-wrap: wrap;\n}\n\n.video-btn {\n  padding: 12px 25px;\n  border: none;\n  border-radius: 25px;\n  font-weight: 600;\n  cursor: pointer;\n  transition: all 0.3s ease;\n}\n\n.video-btn.primary {\n  background: linear-gradient(135deg, #FFD700, #FFA500);\n  color: #8B4513;\n}\n\n.video-btn.secondary {\n  background: transparent;\n  color: #FFD700;\n  border: 2px solid #FFD700;\n}\n\n.video-btn:hover {\n  transform: translateY(-2px);\n  box-shadow: 0 5px 15px rgba(255, 215, 0, 0.3);\n}\n\n.section-title {\n  font-size: 2.2rem;\n  font-weight: 600;\n  color: #8B4513;\n  margin-bottom: 35px;\n  padding-bottom: 15px;\n  border-bottom: 3px solid #D2691E;\n  position: relative;\n}\n\n.section-title::after {\n  content: '';\n  position: absolute;\n  bottom: -3px;\n  left: 0;\n  width: 120px;\n  height: 3px;\n  background: linear-gradient(90deg, #FFD700, #FFA500);\n}\n\n.description-section {\n  margin-bottom: 50px;\n}\n\n.description-content {\n  background: white;\n  padding: 35px;\n  border-radius: 15px;\n  box-shadow: 0 6px 20px rgba(0,0,0,0.08);\n  margin-bottom: 35px;\n  border-left: 5px solid #8B4513;\n}\n\n.description-text {\n  margin-bottom: 25px;\n  font-size: 1.15rem;\n  color: #5a4a42;\n  text-align: justify;\n  line-height: 1.7;\n}\n\n.features-highlight {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));\n  gap: 30px;\n  margin-top: 35px;\n}\n\n.feature-item {\n  display: flex;\n  align-items: flex-start;\n  gap: 25px;\n  padding: 30px;\n  background: linear-gradient(135deg, #FFF8DC 0%, #FFEBCD 100%);\n  border-radius: 15px;\n  border: 2px solid #D2691E;\n  transition: all 0.3s ease;\n}\n\n.feature-item:hover {\n  transform: translateY(-8px);\n  box-shadow: 0 12px 30px rgba(139, 69, 19, 0.15);\n  border-color: #8B4513;\n}\n\n.feature-icon {\n  font-size: 3rem;\n  flex-shrink: 0;\n}\n\n.feature-content h3 {\n  color: #8B4513;\n  margin-bottom: 12px;\n  font-size: 1.4rem;\n}\n\n.feature-content p {\n  color: #A0522D;\n  margin: 0;\n  line-height: 1.6;\n}\n\n.brand-section {\n  background: linear-gradient(135deg, #FFEBCD 0%, #FFF8DC 100%);\n  padding: 40px;\n  border-radius: 15px;\n  margin: 50px 0;\n  border: 2px solid #D2691E;\n}\n\n.brand-content p {\n  font-size: 1.1rem;\n  color: #5a4a42;\n  margin-bottom: 20px;\n  line-height: 1.7;\n}\n\n.recipe-section {\n  margin-bottom: 50px;\n}\n\n.recipe-card {\n  background: white;\n  border-radius: 20px;\n  box-shadow: 0 8px 30px rgba(0,0,0,0.1);\n  overflow: hidden;\n  border: 2px solid #FFEBCD;\n}\n\n.recipe-header {\n  background: linear-gradient(135deg, #8B4513, #A0522D);\n  color: white;\n  padding: 25px 35px;\n}\n\n.recipe-header h3 {\n  margin: 0;\n  font-size: 1.4rem;\n  font-weight: 600;\n}\n\n.recipe-content {\n  padding: 35px;\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 40px;\n}\n\n.ingredients h4, .instructions h4 {\n  color: #8B4513;\n  margin-bottom: 20px;\n  font-size: 1.3rem;\n  border-bottom: 2px solid #D2691E;\n  padding-bottom: 8px;\n}\n\n.ingredients ul, .instructions ol {\n  margin: 0;\n  padding-left: 20px;\n}\n\n.ingredients li, .instructions li {\n  margin-bottom: 12px;\n  color: #5a4a42;\n  line-height: 1.6;\n}\n\n.instructions ol {\n  padding-left: 25px;\n}\n\n.instructions li {\n  margin-bottom: 15px;\n}\n\n.specifications-section {\n  margin-bottom: 50px;\n}\n\n.specs-table-container {\n  overflow: hidden;\n  border-radius: 20px;\n  box-shadow: 0 10px 35px rgba(139, 69, 19, 0.15);\n  border: 2px solid #FFEBCD;\n  background: white;\n}\n\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  background: white;\n}\n\n.specs-table tr {\n  border-bottom: 1px solid #FFEBCD;\n  transition: all 0.3s ease;\n}\n\n.specs-table tr:hover {\n  background: linear-gradient(135deg, #FFF8DC 0%, #FFEBCD 100%);\n  transform: scale(1.005);\n}\n\n.specs-table tr:last-child {\n  border-bottom: none;\n}\n\n.spec-label {\n  font-weight: 700;\n  padding: 28px 35px;\n  width: 35%;\n  background: linear-gradient(135deg, #FFF8DC 0%, #FFEBCD 100%);\n  color: #8B4513;\n  border-right: 2px solid #FFEBCD;\n  font-size: 1.15rem;\n  vertical-align: top;\n}\n\n.spec-value {\n  padding: 28px 35px;\n  color: #5a4a42;\n  font-size: 1.15rem;\n  background: white;\n}\n\n.spec-main {\n  display: block;\n  font-weight: 600;\n  color: #8B4513;\n  margin-bottom: 8px;\n  font-size: 1.2rem;\n}\n\n.spec-secondary {\n  display: block;\n  color: #A0522D;\n  font-size: 1rem;\n  margin-bottom: 4px;\n}\n\n.spec-note {\n  display: block;\n  font-size: 0.95rem;\n  color: #8B7355;\n  font-style: italic;\n  margin-top: 8px;\n}\n\n.features-tags {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n}\n\n.feature-tag {\n  background: linear-gradient(135deg, #8B4513 0%, #A0522D 100%);\n  color: white;\n  padding: 10px 18px;\n  border-radius: 25px;\n  font-size: 0.95rem;\n  font-weight: 600;\n  border: 1px solid rgba(255,255,255,0.3);\n  box-shadow: 0 3px 10px rgba(139, 69, 19, 0.3);\n  transition: transform 0.2s ease;\n}\n\n.feature-tag:hover {\n  transform: translateY(-2px);\n}\n\n.benefits-section {\n  margin-bottom: 50px;\n}\n\n.benefits-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n  gap: 35px;\n}\n\n.benefit-card {\n  background: white;\n  padding: 40px 30px;\n  border-radius: 20px;\n  text-align: center;\n  box-shadow: 0 8px 25px rgba(0,0,0,0.08);\n  border-top: 5px solid #8B4513;\n  transition: all 0.3s ease;\n  position: relative;\n  overflow: hidden;\n}\n\n.benefit-card::before {\n  content: '';\n  position: absolute;\n  top: 0;\n  left: 0;\n  right: 0;\n  height: 5px;\n  background: linear-gradient(90deg, #8B4513, #D2691E, #8B4513);\n}\n\n.benefit-card:hover {\n  transform: translateY(-10px);\n  box-shadow: 0 15px 35px rgba(139, 69, 19, 0.2);\n}\n\n.benefit-icon {\n  font-size: 3.5rem;\n  margin-bottom: 25px;\n}\n\n.benefit-card h3 {\n  color: #8B4513;\n  margin-bottom: 20px;\n  font-size: 1.5rem;\n}\n\n.benefit-card p {\n  color: #5a4a42;\n  line-height: 1.7;\n  margin: 0;\n  font-size: 1.05rem;\n}\n\n.usage-section {\n  margin-bottom: 30px;\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-category {\n  background: linear-gradient(135deg, #FFF8DC 0%, #FFEBCD 100%);\n  padding: 30px 25px;\n  border-radius: 15px;\n  text-align: center;\n  border: 2px solid #D2691E;\n  transition: all 0.3s ease;\n}\n\n.usage-category:hover {\n  transform: translateY(-5px);\n  box-shadow: 0 8px 20px rgba(139, 69, 19, 0.15);\n}\n\n.usage-category h3 {\n  color: #8B4513;\n  margin-bottom: 15px;\n  font-size: 1.3rem;\n}\n\n.usage-category p {\n  color: #5a4a42;\n  margin: 0;\n  line-height: 1.6;\n}\n\n@media (max-width: 768px) {\n  .cocktail-product-description {\n    padding: 15px;\n  }\n  \n  .product-title {\n    font-size: 2.2rem;\n  }\n  \n  .section-title {\n    font-size: 1.8rem;\n  }\n  \n  .features-highlight,\n  .benefits-grid,\n  .usage-grid {\n    grid-template-columns: 1fr;\n    gap: 25px;\n  }\n  \n  .recipe-content {\n    grid-template-columns: 1fr;\n    gap: 30px;\n  }\n  \n  .spec-label, .spec-value {\n    padding: 20px 25px;\n    font-size: 1.05rem;\n  }\n  \n  .feature-item {\n    padding: 25px;\n    flex-direction: column;\n    text-align: center;\n    gap: 20px;\n  }\n  \n  .description-content,\n  .brand-section {\n    padding: 25px;\n  }\n  \n  .benefit-card {\n    padding: 30px 25px;\n  }\n  \n  .video-actions {\n    flex-direction: column;\n    align-items: center;\n  }\n  \n  .video-btn {\n    width: 200px;\n  }\n}\n\n@media (max-width: 480px) {\n  .product-title {\n    font-size: 1.8rem;\n  }\n  \n  .section-title {\n    font-size: 1.5rem;\n  }\n  \n  .spec-label, .spec-value {\n    padding: 18px 20px;\n    font-size: 1rem;\n  }\n  \n  .features-tags {\n    gap: 8px;\n  }\n  \n  .feature-tag {\n    padding: 8px 15px;\n    font-size: 0.9rem;\n  }\n  \n  .video-placeholder {\n    padding: 25px 20px;\n  }\n}\n\u003c\/style\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42617840500820,"sku":null,"price":94.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/837_2.png?v=1761456662"},{"product_id":"davinci-gourmet-sugar-free-sweetener-syrup-750-ml-4-case","title":"DaVinci Gourmet Sugar-Free Sweetener Syrup 750 mL - 4\/Case","description":"\u003cdiv class=\"sugarfree-product-description\"\u003e\n  \u003cdiv class=\"product-header\"\u003e\n    \u003ch1 class=\"product-title\"\u003eDaVinci Sugar-Free Sweetener Syrup\u003c\/h1\u003e\n    \u003cdiv class=\"product-subtitle\"\u003eSweetness Without the Sugar • Keto Friendly • Zero Calories\u003c\/div\u003e\n    \u003cdiv class=\"health-badges\"\u003e\n      \u003cspan class=\"health-badge\"\u003eSugar-Free\u003c\/span\u003e\n      \u003cspan class=\"health-badge\"\u003eKeto\u003c\/span\u003e\n      \u003cspan class=\"health-badge\"\u003eZero Calorie\u003c\/span\u003e\n      \u003cspan class=\"health-badge\"\u003eKosher\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"description-section\"\u003e\n    \u003cdiv class=\"description-content\"\u003e\n      \u003cp class=\"description-text\"\u003eNeed an extra dash of something sweet in your most popular drinks? Use this DaVinci syrup to sweeten virtually any hot, iced, or blended beverage without the sugar content! DaVinci Gourmet flavoring syrups complement your beverages without overpowering them or being too sweet.\u003c\/p\u003e\n      \n      \u003cp class=\"description-text\"\u003eThey are specially formulated to hold up well under heat, making them the perfect choice for adding to your signature specialty coffees and espresso-based beverages. Besides lattes, mochas, and other hot beverages, use it to sweeten Italian sodas, ciders, smoothies, and shakes.\u003c\/p\u003e\n      \n      \u003cp class=\"description-text\"\u003eSweetened with sugar-free, no-calorie Splenda brand sweetener, this sugar-free blend is sure to be a treat for your health-conscious patrons! This user-friendly plastic bottle is easy for your baristas and restaurant staff to handle.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"features-highlight\"\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e🌿\u003c\/div\u003e\n        \u003cdiv class=\"feature-content\"\u003e\n          \u003ch3\u003eSugar-Free Sweetness\u003c\/h3\u003e\n          \u003cp\u003eSweetened with Splenda brand sweetener for zero sugar, zero calories\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e🔥\u003c\/div\u003e\n        \u003cdiv class=\"feature-content\"\u003e\n          \u003ch3\u003eHeat Stable\u003c\/h3\u003e\n          \u003cp\u003eSpecially formulated to hold up well in hot beverages and cooking\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e⚡\u003c\/div\u003e\n        \u003cdiv class=\"feature-content\"\u003e\n          \u003ch3\u003eVersatile Use\u003c\/h3\u003e\n          \u003cp\u003ePerfect for coffee, tea, smoothies, cocktails, and baked goods\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"applications-section\"\u003e\n    \u003ch2 class=\"section-title\"\u003ePerfect For All Beverages\u003c\/h2\u003e\n    \u003cdiv class=\"applications-grid\"\u003e\n      \u003cdiv class=\"application-category\"\u003e\n        \u003ch3\u003e☕ Hot Beverages\u003c\/h3\u003e\n        \u003cul\u003e\n          \u003cli\u003eLattes \u0026amp; Cappuccinos\u003c\/li\u003e\n          \u003cli\u003eMochas \u0026amp; Hot Chocolate\u003c\/li\u003e\n          \u003cli\u003eEspresso Drinks\u003c\/li\u003e\n          \u003cli\u003eHot Teas \u0026amp; Ciders\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"application-category\"\u003e\n        \u003ch3\u003e🧊 Cold Beverages\u003c\/h3\u003e\n        \u003cul\u003e\n          \u003cli\u003eIced Coffees \u0026amp; Teas\u003c\/li\u003e\n          \u003cli\u003eSmoothies \u0026amp; Shakes\u003c\/li\u003e\n          \u003cli\u003eItalian Sodas\u003c\/li\u003e\n          \u003cli\u003eCold Brew Drinks\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"application-category\"\u003e\n        \u003ch3\u003e🍹 Specialty Drinks\u003c\/h3\u003e\n        \u003cul\u003e\n          \u003cli\u003eCocktails \u0026amp; Mocktails\u003c\/li\u003e\n          \u003cli\u003eProtein Shakes\u003c\/li\u003e\n          \u003cli\u003eFlavored Waters\u003c\/li\u003e\n          \u003cli\u003eDessert Toppings\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"specifications-section\"\u003e\n    \u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n    \u003cdiv class=\"specs-table-container\"\u003e\n      \u003ctable class=\"specs-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eQuantity\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e\n              \u003cspan class=\"spec-main\"\u003e4\/Case\u003c\/span\u003e\n              \u003cspan class=\"spec-note\"\u003eProfessional bulk packaging\u003c\/span\u003e\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eShipping Weight\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e\n              \u003cspan class=\"spec-main\"\u003e8.54 lb.\u003c\/span\u003e\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eContainer Material\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e\n              \u003cspan class=\"spec-main\"\u003ePlastic\u003c\/span\u003e\n              \u003cspan class=\"spec-note\"\u003eShatterproof and durable\u003c\/span\u003e\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eFeatures\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e\n              \u003cdiv class=\"features-tags\"\u003e\n                \u003cspan class=\"feature-tag keto\"\u003eKeto\u003c\/span\u003e\n                \u003cspan class=\"feature-tag\"\u003eKosher\u003c\/span\u003e\n                \u003cspan class=\"feature-tag\"\u003eMade in America\u003c\/span\u003e\n                \u003cspan class=\"feature-tag sugar-free\"\u003eSugar-Free\u003c\/span\u003e\n              \u003c\/div\u003e\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eFlavor\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e\n              \u003cspan class=\"spec-main\"\u003eCane Sugar \/ Simple Syrup\u003c\/span\u003e\n              \u003cspan class=\"spec-note\"\u003eClassic sweet flavor profile\u003c\/span\u003e\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eFlavor Type\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e\n              \u003cspan class=\"spec-main\"\u003eSweetener\u003c\/span\u003e\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003ePackage Size\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e\n              \u003cspan class=\"spec-main\"\u003e750 mL\u003c\/span\u003e\n              \u003cspan class=\"spec-note\"\u003eLarge professional bottle\u003c\/span\u003e\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003ePackage Type\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e\n              \u003cspan class=\"spec-main\"\u003eBottles\u003c\/span\u003e\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eSweetener Type\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e\n              \u003cspan class=\"spec-main highlight\"\u003eSugar-Free\u003c\/span\u003e\n              \u003cspan class=\"spec-note\"\u003eSplenda brand sweetener\u003c\/span\u003e\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eTotal Case Size\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e\n              \u003cspan class=\"spec-main\"\u003e3 liters\u003c\/span\u003e\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eType\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e\n              \u003cspan class=\"spec-main\"\u003eSugar Substitute\u003c\/span\u003e\n              \u003cspan class=\"spec-secondary\"\u003eSweetener Syrups\u003c\/span\u003e\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"benefits-section\"\u003e\n    \u003ch2 class=\"section-title\"\u003eWhy Choose DaVinci Sugar-Free?\u003c\/h2\u003e\n    \u003cdiv class=\"benefits-grid\"\u003e\n      \u003cdiv class=\"benefit-card\"\u003e\n        \u003cdiv class=\"benefit-icon\"\u003e💎\u003c\/div\u003e\n        \u003ch3\u003ePremium Quality\u003c\/h3\u003e\n        \u003cp\u003eDaVinci Gourmet's commitment to quality and superior taste in every bottle\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-card\"\u003e\n        \u003cdiv class=\"benefit-icon\"\u003e👨‍🍳\u003c\/div\u003e\n        \u003ch3\u003eProfessional Grade\u003c\/h3\u003e\n        \u003cp\u003eTrusted by gourmet coffee shops and food service professionals worldwide\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-card\"\u003e\n        \u003cdiv class=\"benefit-icon\"\u003e🌱\u003c\/div\u003e\n        \u003ch3\u003eHealth Conscious\u003c\/h3\u003e\n        \u003cp\u003ePerfect for keto, diabetic, and calorie-conscious customers\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-card\"\u003e\n        \u003cdiv class=\"benefit-icon\"\u003e⚡\u003c\/div\u003e\n        \u003ch3\u003eEasy to Use\u003c\/h3\u003e\n        \u003cp\u003eUser-friendly plastic bottle designed for busy commercial environments\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"brand-section\"\u003e\n    \u003ch2 class=\"section-title\"\u003eDaVinci Gourmet Excellence\u003c\/h2\u003e\n    \u003cdiv class=\"brand-content\"\u003e\n      \u003cp\u003eSold 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\u003eWith over 100 different delicious flavorings and syrups to choose from, DaVinci Gourmet is sure to have a product for your culinary needs. A Kerry Foods brand, it prides itself on its commitment to using only real, wholesome ingredients and innovative technology to deliver authentic flavors, textures, and aromas in its products.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"usage-tips\"\u003e\n    \u003ch2 class=\"section-title\"\u003eProfessional Usage Tips\u003c\/h2\u003e\n    \u003cdiv class=\"tips-grid\"\u003e\n      \u003cdiv class=\"tip-card\"\u003e\n        \u003ch3\u003e🍶 Barista Recommended\u003c\/h3\u003e\n        \u003cp\u003eStart with 1-2 pumps per 8oz beverage and adjust to taste. Perfect for creating signature sugar-free drink options.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tip-card\"\u003e\n        \u003ch3\u003e🧊 Heat \u0026amp; Cold Stable\u003c\/h3\u003e\n        \u003cp\u003eWorks equally well in hot espresso drinks and iced beverages without losing sweetness or flavor integrity.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tip-card\"\u003e\n        \u003ch3\u003e📝 Menu Expansion\u003c\/h3\u003e\n        \u003cp\u003eCreate dedicated sugar-free sections on your menu to attract health-conscious customers.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.sugarfree-product-description {\n  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n  color: #2d5016;\n  line-height: 1.6;\n  max-width: 1200px;\n  margin: 0 auto;\n  padding: 20px;\n}\n\n.product-header {\n  text-align: center;\n  margin-bottom: 50px;\n  padding: 40px 0;\n  background: linear-gradient(135deg, #e8f5e8 0%, #c8e6c9 100%);\n  border-radius: 20px;\n  border: 3px solid #4caf50;\n  position: relative;\n  overflow: hidden;\n}\n\n.product-header::before {\n  content: '';\n  position: absolute;\n  top: 0;\n  left: 0;\n  right: 0;\n  height: 4px;\n  background: linear-gradient(90deg, #4caf50, #8bc34a, #4caf50);\n}\n\n.product-title {\n  font-size: 2.8rem;\n  font-weight: 700;\n  color: #2e7d32;\n  margin-bottom: 15px;\n  text-shadow: 1px 1px 2px rgba(0,0,0,0.1);\n}\n\n.product-subtitle {\n  font-size: 1.4rem;\n  color: #4caf50;\n  font-weight: 500;\n  margin-bottom: 25px;\n}\n\n.health-badges {\n  display: flex;\n  justify-content: center;\n  gap: 15px;\n  flex-wrap: wrap;\n}\n\n.health-badge {\n  background: linear-gradient(135deg, #4caf50, #66bb6a);\n  color: white;\n  padding: 10px 20px;\n  border-radius: 20px;\n  font-weight: 600;\n  font-size: 0.95rem;\n  box-shadow: 0 3px 10px rgba(76, 175, 80, 0.3);\n  border: 1px solid rgba(255,255,255,0.3);\n}\n\n.section-title {\n  font-size: 2.2rem;\n  font-weight: 600;\n  color: #2e7d32;\n  margin-bottom: 35px;\n  padding-bottom: 15px;\n  border-bottom: 3px solid #c8e6c9;\n  position: relative;\n}\n\n.section-title::after {\n  content: '';\n  position: absolute;\n  bottom: -3px;\n  left: 0;\n  width: 120px;\n  height: 3px;\n  background: linear-gradient(90deg, #4caf50, #8bc34a);\n}\n\n.description-section {\n  margin-bottom: 50px;\n}\n\n.description-content {\n  background: white;\n  padding: 35px;\n  border-radius: 15px;\n  box-shadow: 0 6px 20px rgba(0,0,0,0.08);\n  margin-bottom: 35px;\n  border-left: 5px solid #4caf50;\n}\n\n.description-text {\n  margin-bottom: 25px;\n  font-size: 1.15rem;\n  color: #455a64;\n  text-align: justify;\n  line-height: 1.7;\n}\n\n.features-highlight {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));\n  gap: 30px;\n  margin-top: 35px;\n}\n\n.feature-item {\n  display: flex;\n  align-items: flex-start;\n  gap: 25px;\n  padding: 30px;\n  background: linear-gradient(135deg, #f1f8e9 0%, #e8f5e8 100%);\n  border-radius: 15px;\n  border: 2px solid #c8e6c9;\n  transition: all 0.3s ease;\n}\n\n.feature-item:hover {\n  transform: translateY(-8px);\n  box-shadow: 0 12px 30px rgba(76, 175, 80, 0.15);\n  border-color: #4caf50;\n}\n\n.feature-icon {\n  font-size: 3rem;\n  flex-shrink: 0;\n}\n\n.feature-content h3 {\n  color: #2e7d32;\n  margin-bottom: 12px;\n  font-size: 1.4rem;\n}\n\n.feature-content p {\n  color: #558b2f;\n  margin: 0;\n  line-height: 1.6;\n}\n\n.applications-section {\n  margin-bottom: 50px;\n}\n\n.applications-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n  gap: 30px;\n}\n\n.application-category {\n  background: white;\n  padding: 30px;\n  border-radius: 15px;\n  box-shadow: 0 6px 20px rgba(0,0,0,0.08);\n  border-top: 4px solid #4caf50;\n  transition: transform 0.3s ease;\n}\n\n.application-category:hover {\n  transform: translateY(-5px);\n}\n\n.application-category h3 {\n  color: #2e7d32;\n  margin-bottom: 20px;\n  font-size: 1.3rem;\n  text-align: center;\n}\n\n.application-category ul {\n  list-style: none;\n  padding: 0;\n  margin: 0;\n}\n\n.application-category li {\n  padding: 10px 0;\n  border-bottom: 1px solid #e8f5e8;\n  color: #455a64;\n  position: relative;\n  padding-left: 25px;\n}\n\n.application-category li::before {\n  content: '✓';\n  position: absolute;\n  left: 0;\n  color: #4caf50;\n  font-weight: bold;\n}\n\n.application-category li:last-child {\n  border-bottom: none;\n}\n\n.specifications-section {\n  margin-bottom: 50px;\n}\n\n.specs-table-container {\n  overflow: hidden;\n  border-radius: 20px;\n  box-shadow: 0 10px 35px rgba(76, 175, 80, 0.15);\n  border: 2px solid #e8f5e8;\n  background: white;\n}\n\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  background: white;\n}\n\n.specs-table tr {\n  border-bottom: 1px solid #f1f8e9;\n  transition: all 0.3s ease;\n}\n\n.specs-table tr:hover {\n  background: linear-gradient(135deg, #f1f8e9 0%, #e8f5e8 100%);\n  transform: scale(1.005);\n}\n\n.specs-table tr:last-child {\n  border-bottom: none;\n}\n\n.spec-label {\n  font-weight: 700;\n  padding: 28px 35px;\n  width: 35%;\n  background: linear-gradient(135deg, #f1f8e9 0%, #e8f5e8 100%);\n  color: #2e7d32;\n  border-right: 2px solid #e8f5e8;\n  font-size: 1.15rem;\n  vertical-align: top;\n}\n\n.spec-value {\n  padding: 28px 35px;\n  color: #37474f;\n  font-size: 1.15rem;\n  background: white;\n}\n\n.spec-main {\n  display: block;\n  font-weight: 600;\n  color: #2e7d32;\n  margin-bottom: 8px;\n  font-size: 1.2rem;\n}\n\n.spec-main.highlight {\n  color: #d32f2f;\n  font-weight: 700;\n}\n\n.spec-secondary {\n  display: block;\n  color: #558b2f;\n  font-size: 1rem;\n  margin-bottom: 4px;\n}\n\n.spec-note {\n  display: block;\n  font-size: 0.95rem;\n  color: #78909c;\n  font-style: italic;\n  margin-top: 8px;\n}\n\n.features-tags {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n}\n\n.feature-tag {\n  background: linear-gradient(135deg, #4caf50 0%, #66bb6a 100%);\n  color: white;\n  padding: 10px 18px;\n  border-radius: 25px;\n  font-size: 0.95rem;\n  font-weight: 600;\n  border: 1px solid rgba(255,255,255,0.3);\n  box-shadow: 0 3px 10px rgba(76, 175, 80, 0.3);\n  transition: transform 0.2s ease;\n}\n\n.feature-tag.keto {\n  background: linear-gradient(135deg, #ff9800, #ffb74d);\n}\n\n.feature-tag.sugar-free {\n  background: linear-gradient(135deg, #f44336, #ef5350);\n}\n\n.feature-tag:hover {\n  transform: translateY(-2px);\n}\n\n.benefits-section {\n  margin-bottom: 50px;\n}\n\n.benefits-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n  gap: 35px;\n}\n\n.benefit-card {\n  background: white;\n  padding: 40px 30px;\n  border-radius: 20px;\n  text-align: center;\n  box-shadow: 0 8px 25px rgba(0,0,0,0.08);\n  border-top: 5px solid #4caf50;\n  transition: all 0.3s ease;\n  position: relative;\n  overflow: hidden;\n}\n\n.benefit-card::before {\n  content: '';\n  position: absolute;\n  top: 0;\n  left: 0;\n  right: 0;\n  height: 5px;\n  background: linear-gradient(90deg, #4caf50, #8bc34a, #4caf50);\n}\n\n.benefit-card:hover {\n  transform: translateY(-10px);\n  box-shadow: 0 15px 35px rgba(76, 175, 80, 0.2);\n}\n\n.benefit-icon {\n  font-size: 3.5rem;\n  margin-bottom: 25px;\n}\n\n.benefit-card h3 {\n  color: #2e7d32;\n  margin-bottom: 20px;\n  font-size: 1.5rem;\n}\n\n.benefit-card p {\n  color: #546e7a;\n  line-height: 1.7;\n  margin: 0;\n  font-size: 1.05rem;\n}\n\n.brand-section {\n  background: linear-gradient(135deg, #e8f5e9 0%, #f1f8e9 100%);\n  padding: 40px;\n  border-radius: 15px;\n  margin: 50px 0;\n  border: 2px solid #c8e6c9;\n}\n\n.brand-content p {\n  font-size: 1.1rem;\n  color: #455a64;\n  margin-bottom: 20px;\n  line-height: 1.7;\n}\n\n.usage-tips {\n  margin-bottom: 30px;\n}\n\n.tips-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n  gap: 30px;\n}\n\n.tip-card {\n  background: white;\n  padding: 30px 25px;\n  border-radius: 15px;\n  box-shadow: 0 6px 20px rgba(0,0,0,0.08);\n  border-left: 4px solid #4caf50;\n  transition: transform 0.3s ease;\n}\n\n.tip-card:hover {\n  transform: translateY(-5px);\n}\n\n.tip-card h3 {\n  color: #2e7d32;\n  margin-bottom: 15px;\n  font-size: 1.3rem;\n}\n\n.tip-card p {\n  color: #455a64;\n  line-height: 1.6;\n  margin: 0;\n}\n\n@media (max-width: 768px) {\n  .sugarfree-product-description {\n    padding: 15px;\n  }\n  \n  .product-title {\n    font-size: 2.2rem;\n  }\n  \n  .section-title {\n    font-size: 1.8rem;\n  }\n  \n  .features-highlight,\n  .benefits-grid,\n  .applications-grid,\n  .tips-grid {\n    grid-template-columns: 1fr;\n    gap: 25px;\n  }\n  \n  .spec-label, .spec-value {\n    padding: 20px 25px;\n    font-size: 1.05rem;\n  }\n  \n  .feature-item {\n    padding: 25px;\n    flex-direction: column;\n    text-align: center;\n    gap: 20px;\n  }\n  \n  .description-content,\n  .brand-section {\n    padding: 25px;\n  }\n  \n  .benefit-card {\n    padding: 30px 25px;\n  }\n  \n  .health-badges {\n    gap: 10px;\n  }\n  \n  .health-badge {\n    padding: 8px 16px;\n    font-size: 0.9rem;\n  }\n}\n\n@media (max-width: 480px) {\n  .product-title {\n    font-size: 1.8rem;\n  }\n  \n  .section-title {\n    font-size: 1.5rem;\n  }\n  \n  .spec-label, .spec-value {\n    padding: 18px 20px;\n    font-size: 1rem;\n  }\n  \n  .features-tags {\n    gap: 8px;\n  }\n  \n  .feature-tag {\n    padding: 8px 15px;\n    font-size: 0.9rem;\n  }\n  \n  .application-category {\n    padding: 20px;\n  }\n}\n\u003c\/style\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42617844858964,"sku":null,"price":70.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/8338_1.png?v=1761456933"},{"product_id":"master-of-mixes-simple-syrup-lite-375-ml-12-case","title":"Master of Mixes Simple Syrup Lite 375 mL - 12\/Case","description":"\u003cdiv class=\"master-mixes-description\"\u003e\n  \u003cdiv class=\"product-intro\"\u003e\n    \u003ch2\u003eMaster of Mixes Cocktail Mixes\u003c\/h2\u003e\n    \u003cp\u003eUse Master of Mixes cocktail mixes to create delicious, authentic cocktails at your restaurant or bar! Each bottle is prepared with the perfect combination of sweetness and premium fruit from the world's finest growing regions.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"specs-section\"\u003e\n    \u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n    \u003cdiv class=\"specs-table-container\"\u003e\n      \u003ctable class=\"specs-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eQuantity\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e12\/Case\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eShipping Weight\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e12.6 lb.\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eContainer Material\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003ePlastic\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eFeatures\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e\n              \u003cspan class=\"feature-tag\"\u003eGluten-Free\u003c\/span\u003e\n              \u003cspan class=\"feature-tag\"\u003eHalal\u003c\/span\u003e\n              \u003cspan class=\"feature-tag\"\u003eKosher\u003c\/span\u003e\n              \u003cspan class=\"feature-tag\"\u003eMade in America\u003c\/span\u003e\n              \u003cspan class=\"feature-tag\"\u003eShelf-Stable\u003c\/span\u003e\n              \u003cspan class=\"feature-tag\"\u003eVegan\u003c\/span\u003e\n              \u003cspan class=\"feature-tag\"\u003eVegetarian\u003c\/span\u003e\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eFlavor\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e\n              \u003cspan class=\"flavor-item\"\u003eCane Sugar\u003c\/span\u003e\n              \u003cspan class=\"flavor-item\"\u003eCane Sugar \/ Simple Syrup\u003c\/span\u003e\n              \u003cspan class=\"flavor-item\"\u003eSimple Syrup\u003c\/span\u003e\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eFlavor Type\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eSweetener\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eMix Type\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e\n              \u003cspan class=\"mix-type\"\u003eFlavoring Syrups\u003c\/span\u003e\n              \u003cspan class=\"mix-type\"\u003eSimple Syrups\u003c\/span\u003e\n              \u003cspan class=\"mix-type\"\u003eSweetener Syrups\u003c\/span\u003e\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003ePackage Size\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e375 mL\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003ePackage Type\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eBottles\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003ePerishable Type\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eAmbient\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eSugar Type\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eCane Sugar\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eSweetener Type\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eClassic\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eTotal Case Size\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e4.5 liters\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eType\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e\n              \u003cspan class=\"type-item\"\u003eSimple Syrups\u003c\/span\u003e\n              \u003cspan class=\"type-item\"\u003eSweetener Syrups\u003c\/span\u003e\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"product-details\"\u003e\n    \u003ch3\u003eProduct Details\u003c\/h3\u003e\n    \u003cp\u003eRather than spending valuable prep time mixing your own bar syrup, reach for this user-friendly 375 mL bottle of Master of Mixes premium lite sugar \/ simple syrup! Featuring a combination of 100% pure allulose, stevia, and carbon-filtered water, this lite syrup provides a quick and healthy way to add sweetness to drinks without adding any artificial ingredients or altering the intended flavor.\u003c\/p\u003e\n    \n    \u003cp\u003eThis syrup contains allulose, a low calorie, natural \"rare sugar\" that can be found in a few fruits and foods, including figs, raisins, and maple syrup. It does not impact blood glucose levels and is not metabolized as energy in the body, making it a great way to sweeten beverages while maintaining a healthy lifestyle. This syrup delivers the same sweet, clean taste as pure cane sugar with a fraction of the calories and sugar - only 5 calories per oz. to be exact! It is ideal for creating a multitude of from-scratch, low-calorie cocktails, iced tea, lemonade, and specialty coffees.\u003c\/p\u003e\n    \n    \u003cp\u003eDesigned with the mixologist in mind, this syrup is packaged in an easy-to-squeeze bottle that will perform well in fast-paced environments and provides an attractive shelf presence behind the bar. Plus, its aerodynamic closure design provides portion control with a smooth shut-off action. Whip up scratch-quality, hassle-free cocktails in a matter of seconds with this Master of Mixes syrup!\u003c\/p\u003e\n    \n    \u003cp\u003eMaster the art of cocktail creation with Master of Mixes! The company sources their ingredients from the world's premier growing regions to ensure they are using only the best-tasting flavors to create their quality products. Best of all, Master of Mixes doesn't just stop at its recipes - their products feature user-friendly packaging to ensure every step of the cocktail-making process is smooth and efficient. A well-trusted brand among consumers for good reason, Master of Mixes products makes it easy for your bartenders to craft high-quality cocktails with minimal effort!\u003c\/p\u003e\n    \n    \u003cdiv class=\"recipe-section\"\u003e\n      \u003ch4\u003eLITE WHISKEY SOUR\u003c\/h4\u003e\n      \u003cul class=\"recipe-list\"\u003e\n        \u003cli\u003e1.5 oz. Master of Mixes simple syrup lite\u003c\/li\u003e\n        \u003cli\u003e1.5 oz. Master of Mixes single pressed lemon juice\u003c\/li\u003e\n        \u003cli\u003e1.5 oz. whiskey\u003c\/li\u003e\n        \u003cli\u003eGarnish: lemon zest\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp class=\"recipe-instructions\"\u003eCombine ingredients in a mixing glass filled with ice. Shake and strain into a rocks glass over fresh ice. Garnish and serve.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.master-mixes-description {\n  font-family: 'Helvetica Neue', Arial, sans-serif;\n  color: #333;\n  line-height: 1.6;\n  max-width: 1000px;\n  margin: 0 auto;\n}\n\n.product-intro h2 {\n  color: #2c5530;\n  font-size: 28px;\n  margin-bottom: 15px;\n  border-bottom: 2px solid #e8f5e9;\n  padding-bottom: 10px;\n}\n\n.product-intro p {\n  font-size: 16px;\n  margin-bottom: 30px;\n}\n\n.specs-section {\n  margin-bottom: 40px;\n}\n\n.specs-section h3 {\n  color: #2c5530;\n  font-size: 22px;\n  margin-bottom: 20px;\n  padding-bottom: 8px;\n  border-bottom: 1px solid #e0e0e0;\n}\n\n.specs-table-container {\n  overflow-x: auto;\n  border-radius: 8px;\n  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);\n}\n\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  background-color: white;\n}\n\n.specs-table tr:nth-child(even) {\n  background-color: #f9f9f9;\n}\n\n.specs-table tr:hover {\n  background-color: #f0f7f0;\n}\n\n.spec-label {\n  font-weight: 600;\n  padding: 14px 20px;\n  width: 30%;\n  background-color: #f5f9f5;\n  border-right: 1px solid #e0e0e0;\n  color: #2c5530;\n}\n\n.spec-value {\n  padding: 14px 20px;\n  color: #555;\n}\n\n.feature-tag, .flavor-item, .mix-type, .type-item {\n  display: inline-block;\n  background-color: #e8f5e9;\n  color: #2c5530;\n  padding: 4px 10px;\n  margin: 2px 4px 2px 0;\n  border-radius: 4px;\n  font-size: 13px;\n  border: 1px solid #c8e6c9;\n}\n\n.product-details h3 {\n  color: #2c5530;\n  font-size: 22px;\n  margin-bottom: 20px;\n  padding-bottom: 8px;\n  border-bottom: 1px solid #e0e0e0;\n}\n\n.product-details p {\n  margin-bottom: 20px;\n  font-size: 16px;\n}\n\n.recipe-section {\n  background-color: #f9f9f9;\n  padding: 20px;\n  border-radius: 8px;\n  border-left: 4px solid #4caf50;\n  margin-top: 30px;\n}\n\n.recipe-section h4 {\n  color: #2c5530;\n  margin-bottom: 15px;\n  font-size: 18px;\n}\n\n.recipe-list {\n  list-style-type: none;\n  padding-left: 0;\n  margin-bottom: 20px;\n}\n\n.recipe-list li {\n  padding: 8px 0;\n  padding-left: 25px;\n  position: relative;\n}\n\n.recipe-list li:before {\n  content: \"•\";\n  color: #4caf50;\n  font-weight: bold;\n  position: absolute;\n  left: 10px;\n}\n\n.recipe-instructions {\n  font-style: italic;\n  color: #666;\n  border-top: 1px dashed #ccc;\n  padding-top: 15px;\n  margin-top: 15px;\n}\n\n@media (max-width: 768px) {\n  .spec-label {\n    width: 40%;\n  }\n  \n  .master-mixes-description {\n    padding: 0 15px;\n  }\n}\n\u003c\/style\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42617849380948,"sku":null,"price":135.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/839_1.png?v=1761457190"},{"product_id":"master-of-mixes-almond-orgeat-syrup-375-ml-12-case","title":"Master of Mixes Almond (Orgeat) Syrup 375 mL - 12\/Case","description":"\u003cdiv class=\"master-mixes-description\"\u003e\n  \u003cdiv class=\"product-intro\"\u003e\n    \u003ch2\u003eMaster of Mixes Orgeat Syrup\u003c\/h2\u003e\n    \u003cp\u003eUse Master of Mixes cocktail mixes to create delicious, authentic cocktails at your restaurant or bar! Each bottle is prepared with the perfect combination of sweetness and premium fruit from the world's finest growing regions.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"specs-section\"\u003e\n    \u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n    \u003cdiv class=\"specs-table-container\"\u003e\n      \u003ctable class=\"specs-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eQuantity\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e12\/Case\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eShipping Weight\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e12.6 lb.\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eContainer Material\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003ePlastic\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eFeatures\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e\n              \u003cspan class=\"feature-tag\"\u003eGluten-Free\u003c\/span\u003e\n              \u003cspan class=\"feature-tag\"\u003eHalal\u003c\/span\u003e\n              \u003cspan class=\"feature-tag\"\u003eKosher\u003c\/span\u003e\n              \u003cspan class=\"feature-tag\"\u003eMade in America\u003c\/span\u003e\n              \u003cspan class=\"feature-tag\"\u003eNon-GMO\u003c\/span\u003e\n              \u003cspan class=\"feature-tag\"\u003eShelf-Stable\u003c\/span\u003e\n              \u003cspan class=\"feature-tag\"\u003eVegan\u003c\/span\u003e\n              \u003cspan class=\"feature-tag\"\u003eVegetarian\u003c\/span\u003e\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eFlavor\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eAlmond\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eFlavor Type\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eNutty\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eMix Type\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e\n              \u003cspan class=\"mix-type\"\u003eFlavoring Syrups\u003c\/span\u003e\n              \u003cspan class=\"mix-type\"\u003eSweetener Syrups\u003c\/span\u003e\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003ePackage Size\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e375 mL\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003ePackage Type\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eBottles\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003ePerishable Type\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eAmbient\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eSugar Type\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eCane Sugar\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eSweetener Type\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eClassic\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eTotal Case Size\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e4.5 liters\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eType\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eFlavoring Syrups\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"product-details\"\u003e\n    \u003ch3\u003eProduct Details\u003c\/h3\u003e\n    \u003cp\u003eCraft eye-catching drinks with authentic flavor with the help of this Master of Mixes 375 mL orgeat syrup! Crafted from pure cane sugar and premium almond flavoring, this syrup delivers a sweet almond flavor with subtle notes of orange. Use it to handcraft specialty tiki cocktails like mai tais and scorpions, redefine your classic whiskey drinks, or complement the earthiness of mescal or tequila.\u003c\/p\u003e\n    \n    \u003cp\u003eIt can also be used outside of your bar setting to bring nutty almond flavor to your coffee- and espresso-based drinks and even baked goods. Since it is semi clear, it will not impart any unwanted color into your specialty drinks.\u003c\/p\u003e\n    \n    \u003cp\u003eDesigned with the mixologist in mind, this syrup is packaged in an easy-to-squeeze bottle that will perform well in fast-paced environments and provides an attractive shelf presence behind the bar. Plus, its aerodynamic closure design provides portion control with a smooth shut-off action. Whip up scratch-quality, hassle-free cocktails in a matter of seconds with this Master of Mixes syrup!\u003c\/p\u003e\n    \n    \u003cp\u003eMaster the art of cocktail creation with Master of Mixes! The company sources their ingredients from the world's premier growing regions to ensure they are using only the best-tasting flavors to create their quality products. Best of all, Master of Mixes doesn't just stop at its recipes - their products feature user-friendly packaging to ensure every step of the cocktail-making process is smooth and efficient. A well-trusted brand among consumers for good reason, Master of Mixes products makes it easy for your bartenders to craft high-quality cocktails with minimal effort!\u003c\/p\u003e\n    \n    \u003cdiv class=\"recipe-section\"\u003e\n      \u003ch4\u003eESSENTIAL MAI TAI\u003c\/h4\u003e\n      \u003cul class=\"recipe-list\"\u003e\n        \u003cli\u003e0.5 oz. Master of Mixes orgeat syrup\u003c\/li\u003e\n        \u003cli\u003e0.75 oz. Master of Mixes single pressed lime juice\u003c\/li\u003e\n        \u003cli\u003e0.5 oz. Master of Mixes triple sec syrup\u003c\/li\u003e\n        \u003cli\u003e1.5 oz. dark Jamaican rum\u003c\/li\u003e\n        \u003cli\u003e2 oz. pineapple juice\u003c\/li\u003e\n        \u003cli\u003e0.5 oz. amber Martinique Rhum\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp class=\"recipe-instructions\"\u003eCombine first five ingredients in a mixing glass filled with ice. Shake and strain into a rocks glass over fresh ice. Float Martinique Rhum. Garnish and serve.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.master-mixes-description {\n  font-family: 'Helvetica Neue', Arial, sans-serif;\n  color: #333;\n  line-height: 1.6;\n  max-width: 1000px;\n  margin: 0 auto;\n}\n\n.product-intro h2 {\n  color: #8B4513;\n  font-size: 28px;\n  margin-bottom: 15px;\n  border-bottom: 2px solid #F5E8D0;\n  padding-bottom: 10px;\n}\n\n.product-intro p {\n  font-size: 16px;\n  margin-bottom: 30px;\n}\n\n.specs-section {\n  margin-bottom: 40px;\n}\n\n.specs-section h3 {\n  color: #8B4513;\n  font-size: 22px;\n  margin-bottom: 20px;\n  padding-bottom: 8px;\n  border-bottom: 1px solid #e0e0e0;\n}\n\n.specs-table-container {\n  overflow-x: auto;\n  border-radius: 8px;\n  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);\n}\n\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  background-color: white;\n}\n\n.specs-table tr:nth-child(even) {\n  background-color: #f9f9f9;\n}\n\n.specs-table tr:hover {\n  background-color: #f8f4f0;\n}\n\n.spec-label {\n  font-weight: 600;\n  padding: 14px 20px;\n  width: 30%;\n  background-color: #faf7f3;\n  border-right: 1px solid #e0e0e0;\n  color: #8B4513;\n}\n\n.spec-value {\n  padding: 14px 20px;\n  color: #555;\n}\n\n.feature-tag, .mix-type {\n  display: inline-block;\n  background-color: #F5E8D0;\n  color: #8B4513;\n  padding: 4px 10px;\n  margin: 2px 4px 2px 0;\n  border-radius: 4px;\n  font-size: 13px;\n  border: 1px solid #E8D5B5;\n}\n\n.product-details h3 {\n  color: #8B4513;\n  font-size: 22px;\n  margin-bottom: 20px;\n  padding-bottom: 8px;\n  border-bottom: 1px solid #e0e0e0;\n}\n\n.product-details p {\n  margin-bottom: 20px;\n  font-size: 16px;\n}\n\n.recipe-section {\n  background-color: #f9f9f9;\n  padding: 20px;\n  border-radius: 8px;\n  border-left: 4px solid #D2691E;\n  margin-top: 30px;\n}\n\n.recipe-section h4 {\n  color: #8B4513;\n  margin-bottom: 15px;\n  font-size: 18px;\n}\n\n.recipe-list {\n  list-style-type: none;\n  padding-left: 0;\n  margin-bottom: 20px;\n}\n\n.recipe-list li {\n  padding: 8px 0;\n  padding-left: 25px;\n  position: relative;\n}\n\n.recipe-list li:before {\n  content: \"•\";\n  color: #D2691E;\n  font-weight: bold;\n  position: absolute;\n  left: 10px;\n}\n\n.recipe-instructions {\n  font-style: italic;\n  color: #666;\n  border-top: 1px dashed #ccc;\n  padding-top: 15px;\n  margin-top: 15px;\n}\n\n@media (max-width: 768px) {\n  .spec-label {\n    width: 40%;\n  }\n  \n  .master-mixes-description {\n    padding: 0 15px;\n  }\n}\n\u003c\/style\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42617860980820,"sku":null,"price":101.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/product340_2.png?v=1761457491"},{"product_id":"monin-zero-calorie-natural-sweetener-flavoring-syrup-1-liter-4-case","title":"Monin Zero Calorie Natural Sweetener Flavoring Syrup 1 Liter - 4\/Case","description":"\u003cdiv class=\"monin-product-description\"\u003e\n  \u003cdiv class=\"product-intro\"\u003e\n    \u003ch2\u003eMonin Zero Calorie Natural Sweetener Syrup\u003c\/h2\u003e\n    \u003cp\u003eIndulge in all your favorite beverages without the guilt of a high sugar and calorie intake with this premium 1 liter zero calorie natural sweetener syrup.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"specs-section\"\u003e\n    \u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n    \u003cdiv class=\"specs-table-container\"\u003e\n      \u003ctable class=\"specs-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eQuantity\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e4\/Case\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eShipping Weight\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e12.28 lb.\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eContainer Material\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003ePlastic\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eFeatures\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e\n              \u003cspan class=\"feature-tag\"\u003eBPA Free\u003c\/span\u003e\n              \u003cspan class=\"feature-tag\"\u003eDairy Free\u003c\/span\u003e\n              \u003cspan class=\"feature-tag\"\u003eGluten-Free\u003c\/span\u003e\n              \u003cspan class=\"feature-tag\"\u003eHalal\u003c\/span\u003e\n              \u003cspan class=\"feature-tag\"\u003eMade in America\u003c\/span\u003e\n              \u003cspan class=\"feature-tag\"\u003eNatural\u003c\/span\u003e\n              \u003cspan class=\"feature-tag\"\u003eNon-GMO\u003c\/span\u003e\n              \u003cspan class=\"feature-tag\"\u003eVegetarian\u003c\/span\u003e\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eFlavor\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e\n              \u003cspan class=\"flavor-item\"\u003eCane Sugar\u003c\/span\u003e\n              \u003cspan class=\"flavor-item\"\u003eCane Sugar \/ Simple Syrup\u003c\/span\u003e\n              \u003cspan class=\"flavor-item\"\u003eSimple Syrup\u003c\/span\u003e\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eFlavor Type\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eSweetener\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eMix Type\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e\n              \u003cspan class=\"mix-type\"\u003eFlavoring Syrups\u003c\/span\u003e\n              \u003cspan class=\"mix-type\"\u003eSweetener Syrups\u003c\/span\u003e\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003ePackage Size\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e1 liter\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003ePackage Type\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eBottles\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003ePump Application\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eSyrups\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eSweetener Type\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eClassic\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eTotal Case Size\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e1.05 Gallons\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eType\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eSweetener Syrups\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"product-details\"\u003e\n    \u003ch3\u003eProduct Details\u003c\/h3\u003e\n    \u003cp\u003ePerfect for specialty coffee, tea, skinny cocktails, and clean label sodas, this syrup delivers a pure, concentrated sweetness that dissolves instantly. Simply substitute Monin's classic or sugar-free sweetener syrup for this zero calorie natural flavoring in any recipe!\u003c\/p\u003e\n    \n    \u003cp\u003eIt offers an ideal solution for customers wishing to sweeten their drinks without adding a flavor, as well as without adding sugar, calories, or artificial ingredients. Made with extracts from Stevia leaves and Monk Fruit, your customers will love knowing their specialty drinks are being naturally sweetened with zero artificial flavors, colors, or preservatives.\u003c\/p\u003e\n    \n    \u003cp\u003ePackaged in a shatterproof plastic bottle, this flavoring syrup is an excellent addition to any restaurant, bar, coffee shop, or cafe. It boasts a sleek appearance for an attractive shelf presence and can easily be paired with a compatible pump for quick, efficient service during peak serving hours.\u003c\/p\u003e\n    \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. Focusing 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    \n    \u003cdiv class=\"recipe-section\"\u003e\n      \u003ch4\u003eRaspberry Sweet Tea\u003c\/h4\u003e\n      \u003cp class=\"recipe-intro\"\u003eOffer a refreshing, summertime favorite your guests will want to sip all day long! Monin Zero Calorie Natural Flavorings and Monin Sugar-Free Syrups are the perfect option for adding sweetness and flavor without sugar or calories. Containing low net carbs (0-2), each flavor is a delicious solution for today's sugar- and carb-conscious lifestyles.\u003c\/p\u003e\n      \u003cul class=\"recipe-list\"\u003e\n        \u003cli\u003e0.25 oz. Monin zero calorie natural raspberry flavoring syrup\u003c\/li\u003e\n        \u003cli\u003e0.25 oz. Monin zero calorie natural sweetener syrup\u003c\/li\u003e\n        \u003cli\u003e7 oz. iced tea\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp class=\"recipe-instructions\"\u003ePour ingredients into a serving glass over ice and gently mix. Garnish and serve.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.monin-product-description {\n  font-family: 'Helvetica Neue', Arial, sans-serif;\n  color: #333;\n  line-height: 1.6;\n  max-width: 1000px;\n  margin: 0 auto;\n}\n\n.product-intro h2 {\n  color: #2E8B57;\n  font-size: 28px;\n  margin-bottom: 15px;\n  border-bottom: 2px solid #E8F5E9;\n  padding-bottom: 10px;\n}\n\n.product-intro p {\n  font-size: 16px;\n  margin-bottom: 30px;\n  color: #555;\n}\n\n.specs-section {\n  margin-bottom: 40px;\n}\n\n.specs-section h3 {\n  color: #2E8B57;\n  font-size: 22px;\n  margin-bottom: 20px;\n  padding-bottom: 8px;\n  border-bottom: 1px solid #e0e0e0;\n}\n\n.specs-table-container {\n  overflow-x: auto;\n  border-radius: 8px;\n  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);\n}\n\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  background-color: white;\n}\n\n.specs-table tr:nth-child(even) {\n  background-color: #f9f9f9;\n}\n\n.specs-table tr:hover {\n  background-color: #f0f7f0;\n}\n\n.spec-label {\n  font-weight: 600;\n  padding: 14px 20px;\n  width: 30%;\n  background-color: #f5f9f5;\n  border-right: 1px solid #e0e0e0;\n  color: #2E8B57;\n}\n\n.spec-value {\n  padding: 14px 20px;\n  color: #555;\n}\n\n.feature-tag, .flavor-item, .mix-type {\n  display: inline-block;\n  background-color: #E8F5E9;\n  color: #2E8B57;\n  padding: 4px 10px;\n  margin: 2px 4px 2px 0;\n  border-radius: 4px;\n  font-size: 13px;\n  border: 1px solid #C8E6C9;\n}\n\n.product-details h3 {\n  color: #2E8B57;\n  font-size: 22px;\n  margin-bottom: 20px;\n  padding-bottom: 8px;\n  border-bottom: 1px solid #e0e0e0;\n}\n\n.product-details p {\n  margin-bottom: 20px;\n  font-size: 16px;\n}\n\n.recipe-section {\n  background-color: #f9f9f9;\n  padding: 25px;\n  border-radius: 8px;\n  border-left: 4px solid #4CAF50;\n  margin-top: 30px;\n}\n\n.recipe-section h4 {\n  color: #2E8B57;\n  margin-bottom: 15px;\n  font-size: 20px;\n  font-weight: 600;\n}\n\n.recipe-intro {\n  font-style: italic;\n  color: #666;\n  margin-bottom: 20px;\n  padding-bottom: 15px;\n  border-bottom: 1px dashed #ddd;\n}\n\n.recipe-list {\n  list-style-type: none;\n  padding-left: 0;\n  margin-bottom: 20px;\n}\n\n.recipe-list li {\n  padding: 10px 0;\n  padding-left: 30px;\n  position: relative;\n  border-bottom: 1px solid #eee;\n}\n\n.recipe-list li:before {\n  content: \"•\";\n  color: #4CAF50;\n  font-weight: bold;\n  position: absolute;\n  left: 15px;\n  font-size: 18px;\n}\n\n.recipe-instructions {\n  font-style: italic;\n  color: #666;\n  border-top: 1px dashed #ccc;\n  padding-top: 15px;\n  margin-top: 15px;\n}\n\n@media (max-width: 768px) {\n  .spec-label {\n    width: 40%;\n  }\n  \n  .monin-product-description {\n    padding: 0 15px;\n  }\n  \n  .feature-tag, .flavor-item, .mix-type {\n    display: block;\n    margin: 4px 0;\n  }\n}\n\u003c\/style\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42617864912980,"sku":null,"price":87.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/product841_2.png?v=1761457744"},{"product_id":"shott-cane-sugar-flavoring-syrup-1-liter-6-case","title":"SHOTT Cane Sugar Flavoring Syrup 1 Liter - 6\/Case","description":"\u003cdiv class=\"shott-product-description\"\u003e\n  \u003cdiv class=\"product-intro\"\u003e\n    \u003ch2\u003eSHOTT Cane Sugar Flavoring Syrup\u003c\/h2\u003e\n    \u003cp\u003eAdd irresistible sweetness to your beverage menu with this premium cane sugar flavoring syrup! Crafted with pure cane sugar for a sweet and neutral flavor that's perfect for a wide variety of applications.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"specs-section\"\u003e\n    \u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n    \u003cdiv class=\"specs-table-container\"\u003e\n      \u003ctable class=\"specs-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eQuantity\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e6\/Case\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eShipping Weight\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e18.6 lb.\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eContainer Material\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003ePlastic\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eFeatures\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e\n              \u003cspan class=\"feature-tag\"\u003eDairy Free\u003c\/span\u003e\n              \u003cspan class=\"feature-tag\"\u003eGluten-Free\u003c\/span\u003e\n              \u003cspan class=\"feature-tag\"\u003eHalal\u003c\/span\u003e\n              \u003cspan class=\"feature-tag\"\u003eKosher\u003c\/span\u003e\n              \u003cspan class=\"feature-tag\"\u003eVegan\u003c\/span\u003e\n              \u003cspan class=\"feature-tag\"\u003eVegetarian\u003c\/span\u003e\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eFlavor\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eCane Sugar \/ Simple Syrup\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eFlavor Type\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eSweetener\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eMix Type\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eFlavoring Syrups\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003ePackage Size\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e1 liter\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003ePackage Type\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eBottles\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eStyle\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eConcentrates\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eSugar Type\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eCane Sugar\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eSweetener Type\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eClassic\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eTotal Case Size\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e6 liters\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eType\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e\n              \u003cspan class=\"type-item\"\u003eCane Syrup\u003c\/span\u003e\n              \u003cspan class=\"type-item\"\u003eFlavoring Syrups\u003c\/span\u003e\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"product-details\"\u003e\n    \u003ch3\u003eProduct Details\u003c\/h3\u003e\n    \u003cp\u003eUnlike flavoring syrups that are formulated with synthetic compounds, this product contains no artificial flavors, colors, or sweeteners - just all-natural sweetness that you can feel great about serving! This flavoring syrup is ideal for making coffee drinks, milkshakes, smoothies, or cocktails. It makes a delicious addition to the menu of your coffee shop, cafe, bar, or restaurant!\u003c\/p\u003e\n    \n    \u003cp\u003eThis syrup is packaged in a 1 liter plastic bottle containing (50) 20 mL servings to keep your establishment in good supply. You can pour straight from the bottle or pair this product with a SHOTT 10 mL syrup pump (sold separately) to easily measure and cleanly dispense syrup! This deliciously authentic syrup performs well in both hot and cold beverages, making it a versatile addition to your menu.\u003c\/p\u003e\n    \n    \u003cp\u003eMade in New Zealand with a commitment to quality and flavor, this SHOTT flavoring syrup will bring sweetness to your beverages!\u003c\/p\u003e\n    \n    \u003cp\u003eFounded over 50 years ago in Wellington, New Zealand, SHOTT flavoring syrups bring all-natural flavor to the table. Crafted with passion and expertise, their extensive range of syrups and concentrates is made with real ingredients carefully selected for their high quality, ensuring unparalleled flavor in every sip. From classic flavors like vanilla and caramel to exotic options like yuzu and hibiscus, SHOTT offers a diverse selection to cater to every palate.\u003c\/p\u003e\n    \n    \u003cdiv class=\"recipe-section\"\u003e\n      \u003ch4\u003eKentucky Caramel Cocktail\u003c\/h4\u003e\n      \u003cul class=\"recipe-list\"\u003e\n        \u003cli\u003e15 mL SHOTT cane sugar flavoring syrup\u003c\/li\u003e\n        \u003cli\u003e15 mL SHOTT caramel flavoring syrup\u003c\/li\u003e\n        \u003cli\u003e30 mL bourbon\u003c\/li\u003e\n        \u003cli\u003e15 mL fresh lemon juice\u003c\/li\u003e\n        \u003cli\u003e15 mL egg white\u003c\/li\u003e\n        \u003cli\u003eIce\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp class=\"recipe-instructions\"\u003eCombine flavoring syrups, bourbon, lemon juice, and egg white in a cocktail shaker. Shake without ice until the egg has emulsified, then add ice and shake until the tin has frosted. Double strain into a pre-chilled glass and serve!\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.shott-product-description {\n  font-family: 'Helvetica Neue', Arial, sans-serif;\n  color: #333;\n  line-height: 1.6;\n  max-width: 1000px;\n  margin: 0 auto;\n}\n\n.product-intro h2 {\n  color: #8B4513;\n  font-size: 28px;\n  margin-bottom: 15px;\n  border-bottom: 2px solid #F5E8D0;\n  padding-bottom: 10px;\n}\n\n.product-intro p {\n  font-size: 16px;\n  margin-bottom: 30px;\n  color: #555;\n}\n\n.specs-section {\n  margin-bottom: 40px;\n}\n\n.specs-section h3 {\n  color: #8B4513;\n  font-size: 22px;\n  margin-bottom: 20px;\n  padding-bottom: 8px;\n  border-bottom: 1px solid #e0e0e0;\n}\n\n.specs-table-container {\n  overflow-x: auto;\n  border-radius: 8px;\n  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);\n}\n\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  background-color: white;\n}\n\n.specs-table tr:nth-child(even) {\n  background-color: #f9f9f9;\n}\n\n.specs-table tr:hover {\n  background-color: #f8f4f0;\n}\n\n.spec-label {\n  font-weight: 600;\n  padding: 14px 20px;\n  width: 30%;\n  background-color: #faf7f3;\n  border-right: 1px solid #e0e0e0;\n  color: #8B4513;\n}\n\n.spec-value {\n  padding: 14px 20px;\n  color: #555;\n}\n\n.feature-tag, .type-item {\n  display: inline-block;\n  background-color: #F5E8D0;\n  color: #8B4513;\n  padding: 4px 10px;\n  margin: 2px 4px 2px 0;\n  border-radius: 4px;\n  font-size: 13px;\n  border: 1px solid #E8D5B5;\n}\n\n.product-details h3 {\n  color: #8B4513;\n  font-size: 22px;\n  margin-bottom: 20px;\n  padding-bottom: 8px;\n  border-bottom: 1px solid #e0e0e0;\n}\n\n.product-details p {\n  margin-bottom: 20px;\n  font-size: 16px;\n}\n\n.recipe-section {\n  background-color: #f9f9f9;\n  padding: 25px;\n  border-radius: 8px;\n  border-left: 4px solid #D2691E;\n  margin-top: 30px;\n}\n\n.recipe-section h4 {\n  color: #8B4513;\n  margin-bottom: 20px;\n  font-size: 20px;\n  font-weight: 600;\n}\n\n.recipe-list {\n  list-style-type: none;\n  padding-left: 0;\n  margin-bottom: 20px;\n}\n\n.recipe-list li {\n  padding: 10px 0;\n  padding-left: 30px;\n  position: relative;\n  border-bottom: 1px solid #eee;\n}\n\n.recipe-list li:before {\n  content: \"•\";\n  color: #D2691E;\n  font-weight: bold;\n  position: absolute;\n  left: 15px;\n  font-size: 18px;\n}\n\n.recipe-instructions {\n  font-style: italic;\n  color: #666;\n  border-top: 1px dashed #ccc;\n  padding-top: 15px;\n  margin-top: 15px;\n}\n\n@media (max-width: 768px) {\n  .spec-label {\n    width: 40%;\n  }\n  \n  .shott-product-description {\n    padding: 0 15px;\n  }\n  \n  .feature-tag, .type-item {\n    display: block;\n    margin: 4px 0;\n  }\n}\n\u003c\/style\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42617868124244,"sku":null,"price":137.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/product842_1.png?v=1761458014"},{"product_id":"davinci-gourmet-classic-agave-flavoring-syrup-750-ml-4-case","title":"DaVinci Gourmet Classic Agave Flavoring Syrup 750 mL - 4\/Case","description":"\u003cdiv class=\"davinci-product-description\"\u003e\n  \u003cdiv class=\"product-intro\"\u003e\n    \u003ch2\u003eDaVinci Gourmet Agave Flavoring Syrup\u003c\/h2\u003e\n    \u003cp\u003eChoose from over 60 classic flavors, and discover the rich taste and quality consistency in each and every DaVinci Gourmet product, including this classic agave flavoring syrup!\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"specs-section\"\u003e\n    \u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n    \u003cdiv class=\"specs-table-container\"\u003e\n      \u003ctable class=\"specs-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eQuantity\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e4\/Case\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eShipping Weight\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e9.49 lb.\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eContainer Material\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003ePlastic\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eFeatures\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e\n              \u003cspan class=\"feature-tag\"\u003eKosher\u003c\/span\u003e\n              \u003cspan class=\"feature-tag\"\u003eMade in America\u003c\/span\u003e\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eFlavor\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eAgave\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eFlavor Type\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eSweetener\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003ePackage Size\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e750 mL\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003ePackage Type\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eBottles\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eStyle\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eLiquid\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eSugar Type\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eCane Sugar\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eSweetener Type\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eClassic\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eTotal Case Size\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e3 liters\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eType\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e\n              \u003cspan class=\"type-item\"\u003eAgave Syrups\u003c\/span\u003e\n              \u003cspan class=\"type-item\"\u003eFlavoring Syrups\u003c\/span\u003e\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"product-details\"\u003e\n    \u003ch3\u003eProduct Details\u003c\/h3\u003e\n    \u003cp\u003eDaVinci Gourmet flavoring syrups are made from pure cane sugar and agave nectar to complement your beverages without overpowering them or being too sweet. They are specially formulated to hold up well under heat, making them the perfect choice for espresso-based drinks, brewed coffee or tea, and more.\u003c\/p\u003e\n    \n    \u003cp\u003eFrom the tropical blue agave plant native to Southern Mexico, agave nectar is slightly sweeter than honey and cane sugar, but it has a mild, clean taste and quick-dissolving properties that mix well with a variety of beverages, including iced coffees, teas, lattes, lemonades, steamers, and even smoothies.\u003c\/p\u003e\n    \n    \u003cp\u003eTry using it to add sweetness to ingredients during cooking or baking. Agave nectar is sometimes called honey water and is often used as a honey or sugar substitute in many recipes.\u003c\/p\u003e\n    \n    \u003cp\u003eOne splash of flavoring syrup goes a long way, and flavored beverages enhance your menu with new, appealing items. This user-friendly plastic bottle is easy for your baristas and restaurant staff to handle. Sold in gourmet coffee shops, specialty food stores, food service outlets, and grocery stores, DaVinci Gourmet products, like this agave syrup, have a long history of commitment to quality and superior taste.\u003c\/p\u003e\n    \n    \u003cdiv class=\"usage-section\"\u003e\n      \u003ch4\u003ePerfect For:\u003c\/h4\u003e\n      \u003cdiv class=\"usage-grid\"\u003e\n        \u003cdiv class=\"usage-item\"\u003e\n          \u003cspan class=\"usage-icon\"\u003e☕\u003c\/span\u003e\n          \u003cspan class=\"usage-text\"\u003eEspresso Drinks\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"usage-item\"\u003e\n          \u003cspan class=\"usage-icon\"\u003e🍵\u003c\/span\u003e\n          \u003cspan class=\"usage-text\"\u003eBrewed Coffee \u0026amp; Tea\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"usage-item\"\u003e\n          \u003cspan class=\"usage-icon\"\u003e🥤\u003c\/span\u003e\n          \u003cspan class=\"usage-text\"\u003eIced Beverages\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"usage-item\"\u003e\n          \u003cspan class=\"usage-icon\"\u003e🍋\u003c\/span\u003e\n          \u003cspan class=\"usage-text\"\u003eLemonades\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"usage-item\"\u003e\n          \u003cspan class=\"usage-icon\"\u003e🥛\u003c\/span\u003e\n          \u003cspan class=\"usage-text\"\u003eSmoothies\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"usage-item\"\u003e\n          \u003cspan class=\"usage-icon\"\u003e👨‍🍳\u003c\/span\u003e\n          \u003cspan class=\"usage-text\"\u003eCooking \u0026amp; Baking\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.davinci-product-description {\n  font-family: 'Helvetica Neue', Arial, sans-serif;\n  color: #333;\n  line-height: 1.6;\n  max-width: 1000px;\n  margin: 0 auto;\n}\n\n.product-intro h2 {\n  color: #6B8E23;\n  font-size: 28px;\n  margin-bottom: 15px;\n  border-bottom: 2px solid #F0F8E7;\n  padding-bottom: 10px;\n}\n\n.product-intro p {\n  font-size: 16px;\n  margin-bottom: 30px;\n  color: #555;\n}\n\n.specs-section {\n  margin-bottom: 40px;\n}\n\n.specs-section h3 {\n  color: #6B8E23;\n  font-size: 22px;\n  margin-bottom: 20px;\n  padding-bottom: 8px;\n  border-bottom: 1px solid #e0e0e0;\n}\n\n.specs-table-container {\n  overflow-x: auto;\n  border-radius: 8px;\n  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);\n}\n\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  background-color: white;\n}\n\n.specs-table tr:nth-child(even) {\n  background-color: #f9f9f9;\n}\n\n.specs-table tr:hover {\n  background-color: #f0f8e7;\n}\n\n.spec-label {\n  font-weight: 600;\n  padding: 14px 20px;\n  width: 30%;\n  background-color: #f5f9f0;\n  border-right: 1px solid #e0e0e0;\n  color: #6B8E23;\n}\n\n.spec-value {\n  padding: 14px 20px;\n  color: #555;\n}\n\n.feature-tag, .type-item {\n  display: inline-block;\n  background-color: #F0F8E7;\n  color: #6B8E23;\n  padding: 4px 10px;\n  margin: 2px 4px 2px 0;\n  border-radius: 4px;\n  font-size: 13px;\n  border: 1px solid #D4E6B5;\n}\n\n.product-details h3 {\n  color: #6B8E23;\n  font-size: 22px;\n  margin-bottom: 20px;\n  padding-bottom: 8px;\n  border-bottom: 1px solid #e0e0e0;\n}\n\n.product-details p {\n  margin-bottom: 20px;\n  font-size: 16px;\n}\n\n.usage-section {\n  background-color: #f9f9f9;\n  padding: 25px;\n  border-radius: 8px;\n  border-left: 4px solid #8FBC8F;\n  margin-top: 30px;\n}\n\n.usage-section h4 {\n  color: #6B8E23;\n  margin-bottom: 20px;\n  font-size: 20px;\n  font-weight: 600;\n  text-align: center;\n}\n\n.usage-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n  gap: 15px;\n}\n\n.usage-item {\n  display: flex;\n  align-items: center;\n  padding: 12px;\n  background-color: white;\n  border-radius: 6px;\n  border: 1px solid #e0e0e0;\n  transition: transform 0.2s ease;\n}\n\n.usage-item:hover {\n  transform: translateY(-2px);\n  box-shadow: 0 2px 8px rgba(0,0,0,0.1);\n}\n\n.usage-icon {\n  font-size: 20px;\n  margin-right: 12px;\n  width: 30px;\n  text-align: center;\n}\n\n.usage-text {\n  font-size: 14px;\n  color: #555;\n  font-weight: 500;\n}\n\n@media (max-width: 768px) {\n  .spec-label {\n    width: 40%;\n  }\n  \n  .davinci-product-description {\n    padding: 0 15px;\n  }\n  \n  .feature-tag, .type-item {\n    display: block;\n    margin: 4px 0;\n  }\n  \n  .usage-grid {\n    grid-template-columns: 1fr;\n  }\n}\n\u003c\/style\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42617872973908,"sku":null,"price":75.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/product843_1.png?v=1761458309"},{"product_id":"malt-products-taprite-42de-tapioca-syrup-5-gallon","title":"Malt Products TapRite 42DE Tapioca Syrup 5 Gallon","description":"\u003cdiv class=\"tapioca-product-description\"\u003e\n  \u003cdiv class=\"product-intro\"\u003e\n    \u003ch2\u003eMalt Products TapRite 42 DE Tapioca Syrup\u003c\/h2\u003e\n    \u003cp\u003eAdd naturally derived sweetness to your beverages, desserts, and entrees with this premium bulk tapioca syrup! Made from sustainably sourced non-GMO cassava and delivers a pleasant sweetness similar to standard corn syrup.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"specs-section\"\u003e\n    \u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n    \u003cdiv class=\"specs-table-container\"\u003e\n      \u003ctable class=\"specs-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eQuantity\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e1\/Each\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eShipping Weight\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e62.9 lb.\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eFeatures\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e\n              \u003cspan class=\"feature-tag\"\u003eGluten-Free\u003c\/span\u003e\n              \u003cspan class=\"feature-tag\"\u003eKosher\u003c\/span\u003e\n              \u003cspan class=\"feature-tag\"\u003eNon-GMO\u003c\/span\u003e\n              \u003cspan class=\"feature-tag\"\u003eVegan\u003c\/span\u003e\n              \u003cspan class=\"feature-tag\"\u003eVegetarian\u003c\/span\u003e\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003ePackage Size\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e5 Gallons\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003ePackage Type\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eBulk\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eType\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e\n              \u003cspan class=\"type-item\"\u003eBulk Syrups\u003c\/span\u003e\n              \u003cspan class=\"type-item\"\u003eTapioca Syrup\u003c\/span\u003e\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"product-details\"\u003e\n    \u003ch3\u003eProduct Details\u003c\/h3\u003e\n    \u003cp\u003eThis versatile bulk product has a wide variety of uses in your busy kitchen, making it an essential ingredient to keep on hand! Tapioca syrup is free from any distinct odors and flavors, making it a neutral sweetener. It's a perfect substitute for sugar, honey, molasses, maple syrup, or corn syrup in baked goods, prepared foods, and beverages!\u003c\/p\u003e\n    \n    \u003cp\u003eIn culinary applications, TapRite offers a host of benefits! It's well-suited for use in baked goods, where it promotes browning in the crust and crumb and adds a pleasantly chewy mouthfeel. Add tapioca syrup to dressings, sauces, and marinades to bring pleasant sweetness to a wide variety of dishes.\u003c\/p\u003e\n    \n    \u003cp\u003eIt makes an excellent binding agent for cereals, meat products, and snack foods, while enhancing color and flavor. Plus, tapioca syrup is a natural preservative, meaning you can use it to naturally extend the shelf life of your products without adding chemical preservatives to your ingredient labels.\u003c\/p\u003e\n    \n    \u003cp\u003eBest of all, this product is packaged in a bulk 5 gallon pail, ensuring your high-volume establishment will remain well stocked with this essential ingredient!\u003c\/p\u003e\n    \n    \u003cdiv class=\"applications-section\"\u003e\n      \u003ch4\u003ePerfect For Commercial Use In:\u003c\/h4\u003e\n      \u003cdiv class=\"applications-grid\"\u003e\n        \u003cdiv class=\"application-item\"\u003e\n          \u003cspan class=\"app-icon\"\u003e🥐\u003c\/span\u003e\n          \u003cdiv class=\"app-content\"\u003e\n            \u003ch5\u003eBaked Goods\u003c\/h5\u003e\n            \u003cp\u003ePromotes browning and adds chewy texture\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"application-item\"\u003e\n          \u003cspan class=\"app-icon\"\u003e🥤\u003c\/span\u003e\n          \u003cdiv class=\"app-content\"\u003e\n            \u003ch5\u003eBeverages\u003c\/h5\u003e\n            \u003cp\u003eNeutral sweetener for drinks and cocktails\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"application-item\"\u003e\n          \u003cspan class=\"app-icon\"\u003e🥗\u003c\/span\u003e\n          \u003cdiv class=\"app-content\"\u003e\n            \u003ch5\u003eDressings \u0026amp; Sauces\u003c\/h5\u003e\n            \u003cp\u003eAdds sweetness to marinades and dressings\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"application-item\"\u003e\n          \u003cspan class=\"app-icon\"\u003e🍖\u003c\/span\u003e\n          \u003cdiv class=\"app-content\"\u003e\n            \u003ch5\u003eMeat Products\u003c\/h5\u003e\n            \u003cp\u003eExcellent binding agent and flavor enhancer\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"application-item\"\u003e\n          \u003cspan class=\"app-icon\"\u003e🥣\u003c\/span\u003e\n          \u003cdiv class=\"app-content\"\u003e\n            \u003ch5\u003eCereals \u0026amp; Snacks\u003c\/h5\u003e\n            \u003cp\u003ePerfect for binding and sweetening\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"application-item\"\u003e\n          \u003cspan class=\"app-icon\"\u003e📦\u003c\/span\u003e\n          \u003cdiv class=\"app-content\"\u003e\n            \u003ch5\u003eFood Preservation\u003c\/h5\u003e\n            \u003cp\u003eNatural preservative extends shelf life\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"benefits-section\"\u003e\n      \u003ch4\u003eKey Benefits\u003c\/h4\u003e\n      \u003cdiv class=\"benefits-list\"\u003e\n        \u003cdiv class=\"benefit-item\"\u003e\n          \u003cspan class=\"benefit-icon\"\u003e🌱\u003c\/span\u003e\n          \u003cspan\u003eSustainably sourced non-GMO cassava\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"benefit-item\"\u003e\n          \u003cspan class=\"benefit-icon\"\u003e🍯\u003c\/span\u003e\n          \u003cspan\u003ePerfect substitute for sugar, honey, and corn syrup\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"benefit-item\"\u003e\n          \u003cspan class=\"benefit-icon\"\u003e👃\u003c\/span\u003e\n          \u003cspan\u003eNeutral flavor - no distinct odors or aftertaste\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"benefit-item\"\u003e\n          \u003cspan class=\"benefit-icon\"\u003e🏭\u003c\/span\u003e\n          \u003cspan\u003eBulk 5-gallon packaging for high-volume use\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"brand-section\"\u003e\n      \u003ch4\u003eAbout Malt Products\u003c\/h4\u003e\n      \u003cp\u003eSince 1957, Malt Products has focused on providing custom-blended sweeteners made from domestically produced grains for food and beverage manufacturers. Their line of products includes sweeteners made from barley, oats, corn, and rice, as well as molasses, tapioca syrup, agave syrup, and honey.\u003c\/p\u003e\n      \u003cp\u003eWith a commitment to the security and reliability of their production chain, Malt Products dries many of their grains in house for complete control over the flavor, aroma, and nutrient content of their products. Built on a legacy of quality and service, Malt Products are a sweet choice for your establishment!\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.tapioca-product-description {\n  font-family: 'Helvetica Neue', Arial, sans-serif;\n  color: #333;\n  line-height: 1.6;\n  max-width: 1000px;\n  margin: 0 auto;\n}\n\n.product-intro h2 {\n  color: #8B7355;\n  font-size: 28px;\n  margin-bottom: 15px;\n  border-bottom: 2px solid #F5F0E6;\n  padding-bottom: 10px;\n}\n\n.product-intro p {\n  font-size: 16px;\n  margin-bottom: 30px;\n  color: #555;\n}\n\n.specs-section {\n  margin-bottom: 40px;\n}\n\n.specs-section h3 {\n  color: #8B7355;\n  font-size: 22px;\n  margin-bottom: 20px;\n  padding-bottom: 8px;\n  border-bottom: 1px solid #e0e0e0;\n}\n\n.specs-table-container {\n  overflow-x: auto;\n  border-radius: 8px;\n  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);\n}\n\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  background-color: white;\n}\n\n.specs-table tr:nth-child(even) {\n  background-color: #f9f9f9;\n}\n\n.specs-table tr:hover {\n  background-color: #f5f0e6;\n}\n\n.spec-label {\n  font-weight: 600;\n  padding: 16px 20px;\n  width: 30%;\n  background-color: #faf7f2;\n  border-right: 1px solid #e0e0e0;\n  color: #8B7355;\n}\n\n.spec-value {\n  padding: 16px 20px;\n  color: #555;\n}\n\n.feature-tag, .type-item {\n  display: inline-block;\n  background-color: #F5F0E6;\n  color: #8B7355;\n  padding: 6px 12px;\n  margin: 3px 5px 3px 0;\n  border-radius: 4px;\n  font-size: 13px;\n  border: 1px solid #E8DFD0;\n  font-weight: 500;\n}\n\n.product-details h3 {\n  color: #8B7355;\n  font-size: 22px;\n  margin-bottom: 20px;\n  padding-bottom: 8px;\n  border-bottom: 1px solid #e0e0e0;\n}\n\n.product-details p {\n  margin-bottom: 20px;\n  font-size: 16px;\n}\n\n.applications-section {\n  margin: 40px 0;\n}\n\n.applications-section h4 {\n  color: #8B7355;\n  font-size: 20px;\n  margin-bottom: 25px;\n  text-align: center;\n}\n\n.applications-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n  gap: 20px;\n}\n\n.application-item {\n  display: flex;\n  align-items: flex-start;\n  padding: 20px;\n  background-color: #f9f9f9;\n  border-radius: 8px;\n  border-left: 4px solid #D2B48C;\n  transition: transform 0.2s ease;\n}\n\n.application-item:hover {\n  transform: translateY(-3px);\n  box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n}\n\n.app-icon {\n  font-size: 24px;\n  margin-right: 15px;\n  width: 40px;\n  text-align: center;\n}\n\n.app-content h5 {\n  color: #8B7355;\n  margin: 0 0 8px 0;\n  font-size: 16px;\n  font-weight: 600;\n}\n\n.app-content p {\n  margin: 0;\n  font-size: 14px;\n  color: #666;\n  line-height: 1.5;\n}\n\n.benefits-section {\n  background-color: #f9f9f9;\n  padding: 25px;\n  border-radius: 8px;\n  margin: 30px 0;\n}\n\n.benefits-section h4 {\n  color: #8B7355;\n  font-size: 20px;\n  margin-bottom: 20px;\n  text-align: center;\n}\n\n.benefits-list {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n  gap: 15px;\n}\n\n.benefit-item {\n  display: flex;\n  align-items: center;\n  padding: 12px;\n  background-color: white;\n  border-radius: 6px;\n  border: 1px solid #e0e0e0;\n}\n\n.benefit-icon {\n  font-size: 18px;\n  margin-right: 12px;\n  width: 30px;\n  text-align: center;\n}\n\n.brand-section {\n  background-color: #f5f0e6;\n  padding: 25px;\n  border-radius: 8px;\n  margin-top: 30px;\n}\n\n.brand-section h4 {\n  color: #8B7355;\n  font-size: 20px;\n  margin-bottom: 15px;\n}\n\n.brand-section p {\n  margin-bottom: 15px;\n}\n\n@media (max-width: 768px) {\n  .spec-label {\n    width: 40%;\n  }\n  \n  .tapioca-product-description {\n    padding: 0 15px;\n  }\n  \n  .feature-tag, .type-item {\n    display: block;\n    margin: 5px 0;\n  }\n  \n  .applications-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .benefits-list {\n    grid-template-columns: 1fr;\n  }\n  \n  .application-item {\n    flex-direction: column;\n    text-align: center;\n  }\n  \n  .app-icon {\n    margin-right: 0;\n    margin-bottom: 10px;\n  }\n}\n\u003c\/style\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42617876807764,"sku":null,"price":263.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/product844_2.png?v=1761458672"},{"product_id":"bossen-cane-sugar-syrup-5-gallon-55-lb","title":"Bossen Cane Sugar Syrup 5 Gallon (55 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\u003eBossen Cane Sugar Syrup - Product Description\u003c\/title\u003e\n    \u003cstyle\u003e\n        \/* Custom styles for the product description *\/\n        .product-description {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            color: #333;\n            line-height: 1.6;\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .product-title {\n            font-size: 2.5rem;\n            font-weight: 700;\n            color: #2c3e50;\n            margin-bottom: 20px;\n            border-bottom: 2px solid #f1c40f;\n            padding-bottom: 10px;\n        }\n        \n        .product-subtitle {\n            font-size: 1.5rem;\n            font-weight: 600;\n            color: #3498db;\n            margin: 30px 0 15px;\n        }\n        \n        .product-highlights {\n            background-color: #f8f9fa;\n            border-left: 4px solid #3498db;\n            padding: 15px 20px;\n            margin: 20px 0;\n            border-radius: 0 8px 8px 0;\n        }\n        \n        .product-highlights ul {\n            margin: 0;\n            padding-left: 20px;\n        }\n        \n        .product-highlights li {\n            margin-bottom: 8px;\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 30px 0;\n            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\n            border-radius: 10px;\n            overflow: hidden;\n        }\n        \n        .specs-table th {\n            background-color: #2c3e50;\n            color: white;\n            text-align: left;\n            padding: 15px;\n            font-weight: 600;\n            font-size: 1.1rem;\n        }\n        \n        .specs-table td {\n            padding: 15px;\n            border-bottom: 1px solid #e0e0e0;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: #f8f9fa;\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .specs-table tr:hover {\n            background-color: #e8f4fc;\n        }\n        \n        .feature-badges {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px;\n            margin: 15px 0;\n        }\n        \n        .feature-badge {\n            background-color: #e8f4fc;\n            color: #2980b9;\n            padding: 5px 12px;\n            border-radius: 20px;\n            font-size: 0.9rem;\n            font-weight: 500;\n        }\n        \n        .usage-section {\n            background-color: #fff8e1;\n            border-radius: 10px;\n            padding: 20px;\n            margin: 25px 0;\n            border-left: 4px solid #f1c40f;\n        }\n        \n        .usage-title {\n            font-weight: 600;\n            color: #e67e22;\n            margin-bottom: 10px;\n        }\n        \n        .brand-section {\n            background-color: #e8f5e9;\n            border-radius: 10px;\n            padding: 20px;\n            margin: 25px 0;\n            border-left: 4px solid #27ae60;\n        }\n        \n        .brand-title {\n            font-weight: 600;\n            color: #27ae60;\n            margin-bottom: 10px;\n        }\n        \n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 2rem;\n            }\n            \n            .specs-table {\n                font-size: 0.9rem;\n            }\n            \n            .specs-table th, \n            .specs-table td {\n                padding: 10px;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-description\"\u003e\n        \u003ch1 class=\"product-title\"\u003eBossen Cane Sugar Syrup\u003c\/h1\u003e\n        \n        \u003cdiv class=\"product-highlights\"\u003e\n            \u003cp\u003e\u003cstrong\u003ePremium Sweetener for Beverages and Desserts\u003c\/strong\u003e\u003c\/p\u003e\n            \u003cul\u003e\n                \u003cli\u003eRich sugar cane flavor perfect for bubble teas, smoothies, and hot beverages\u003c\/li\u003e\n                \u003cli\u003eAllergen-free formula suitable for various dietary needs\u003c\/li\u003e\n                \u003cli\u003eConvenient 5-gallon bulk packaging ideal for busy establishments\u003c\/li\u003e\n                \u003cli\u003eNo refrigeration required after opening\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n        \n        \u003ch2 class=\"product-subtitle\"\u003eProduct Specifications\u003c\/h2\u003e\n        \n        \u003ctable class=\"specs-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\u003e\u003cstrong\u003eQuantity\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003e1\/Case\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003eShipping Weight\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003e58.44 lb.\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003eContainer Material\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003ePlastic\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003eFeatures\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003e\n                        \u003cdiv class=\"feature-badges\"\u003e\n                            \u003cspan class=\"feature-badge\"\u003eDairy Free\u003c\/span\u003e\n                            \u003cspan class=\"feature-badge\"\u003eGluten-Free\u003c\/span\u003e\n                            \u003cspan class=\"feature-badge\"\u003eLactose Free\u003c\/span\u003e\n                            \u003cspan class=\"feature-badge\"\u003ePeanut Free\u003c\/span\u003e\n                            \u003cspan class=\"feature-badge\"\u003eTree Nut Free\u003c\/span\u003e\n                            \u003cspan class=\"feature-badge\"\u003eVegan\u003c\/span\u003e\n                            \u003cspan class=\"feature-badge\"\u003eVegetarian\u003c\/span\u003e\n                        \u003c\/div\u003e\n                    \u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003eFlavor\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003eCane Sugar, Cane Sugar \/ Simple Syrup, Simple Syrup\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003eFlavor Type\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003eSweetener\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003ePackage Size\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003e5 Gallons, 640 fl. oz.\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003ePackage Type\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003eBulk\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003eSugar Type\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003eCane Sugar\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003eSweetener Type\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003eClassic\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003eType\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003eCane Syrup, Flavoring Syrups\u003c\/td\u003e\n                \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n        \u003c\/table\u003e\n        \n        \u003ch2 class=\"product-subtitle\"\u003eProduct Details\u003c\/h2\u003e\n        \n        \u003cp\u003eAdd irresistible sweetness to your signature beverages and desserts with this Bossen cane sugar syrup! This product offers a rich sugar cane flavor that makes it perfect for sweetening bubble teas, smoothies, hot teas, and other specialty beverages.\u003c\/p\u003e\n        \n        \u003cdiv class=\"usage-section\"\u003e\n            \u003cp class=\"usage-title\"\u003eUsage Instructions:\u003c\/p\u003e\n            \u003cp\u003eTo sweeten your beverages, use 1 to 2 fl. oz. of sweetener per 24 fl. oz. drink depending on the sweetness level desired. For even distribution of flavor, it is recommended to shake the container before use.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cp\u003eThis product is packaged in a bulk 55 lb. container. Each container holds approximately (640) 1 oz. servings, ensuring that your busy establishment will remain in good supply of this delicious ingredient.\u003c\/p\u003e\n        \n        \u003cp\u003eAfter opening, this product doesn't need to be refrigerated; simply replace the cap and store at room temperature! For freshness, it is recommended to use this product within 7 days of opening.\u003c\/p\u003e\n        \n        \u003cdiv class=\"brand-section\"\u003e\n            \u003cp class=\"brand-title\"\u003eAbout Bossen:\u003c\/p\u003e\n            \u003cp\u003eSince 2010, Bossen has specialized in creating premium boba products and fun Asian eats. They supply a diverse line of trendy offerings to satisfy the sweet tooth of any customer, from milk teas and Taiwanese-style snow ice to Bursting Boba pearls and frozen yogurt toppings! Explore Bossen's deliciously different products to find the perfect addition to your specialty drink 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":42617882345556,"sku":null,"price":234.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/product845_2.png?v=1761459481"},{"product_id":"sugar-in-the-raw-5-gram-packets-1-200-case","title":"Sugar In The Raw 5 Gram Packets - 1,200\/Case","description":"\u003cdiv class=\"sugar-product-description\"\u003e\n    \u003cdiv class=\"product-header\"\u003e\n        \u003ch1 class=\"product-title\"\u003eSugar In The Raw® Turbinado Cane Sugar\u003c\/h1\u003e\n        \u003cp class=\"product-tagline\"\u003eNatural Sweetness for Discerning Tastes\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"product-intro\"\u003e\n        \u003cdiv class=\"intro-content\"\u003e\n            \u003ch2 class=\"intro-headline\"\u003eAdd the finishing touch to your desserts and hot drinks with Sugar In The Raw.\u003c\/h2\u003e\n            \u003cdiv class=\"intro-text\"\u003e\n                \u003cp\u003eRather than using over-refined standard white sugar, try this natural alternative! Made from turbinado sugar cane grown in the tropics, this sugar will please your patrons with a preference for all-natural products. It's also naturally gluten-free for your patrons with specific dietary needs.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"product-highlights\"\u003e\n        \u003cdiv class=\"highlight-item\"\u003e\n            \u003cdiv class=\"highlight-icon\"\u003e🌿\u003c\/div\u003e\n            \u003ch3\u003eNatural \u0026amp; Unrefined\u003c\/h3\u003e\n            \u003cp\u003eMinimally processed to retain natural molasses flavor\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"highlight-item\"\u003e\n            \u003cdiv class=\"highlight-icon\"\u003e🥗\u003c\/div\u003e\n            \u003ch3\u003eDietary Friendly\u003c\/h3\u003e\n            \u003cp\u003eGluten-free and suitable for various dietary preferences\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"highlight-item\"\u003e\n            \u003cdiv class=\"highlight-icon\"\u003e📦\u003c\/div\u003e\n            \u003ch3\u003ePortion Control\u003c\/h3\u003e\n            \u003cp\u003eConvenient individual packs for perfect serving every time\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"specifications-section\"\u003e\n        \u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n        \u003cdiv class=\"specs-table-container\"\u003e\n            \u003ctable class=\"beautiful-specs-table\"\u003e\n                \u003cthead\u003e\n                    \u003ctr\u003e\n                        \u003cth colspan=\"2\"\u003eDetailed Product Information\u003c\/th\u003e\n                    \u003c\/tr\u003e\n                \u003c\/thead\u003e\n                \u003ctbody\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"spec-label\"\u003eQuantity\u003c\/td\u003e\n                        \u003ctd class=\"spec-value\"\u003e1,200\/Case\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"spec-label\"\u003eShipping Weight\u003c\/td\u003e\n                        \u003ctd class=\"spec-value\"\u003e13.55 lb.\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"spec-label\"\u003eFeatures\u003c\/td\u003e\n                        \u003ctd class=\"spec-value\"\u003e\n                            \u003cspan class=\"feature-tag\"\u003eGluten-Free\u003c\/span\u003e\n                            \u003cspan class=\"feature-tag\"\u003eKosher\u003c\/span\u003e\n                        \u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"spec-label\"\u003ePackage Size\u003c\/td\u003e\n                        \u003ctd class=\"spec-value\"\u003e5 grams\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"spec-label\"\u003ePackage Type\u003c\/td\u003e\n                        \u003ctd class=\"spec-value\"\u003ePortion Control Packs \u0026amp; Sticks\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"spec-label\"\u003eSugar Type\u003c\/td\u003e\n                        \u003ctd class=\"spec-value\"\u003eGranulated Sugar, Raw Sugar\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"spec-label\"\u003eType\u003c\/td\u003e\n                        \u003ctd class=\"spec-value\"\u003eSugar\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                \u003c\/tbody\u003e\n            \u003c\/table\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"usage-section\"\u003e\n        \u003ch2 class=\"section-title\"\u003ePerfect For\u003c\/h2\u003e\n        \u003cdiv class=\"usage-grid\"\u003e\n            \u003cdiv class=\"usage-item\"\u003e\n                \u003ch3\u003e☕ Hot Beverages\u003c\/h3\u003e\n                \u003cp\u003eEnhance coffee, tea, and hot chocolate with natural sweetness\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"usage-item\"\u003e\n                \u003ch3\u003e🍰 Desserts \u0026amp; Baking\u003c\/h3\u003e\n                \u003cp\u003eAdd rich flavor to cookies, cakes, and pastries\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"usage-item\"\u003e\n                \u003ch3\u003e🥛 Cereals \u0026amp; Oatmeal\u003c\/h3\u003e\n                \u003cp\u003ePerfect sweetener for breakfast favorites\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"usage-item\"\u003e\n                \u003ch3\u003e🍹 Specialty Drinks\u003c\/h3\u003e\n                \u003cp\u003eIdeal for craft cocktails and specialty beverages\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"benefits-section\"\u003e\n        \u003ch2 class=\"section-title\"\u003eWhy Choose Sugar In The Raw?\u003c\/h2\u003e\n        \u003cdiv class=\"benefits-content\"\u003e\n            \u003cdiv class=\"benefit-column\"\u003e\n                \u003ch3\u003e🌱 Natural Goodness\u003c\/h3\u003e\n                \u003cp\u003eOur turbinado sugar undergoes minimal processing, retaining the natural molasses that gives it a distinctive golden color and subtle caramel-like flavor.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"benefit-column\"\u003e\n                \u003ch3\u003e🏆 Premium Quality\u003c\/h3\u003e\n                \u003cp\u003eSourced from premium sugar cane grown in tropical regions, ensuring consistent quality and flavor profile that enhances any beverage or dessert.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"benefit-column\"\u003e\n                \u003ch3\u003e💼 Operational Efficiency\u003c\/h3\u003e\n                \u003cp\u003eIndividually wrapped portions reduce waste, maintain hygiene standards, and provide consistent serving sizes for your customers.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.sugar-product-description {\n    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;\n    color: #333;\n    line-height: 1.6;\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-bottom: 20px;\n    border-bottom: 2px solid #e8c39e;\n}\n\n.product-title {\n    font-size: 2.8rem;\n    font-weight: 700;\n    color: #8b4513;\n    margin-bottom: 10px;\n    letter-spacing: -0.5px;\n}\n\n.product-tagline {\n    font-size: 1.3rem;\n    color: #a0522d;\n    font-weight: 300;\n    font-style: italic;\n}\n\n.product-intro {\n    margin-bottom: 50px;\n}\n\n.intro-headline {\n    font-size: 1.8rem;\n    font-weight: 600;\n    color: #5d4037;\n    margin-bottom: 20px;\n    line-height: 1.3;\n}\n\n.intro-text p {\n    font-size: 1.1rem;\n    color: #555;\n    margin-bottom: 15px;\n}\n\n.product-highlights {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n    gap: 25px;\n    margin: 40px 0;\n}\n\n.highlight-item {\n    text-align: center;\n    padding: 25px 15px;\n    background: linear-gradient(135deg, #fdf6e3 0%, #faf0e6 100%);\n    border-radius: 12px;\n    box-shadow: 0 4px 15px rgba(139, 69, 19, 0.1);\n    transition: transform 0.3s ease;\n}\n\n.highlight-item:hover {\n    transform: translateY(-5px);\n}\n\n.highlight-icon {\n    font-size: 2.5rem;\n    margin-bottom: 15px;\n}\n\n.highlight-item h3 {\n    color: #8b4513;\n    margin-bottom: 10px;\n    font-size: 1.2rem;\n}\n\n.highlight-item p {\n    color: #666;\n    font-size: 0.95rem;\n}\n\n.section-title {\n    font-size: 2rem;\n    font-weight: 600;\n    color: #5d4037;\n    text-align: center;\n    margin: 50px 0 30px;\n    position: relative;\n}\n\n.section-title::after {\n    content: '';\n    display: block;\n    width: 80px;\n    height: 3px;\n    background: linear-gradient(90deg, #8b4513, #d2691e);\n    margin: 15px auto;\n    border-radius: 2px;\n}\n\n.specs-table-container {\n    overflow-x: auto;\n    margin: 30px 0;\n    border-radius: 12px;\n    box-shadow: 0 8px 25px rgba(139, 69, 19, 0.15);\n}\n\n.beautiful-specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    background: white;\n    border-radius: 12px;\n    overflow: hidden;\n}\n\n.beautiful-specs-table thead th {\n    background: linear-gradient(135deg, #8b4513 0%, #a0522d 100%);\n    color: white;\n    padding: 20px;\n    font-size: 1.3rem;\n    font-weight: 600;\n    text-align: center;\n    letter-spacing: 0.5px;\n}\n\n.beautiful-specs-table tbody tr {\n    transition: background-color 0.3s ease;\n}\n\n.beautiful-specs-table tbody tr:nth-child(even) {\n    background-color: #faf8f5;\n}\n\n.beautiful-specs-table tbody tr:hover {\n    background-color: #f5f0e6;\n}\n\n.spec-label {\n    padding: 18px 20px;\n    font-weight: 600;\n    color: #5d4037;\n    border-right: 2px solid #e8c39e;\n    width: 35%;\n    font-size: 1rem;\n}\n\n.spec-value {\n    padding: 18px 20px;\n    color: #555;\n    font-size: 1rem;\n}\n\n.feature-tag {\n    display: inline-block;\n    background: linear-gradient(135deg, #e8c39e 0%, #d2b48c 100%);\n    color: #5d4037;\n    padding: 6px 12px;\n    border-radius: 20px;\n    font-size: 0.85rem;\n    font-weight: 500;\n    margin-right: 8px;\n    margin-bottom: 5px;\n}\n\n.usage-section {\n    margin: 60px 0;\n}\n\n.usage-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n    gap: 25px;\n    margin-top: 30px;\n}\n\n.usage-item {\n    padding: 25px;\n    background: white;\n    border-radius: 12px;\n    box-shadow: 0 5px 20px rgba(139, 69, 19, 0.1);\n    border-left: 4px solid #d2691e;\n    transition: transform 0.3s ease;\n}\n\n.usage-item:hover {\n    transform: translateY(-3px);\n}\n\n.usage-item h3 {\n    color: #8b4513;\n    margin-bottom: 12px;\n    font-size: 1.2rem;\n}\n\n.usage-item p {\n    color: #666;\n    font-size: 0.95rem;\n    line-height: 1.5;\n}\n\n.benefits-section {\n    margin: 60px 0;\n    padding: 40px;\n    background: linear-gradient(135deg, #fdf6e3 0%, #faf0e6 100%);\n    border-radius: 16px;\n    box-shadow: 0 8px 25px rgba(139, 69, 19, 0.1);\n}\n\n.benefits-content {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n    gap: 30px;\n    margin-top: 30px;\n}\n\n.benefit-column {\n    padding: 20px;\n}\n\n.benefit-column h3 {\n    color: #8b4513;\n    margin-bottom: 15px;\n    font-size: 1.3rem;\n}\n\n.benefit-column p {\n    color: #555;\n    line-height: 1.6;\n}\n\n@media (max-width: 768px) {\n    .sugar-product-description {\n        padding: 15px;\n    }\n    \n    .product-title {\n        font-size: 2.2rem;\n    }\n    \n    .intro-headline {\n        font-size: 1.5rem;\n    }\n    \n    .section-title {\n        font-size: 1.7rem;\n    }\n    \n    .spec-label, .spec-value {\n        padding: 15px 12px;\n        font-size: 0.9rem;\n    }\n    \n    .benefits-section {\n        padding: 25px 20px;\n    }\n}\n\n@media (max-width: 480px) {\n    .product-highlights,\n    .usage-grid,\n    .benefits-content {\n        grid-template-columns: 1fr;\n    }\n    \n    .product-title {\n        font-size: 1.8rem;\n    }\n    \n    .beautiful-specs-table thead th {\n        font-size: 1.1rem;\n        padding: 15px;\n    }\n}\n\u003c\/style\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42617882607700,"sku":null,"price":77.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/product846_2.png?v=1761459834"},{"product_id":"malt-products-organic-agave-syrup-5-gallon","title":"Malt Products Organic Agave Syrup 5 Gallon","description":"\u003cdiv class=\"agave-product-description\"\u003e\n    \u003cdiv class=\"product-header\"\u003e\n        \u003ch1 class=\"product-title\"\u003eOrganic Agave Syrup\u003c\/h1\u003e\n        \u003cp class=\"product-subtitle\"\u003ePremium Natural Sweetener from Blue Agave Plants\u003c\/p\u003e\n        \u003cdiv class=\"certification-badges\"\u003e\n            \u003cspan class=\"badge organic\"\u003eUSDA Organic\u003c\/span\u003e\n            \u003cspan class=\"badge non-gmo\"\u003eNon-GMO\u003c\/span\u003e\n            \u003cspan class=\"badge kosher\"\u003eKosher\u003c\/span\u003e\n            \u003cspan class=\"badge vegan\"\u003eVegan\u003c\/span\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"product-highlights\"\u003e\n        \u003cdiv class=\"highlight-card\"\u003e\n            \u003cdiv class=\"highlight-icon\"\u003e🍯\u003c\/div\u003e\n            \u003ch3\u003e25% Sweeter\u003c\/h3\u003e\n            \u003cp\u003eMore potent than sugar or corn syrup - use less for the same sweetness\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"highlight-card\"\u003e\n            \u003cdiv class=\"highlight-icon\"\u003e🌵\u003c\/div\u003e\n            \u003ch3\u003eBlue Agave\u003c\/h3\u003e\n            \u003cp\u003eMade from organic blue agave plants for premium quality\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"highlight-card\"\u003e\n            \u003cdiv class=\"highlight-icon\"\u003e⚡\u003c\/div\u003e\n            \u003ch3\u003eInstant Solubility\u003c\/h3\u003e\n            \u003cp\u003eDisperses evenly in liquids without clumping or settling\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"highlight-card\"\u003e\n            \u003cdiv class=\"highlight-icon\"\u003e🇺🇸\u003c\/div\u003e\n            \u003ch3\u003eMade in USA\u003c\/h3\u003e\n            \u003cp\u003eProudly produced with domestic quality standards\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"specifications-section\"\u003e\n        \u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n        \u003cdiv class=\"specs-table-container\"\u003e\n            \u003ctable class=\"beautiful-specs-table\"\u003e\n                \u003cthead\u003e\n                    \u003ctr\u003e\n                        \u003cth colspan=\"2\"\u003eDetailed Product Information\u003c\/th\u003e\n                    \u003c\/tr\u003e\n                \u003c\/thead\u003e\n                \u003ctbody\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"spec-label\"\u003eQuantity\u003c\/td\u003e\n                        \u003ctd class=\"spec-value\"\u003e1\/Each\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"spec-label\"\u003eShipping Weight\u003c\/td\u003e\n                        \u003ctd class=\"spec-value\"\u003e63.1 lb.\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"spec-label\"\u003eFeatures\u003c\/td\u003e\n                        \u003ctd class=\"spec-value\"\u003e\n                            \u003cdiv class=\"feature-tags\"\u003e\n                                \u003cspan class=\"feature-tag\"\u003eGluten-Free\u003c\/span\u003e\n                                \u003cspan class=\"feature-tag\"\u003eKosher\u003c\/span\u003e\n                                \u003cspan class=\"feature-tag\"\u003eMade in America\u003c\/span\u003e\n                                \u003cspan class=\"feature-tag\"\u003eNon-GMO\u003c\/span\u003e\n                                \u003cspan class=\"feature-tag\"\u003eOrganic\u003c\/span\u003e\n                                \u003cspan class=\"feature-tag\"\u003eVegan\u003c\/span\u003e\n                                \u003cspan class=\"feature-tag\"\u003eVegetarian\u003c\/span\u003e\n                            \u003c\/div\u003e\n                        \u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"spec-label\"\u003eFlavor\u003c\/td\u003e\n                        \u003ctd class=\"spec-value\"\u003eAgave\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"spec-label\"\u003eFlavor Type\u003c\/td\u003e\n                        \u003ctd class=\"spec-value\"\u003eSweetener\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"spec-label\"\u003ePackage Size\u003c\/td\u003e\n                        \u003ctd class=\"spec-value\"\u003e5 Gallons\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"spec-label\"\u003ePackage Type\u003c\/td\u003e\n                        \u003ctd class=\"spec-value\"\u003eBulk\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"spec-label\"\u003eSweetener Type\u003c\/td\u003e\n                        \u003ctd class=\"spec-value\"\u003eClassic\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"spec-label\"\u003eType\u003c\/td\u003e\n                        \u003ctd class=\"spec-value\"\u003eAgave Syrups, Bulk Syrups, Syrups\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                \u003c\/tbody\u003e\n            \u003c\/table\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"product-details\"\u003e\n        \u003ch2 class=\"section-title\"\u003eProduct Details\u003c\/h2\u003e\n        \u003cdiv class=\"details-content\"\u003e\n            \u003cdiv class=\"detail-section\"\u003e\n                \u003ch3\u003e🌿 Natural Sweetness Perfected\u003c\/h3\u003e\n                \u003cp\u003eAdd naturally derived sweetness to your beverages, desserts, and entrees with this premium organic agave syrup! Sometimes known as agave nectar, this syrup is made from the juice contained in the core of organic blue agave plants. It features a light color, neutral flavor, smooth texture, and distinctive sweetness that enhances without overpowering.\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"detail-section\"\u003e\n                \u003ch3\u003e⚖️ Smart Sweetening Power\u003c\/h3\u003e\n                \u003cp\u003eAgave syrup is about \u003cstrong\u003e25% sweeter than sugar or corn syrup\u003c\/strong\u003e, making it a potent multi-purpose sweetener! When substituting agave syrup for sugar, corn syrup, honey, or maple syrup, remember to use it sparingly to account for its concentrated sweetness.\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"detail-section\"\u003e\n                \u003ch3\u003e🥤 Perfect for Beverages\u003c\/h3\u003e\n                \u003cp\u003eAgave syrup is renowned for its excellent solubility, meaning it disperses easily and evenly throughout liquids without taking time to dissolve. This makes it ideal for sweetening:\u003c\/p\u003e\n                \u003cul class=\"usage-list\"\u003e\n                    \u003cli\u003e☕ Teas and coffee\u003c\/li\u003e\n                    \u003cli\u003e🍹 Lemonades and fruit drinks\u003c\/li\u003e\n                    \u003cli\u003e🍸 Cocktails and mocktails\u003c\/li\u003e\n                    \u003cli\u003e🥃 Tequila-based drinks (perfect flavor pairing!)\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"detail-section\"\u003e\n                \u003ch3\u003e👨‍🍳 Versatile Culinary Applications\u003c\/h3\u003e\n                \u003cp\u003eBeyond beverages, agave syrup excels in various culinary applications:\u003c\/p\u003e\n                \u003cdiv class=\"application-grid\"\u003e\n                    \u003cdiv class=\"app-card\"\u003e\n                        \u003ch4\u003e🥗 Dressings \u0026amp; Sauces\u003c\/h4\u003e\n                        \u003cp\u003eDisperses more evenly than granulated sugars\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"app-card\"\u003e\n                        \u003ch4\u003e🍖 Marinades\u003c\/h4\u003e\n                        \u003cp\u003ePromotes browning through Maillard reaction\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"app-card\"\u003e\n                        \u003ch4\u003e🧁 Baking\u003c\/h4\u003e\n                        \u003cp\u003ePerfect for vegan and gluten-free recipes\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"app-card\"\u003e\n                        \u003ch4\u003e🍦 Desserts\u003c\/h4\u003e\n                        \u003cp\u003eAdds smooth sweetness to all sweet creations\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"detail-section\"\u003e\n                \u003ch3\u003e📦 Bulk Packaging Advantage\u003c\/h3\u003e\n                \u003cp\u003eThis product is packaged in a bulk 5-gallon pail to ensure your high-volume establishment remains well-supplied. The convenient packaging makes storage and dispensing efficient for busy commercial kitchens.\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=\"section-title\"\u003eAbout Malt Products\u003c\/h2\u003e\n        \u003cdiv class=\"brand-content\"\u003e\n            \u003cdiv class=\"brand-highlight\"\u003e\n                \u003ch3\u003e🏭 Since 1957\u003c\/h3\u003e\n                \u003cp\u003eMalt Products has focused on providing custom-blended sweeteners made from domestically produced grains for food and beverage manufacturers.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"brand-highlight\"\u003e\n                \u003ch3\u003e🌾 Quality Ingredients\u003c\/h3\u003e\n                \u003cp\u003eTheir product line includes sweeteners made from barley, oats, corn, rice, molasses, tapioca syrup, agave syrup, and honey.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"brand-highlight\"\u003e\n                \u003ch3\u003e🔒 Production Control\u003c\/h3\u003e\n                \u003cp\u003eWith complete control over their production chain, Malt Products dries many grains in-house to ensure consistent flavor, aroma, and nutrient content.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.agave-product-description {\n    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;\n    color: #2d5016;\n    line-height: 1.6;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 20px;\n    background: linear-gradient(135deg, #f8fff8 0%, #f0f8f0 100%);\n}\n\n.product-header {\n    text-align: center;\n    margin-bottom: 40px;\n    padding: 30px 20px;\n    background: linear-gradient(135deg, #4a7c1f 0%, #6ba839 100%);\n    border-radius: 16px;\n    color: white;\n    box-shadow: 0 8px 25px rgba(74, 124, 31, 0.3);\n}\n\n.product-title {\n    font-size: 2.8rem;\n    font-weight: 700;\n    margin-bottom: 10px;\n    letter-spacing: -0.5px;\n}\n\n.product-subtitle {\n    font-size: 1.3rem;\n    font-weight: 300;\n    margin-bottom: 20px;\n    opacity: 0.9;\n}\n\n.certification-badges {\n    display: flex;\n    justify-content: center;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 20px;\n}\n\n.badge {\n    padding: 8px 16px;\n    border-radius: 20px;\n    font-size: 0.85rem;\n    font-weight: 600;\n    letter-spacing: 0.5px;\n}\n\n.badge.organic {\n    background: #ff6b6b;\n    color: white;\n}\n\n.badge.non-gmo {\n    background: #4ecdc4;\n    color: white;\n}\n\n.badge.kosher {\n    background: #45b7d1;\n    color: white;\n}\n\n.badge.vegan {\n    background: #96ceb4;\n    color: white;\n}\n\n.product-highlights {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n    gap: 25px;\n    margin: 40px 0;\n}\n\n.highlight-card {\n    text-align: center;\n    padding: 30px 20px;\n    background: white;\n    border-radius: 12px;\n    box-shadow: 0 5px 20px rgba(74, 124, 31, 0.15);\n    border-top: 4px solid #6ba839;\n    transition: transform 0.3s ease, box-shadow 0.3s ease;\n}\n\n.highlight-card:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 8px 25px rgba(74, 124, 31, 0.25);\n}\n\n.highlight-icon {\n    font-size: 2.5rem;\n    margin-bottom: 15px;\n}\n\n.highlight-card h3 {\n    color: #4a7c1f;\n    margin-bottom: 12px;\n    font-size: 1.2rem;\n}\n\n.highlight-card p {\n    color: #555;\n    font-size: 0.95rem;\n    line-height: 1.5;\n}\n\n.section-title {\n    font-size: 2rem;\n    font-weight: 600;\n    color: #4a7c1f;\n    text-align: center;\n    margin: 50px 0 30px;\n    position: relative;\n}\n\n.section-title::after {\n    content: '';\n    display: block;\n    width: 80px;\n    height: 3px;\n    background: linear-gradient(90deg, #4a7c1f, #6ba839);\n    margin: 15px auto;\n    border-radius: 2px;\n}\n\n.specs-table-container {\n    overflow-x: auto;\n    margin: 30px 0;\n    border-radius: 12px;\n    box-shadow: 0 8px 25px rgba(74, 124, 31, 0.15);\n}\n\n.beautiful-specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    background: white;\n    border-radius: 12px;\n    overflow: hidden;\n}\n\n.beautiful-specs-table thead th {\n    background: linear-gradient(135deg, #4a7c1f 0%, #6ba839 100%);\n    color: white;\n    padding: 20px;\n    font-size: 1.3rem;\n    font-weight: 600;\n    text-align: center;\n    letter-spacing: 0.5px;\n}\n\n.beautiful-specs-table tbody tr {\n    transition: background-color 0.3s ease;\n}\n\n.beautiful-specs-table tbody tr:nth-child(even) {\n    background-color: #f8fff8;\n}\n\n.beautiful-specs-table tbody tr:hover {\n    background-color: #f0f8f0;\n}\n\n.spec-label {\n    padding: 18px 20px;\n    font-weight: 600;\n    color: #4a7c1f;\n    border-right: 2px solid #e8f5e8;\n    width: 35%;\n    font-size: 1rem;\n}\n\n.spec-value {\n    padding: 18px 20px;\n    color: #555;\n    font-size: 1rem;\n}\n\n.feature-tags {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n}\n\n.feature-tag {\n    display: inline-block;\n    background: linear-gradient(135deg, #e8f5e8 0%, #d4edda 100%);\n    color: #2d5016;\n    padding: 6px 12px;\n    border-radius: 20px;\n    font-size: 0.85rem;\n    font-weight: 500;\n    border: 1px solid #c8e6c9;\n}\n\n.product-details {\n    margin: 60px 0;\n}\n\n.details-content {\n    background: white;\n    border-radius: 16px;\n    padding: 40px;\n    box-shadow: 0 5px 20px rgba(74, 124, 31, 0.1);\n}\n\n.detail-section {\n    margin-bottom: 35px;\n}\n\n.detail-section:last-child {\n    margin-bottom: 0;\n}\n\n.detail-section h3 {\n    color: #4a7c1f;\n    font-size: 1.4rem;\n    margin-bottom: 15px;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n}\n\n.detail-section p {\n    color: #555;\n    font-size: 1.05rem;\n    line-height: 1.7;\n    margin-bottom: 15px;\n}\n\n.usage-list {\n    list-style: none;\n    padding: 0;\n    margin: 20px 0;\n}\n\n.usage-list li {\n    padding: 8px 0;\n    font-size: 1.05rem;\n    color: #555;\n}\n\n.application-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n    gap: 20px;\n    margin-top: 20px;\n}\n\n.app-card {\n    padding: 20px;\n    background: #f8fff8;\n    border-radius: 8px;\n    border-left: 4px solid #6ba839;\n}\n\n.app-card h4 {\n    color: #4a7c1f;\n    margin-bottom: 8px;\n    font-size: 1.1rem;\n}\n\n.app-card p {\n    color: #666;\n    font-size: 0.95rem;\n    margin: 0;\n}\n\n.brand-story {\n    margin: 60px 0;\n    padding: 40px;\n    background: linear-gradient(135deg, #e8f5e8 0%, #f0f8f0 100%);\n    border-radius: 16px;\n    box-shadow: 0 8px 25px rgba(74, 124, 31, 0.1);\n}\n\n.brand-content {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n    gap: 30px;\n    margin-top: 30px;\n}\n\n.brand-highlight {\n    padding: 25px;\n    background: white;\n    border-radius: 12px;\n    box-shadow: 0 3px 15px rgba(74, 124, 31, 0.1);\n}\n\n.brand-highlight h3 {\n    color: #4a7c1f;\n    margin-bottom: 15px;\n    font-size: 1.3rem;\n}\n\n.brand-highlight p {\n    color: #555;\n    line-height: 1.6;\n}\n\n@media (max-width: 768px) {\n    .agave-product-description {\n        padding: 15px;\n    }\n    \n    .product-title {\n        font-size: 2.2rem;\n    }\n    \n    .product-highlights {\n        grid-template-columns: 1fr;\n    }\n    \n    .section-title {\n        font-size: 1.7rem;\n    }\n    \n    .details-content {\n        padding: 25px 20px;\n    }\n    \n    .spec-label, .spec-value {\n        padding: 15px 12px;\n        font-size: 0.9rem;\n    }\n    \n    .brand-story {\n        padding: 25px 20px;\n    }\n}\n\n@media (max-width: 480px) {\n    .product-title {\n        font-size: 1.8rem;\n    }\n    \n    .certification-badges {\n        flex-direction: column;\n        align-items: center;\n    }\n    \n    .beautiful-specs-table thead th {\n        font-size: 1.1rem;\n        padding: 15px;\n    }\n    \n    .application-grid {\n        grid-template-columns: 1fr;\n    }\n    \n    .brand-content {\n        grid-template-columns: 1fr;\n    }\n}\n\u003c\/style\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42617885294676,"sku":null,"price":369.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/847_1.png?v=1761460111"},{"product_id":"butternut-mountain-farm-grade-a-dark-pure-vermont-maple-syrup-1-gallon","title":"Butternut Mountain Farm Grade A Dark Pure Vermont Maple Syrup 1 Gallon","description":"\u003cdiv class=\"maple-product-description\"\u003e\n    \u003cdiv class=\"product-header\"\u003e\n        \u003ch1 class=\"product-title\"\u003eButternut Mountain Farm Pure Vermont Maple Syrup\u003c\/h1\u003e\n        \u003cp class=\"product-subtitle\"\u003eGrade A Dark - Rich Maple Flavor from Vermont's Finest Groves\u003c\/p\u003e\n        \u003cdiv class=\"certification-badges\"\u003e\n            \u003cspan class=\"badge vermont\"\u003e100% Vermont\u003c\/span\u003e\n            \u003cspan class=\"badge grade\"\u003eGrade A Dark\u003c\/span\u003e\n            \u003cspan class=\"badge natural\"\u003eAll Natural\u003c\/span\u003e\n            \u003cspan class=\"badge vegan\"\u003eVegan\u003c\/span\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"product-highlights\"\u003e\n        \u003cdiv class=\"highlight-card\"\u003e\n            \u003cdiv class=\"highlight-icon\"\u003e🍁\u003c\/div\u003e\n            \u003ch3\u003eVermont Heritage\u003c\/h3\u003e\n            \u003cp\u003eTapped from 600-acre family-owned maple groves in Vermont\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"highlight-card\"\u003e\n            \u003cdiv class=\"highlight-icon\"\u003e🌰\u003c\/div\u003e\n            \u003ch3\u003eRich Flavor Profile\u003c\/h3\u003e\n            \u003cp\u003ePronounced maple flavor with caramel and brown sugar notes\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"highlight-card\"\u003e\n            \u003cdiv class=\"highlight-icon\"\u003e🔥\u003c\/div\u003e\n            \u003ch3\u003eHigh-Heat Cooking\u003c\/h3\u003e\n            \u003cp\u003eIdeal for baking and cooking applications\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"highlight-card\"\u003e\n            \u003cdiv class=\"highlight-icon\"\u003e🌿\u003c\/div\u003e\n            \u003ch3\u003eNatural Sweetener\u003c\/h3\u003e\n            \u003cp\u003eVegan-friendly alternative to refined sugars\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"specifications-section\"\u003e\n        \u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n        \u003cdiv class=\"specs-table-container\"\u003e\n            \u003ctable class=\"beautiful-specs-table\"\u003e\n                \u003cthead\u003e\n                    \u003ctr\u003e\n                        \u003cth colspan=\"2\"\u003eDetailed Product Information\u003c\/th\u003e\n                    \u003c\/tr\u003e\n                \u003c\/thead\u003e\n                \u003ctbody\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"spec-label\"\u003eQuantity\u003c\/td\u003e\n                        \u003ctd class=\"spec-value\"\u003e1\/Each\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"spec-label\"\u003eShipping Weight\u003c\/td\u003e\n                        \u003ctd class=\"spec-value\"\u003e11.6 lb.\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"spec-label\"\u003eFeatures\u003c\/td\u003e\n                        \u003ctd class=\"spec-value\"\u003e\n                            \u003cdiv class=\"feature-tags\"\u003e\n                                \u003cspan class=\"feature-tag\"\u003eGluten-Free\u003c\/span\u003e\n                                \u003cspan class=\"feature-tag\"\u003eKosher\u003c\/span\u003e\n                                \u003cspan class=\"feature-tag\"\u003eMade in America\u003c\/span\u003e\n                                \u003cspan class=\"feature-tag\"\u003eNon-GMO\u003c\/span\u003e\n                                \u003cspan class=\"feature-tag\"\u003eVegan\u003c\/span\u003e\n                                \u003cspan class=\"feature-tag\"\u003eVegetarian\u003c\/span\u003e\n                            \u003c\/div\u003e\n                        \u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"spec-label\"\u003eFlavor\u003c\/td\u003e\n                        \u003ctd class=\"spec-value\"\u003eMaple\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"spec-label\"\u003eGrade\u003c\/td\u003e\n                        \u003ctd class=\"spec-value\"\u003eGrade A - Dark\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"spec-label\"\u003ePackage Size\u003c\/td\u003e\n                        \u003ctd class=\"spec-value\"\u003e1 Gallon\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"spec-label\"\u003ePackage Type\u003c\/td\u003e\n                        \u003ctd class=\"spec-value\"\u003eBulk\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"spec-label\"\u003eSweetener Type\u003c\/td\u003e\n                        \u003ctd class=\"spec-value\"\u003eClassic\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"spec-label\"\u003eType\u003c\/td\u003e\n                        \u003ctd class=\"spec-value\"\u003eMaple Syrups, Pure Maple Syrups, Sugar Substitute\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                \u003c\/tbody\u003e\n            \u003c\/table\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"product-details\"\u003e\n        \u003ch2 class=\"section-title\"\u003eProduct Details\u003c\/h2\u003e\n        \u003cdiv class=\"details-content\"\u003e\n            \u003cdiv class=\"detail-section\"\u003e\n                \u003ch3\u003e🍁 Authentic Vermont Maple\u003c\/h3\u003e\n                \u003cp\u003eTapped from Vermont maple trees renowned for their vibrant fall foliage comes Butternut Mountain Farm 1 gallon grade A dark pure Vermont maple syrup. This dark-colored syrup has a pronounced maple flavor with complementing caramel and brown sugar notes that capture the essence of New England's finest maple groves.\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"detail-section\"\u003e\n                \u003ch3\u003e👨‍🍳 Versatile Culinary Applications\u003c\/h3\u003e\n                \u003cp\u003eAs a completely versatile ingredient, this syrup is particularly ideal for high-heat cooking and baking. The rich flavor profile stands up well to cooking temperatures while adding depth and complexity to your creations.\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"detail-section\"\u003e\n                \u003ch3\u003e🥞 Classic Breakfast Enhancement\u003c\/h3\u003e\n                \u003cp\u003eMaple syrup is iconically drizzled on:\u003c\/p\u003e\n                \u003cul class=\"usage-list\"\u003e\n                    \u003cli\u003e🥞 Pancakes and waffles\u003c\/li\u003e\n                    \u003cli\u003e🍞 French toast and breakfast breads\u003c\/li\u003e\n                    \u003cli\u003e🥛 Yogurt and fruit parfaits\u003c\/li\u003e\n                    \u003cli\u003e☕ Coffee and tea beverages\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"detail-section\"\u003e\n                \u003ch3\u003e🧁 Baking \u0026amp; Cooking Excellence\u003c\/h3\u003e\n                \u003cp\u003eBeyond breakfast, this premium maple syrup excels in various culinary applications:\u003c\/p\u003e\n                \u003cdiv class=\"application-grid\"\u003e\n                    \u003cdiv class=\"app-card\"\u003e\n                        \u003ch4\u003e🧁 Baked Goods\u003c\/h4\u003e\n                        \u003cp\u003eMuffins, breads, granolas, pies, and doughnuts\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"app-card\"\u003e\n                        \u003ch4\u003e🍯 Glazes \u0026amp; Sauces\u003c\/h4\u003e\n                        \u003cp\u003ePerfect for meat glazes and dessert sauces\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"app-card\"\u003e\n                        \u003ch4\u003e🥗 Dressings\u003c\/h4\u003e\n                        \u003cp\u003eVinaigrettes, mayonnaise, and salad dressings\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"app-card\"\u003e\n                        \u003ch4\u003e🍹 Beverages\u003c\/h4\u003e\n                        \u003cp\u003eCocktails, mocktails, and seasonal drinks\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"detail-section\"\u003e\n                \u003ch3\u003e🌿 Natural \u0026amp; Vegan-Friendly\u003c\/h3\u003e\n                \u003cp\u003eMaple syrup is a vegan-friendly sweetener to use as a substitute to white sugar. Because this maple syrup was extracted from a 600 acre tree farm in the hillsides of Vermont, it's a completely natural and healthier sweetener that runs with the flavor profile of its terroir and color from its extracting season.\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"detail-section\"\u003e\n                \u003ch3\u003e📦 Bulk Packaging Advantage\u003c\/h3\u003e\n                \u003cp\u003eThis maple syrup is housed in a bulk 1 gallon container to keep your busy kitchen, brewery, or bakery in good supply. The convenient packaging ensures you always have this essential ingredient on hand for high-volume operations.\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=\"section-title\"\u003eThe Butternut Mountain Farm Story\u003c\/h2\u003e\n        \u003cdiv class=\"brand-content\"\u003e\n            \u003cdiv class=\"brand-highlight\"\u003e\n                \u003ch3\u003e🏔️ Vermont Heritage\u003c\/h3\u003e\n                \u003cp\u003eDeep into the heart of Vermont's maple groves, where maple trees have been sustainably harvested for centuries, sits Butternut Mountain Farm's 600 acre forest. It is here, on the slopes of a mountain, where they extract sap from Vermont's world-renowned maple trees.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"brand-highlight\"\u003e\n                \u003ch3\u003e👨‍🌾 Family Tradition\u003c\/h3\u003e\n                \u003cp\u003eSome of the trees were even planted as seedlings over 50 years ago by the owners of Butternut Mountain Farm, the Marvin family. Each generation has perfected the art of maple sugaring further, championing real, 100% pure Vermont maple syrup.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"brand-highlight\"\u003e\n                \u003ch3\u003e⚡ Modern Craftsmanship\u003c\/h3\u003e\n                \u003cp\u003eThe sap is boiled into grade A maple syrup in their state-of-the-art facilities, combining traditional knowledge with modern technology to produce the highest quality maple syrup.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"usage-guide\"\u003e\n        \u003ch2 class=\"section-title\"\u003eSuggested Uses\u003c\/h2\u003e\n        \u003cdiv class=\"usage-grid\"\u003e\n            \u003cdiv class=\"usage-category\"\u003e\n                \u003ch4\u003e🥞 Breakfast\u003c\/h4\u003e\n                \u003cul\u003e\n                    \u003cli\u003ePancakes \u0026amp; Waffles\u003c\/li\u003e\n                    \u003cli\u003eFrench Toast\u003c\/li\u003e\n                    \u003cli\u003eOatmeal \u0026amp; Cereal\u003c\/li\u003e\n                    \u003cli\u003eBreakfast Pastries\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"usage-category\"\u003e\n                \u003ch4\u003e🧁 Baking\u003c\/h4\u003e\n                \u003cul\u003e\n                    \u003cli\u003eCookies \u0026amp; Bars\u003c\/li\u003e\n                    \u003cli\u003eCakes \u0026amp; Muffins\u003c\/li\u003e\n                    \u003cli\u003ePies \u0026amp; Tarts\u003c\/li\u003e\n                    \u003cli\u003eGranola \u0026amp; Snacks\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"usage-category\"\u003e\n                \u003ch4\u003e🍗 Cooking\u003c\/h4\u003e\n                \u003cul\u003e\n                    \u003cli\u003eMeat Glazes\u003c\/li\u003e\n                    \u003cli\u003eSalad Dressings\u003c\/li\u003e\n                    \u003cli\u003eMarinades\u003c\/li\u003e\n                    \u003cli\u003eSauces \u0026amp; Gravies\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"usage-category\"\u003e\n                \u003ch4\u003e🍹 Beverages\u003c\/h4\u003e\n                \u003cul\u003e\n                    \u003cli\u003eCoffee \u0026amp; Tea\u003c\/li\u003e\n                    \u003cli\u003eCocktails\u003c\/li\u003e\n                    \u003cli\u003eMocktails\u003c\/li\u003e\n                    \u003cli\u003eSpecialty Lattes\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.maple-product-description {\n    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;\n    color: #5d4037;\n    line-height: 1.6;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 20px;\n    background: linear-gradient(135deg, #fff8f0 0%, #fff0e0 100%);\n}\n\n.product-header {\n    text-align: center;\n    margin-bottom: 40px;\n    padding: 30px 20px;\n    background: linear-gradient(135deg, #8b4513 0%, #a0522d 100%);\n    border-radius: 16px;\n    color: white;\n    box-shadow: 0 8px 25px rgba(139, 69, 19, 0.3);\n}\n\n.product-title {\n    font-size: 2.5rem;\n    font-weight: 700;\n    margin-bottom: 10px;\n    letter-spacing: -0.5px;\n}\n\n.product-subtitle {\n    font-size: 1.3rem;\n    font-weight: 300;\n    margin-bottom: 20px;\n    opacity: 0.9;\n}\n\n.certification-badges {\n    display: flex;\n    justify-content: center;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 20px;\n}\n\n.badge {\n    padding: 8px 16px;\n    border-radius: 20px;\n    font-size: 0.85rem;\n    font-weight: 600;\n    letter-spacing: 0.5px;\n}\n\n.badge.vermont {\n    background: #d2691e;\n    color: white;\n}\n\n.badge.grade {\n    background: #8b4513;\n    color: white;\n}\n\n.badge.natural {\n    background: #cd853f;\n    color: white;\n}\n\n.badge.vegan {\n    background: #daa520;\n    color: white;\n}\n\n.product-highlights {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n    gap: 25px;\n    margin: 40px 0;\n}\n\n.highlight-card {\n    text-align: center;\n    padding: 30px 20px;\n    background: white;\n    border-radius: 12px;\n    box-shadow: 0 5px 20px rgba(139, 69, 19, 0.15);\n    border-top: 4px solid #d2691e;\n    transition: transform 0.3s ease, box-shadow 0.3s ease;\n}\n\n.highlight-card:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 8px 25px rgba(139, 69, 19, 0.25);\n}\n\n.highlight-icon {\n    font-size: 2.5rem;\n    margin-bottom: 15px;\n}\n\n.highlight-card h3 {\n    color: #8b4513;\n    margin-bottom: 12px;\n    font-size: 1.2rem;\n}\n\n.highlight-card p {\n    color: #555;\n    font-size: 0.95rem;\n    line-height: 1.5;\n}\n\n.section-title {\n    font-size: 2rem;\n    font-weight: 600;\n    color: #8b4513;\n    text-align: center;\n    margin: 50px 0 30px;\n    position: relative;\n}\n\n.section-title::after {\n    content: '';\n    display: block;\n    width: 80px;\n    height: 3px;\n    background: linear-gradient(90deg, #8b4513, #d2691e);\n    margin: 15px auto;\n    border-radius: 2px;\n}\n\n.specs-table-container {\n    overflow-x: auto;\n    margin: 30px 0;\n    border-radius: 12px;\n    box-shadow: 0 8px 25px rgba(139, 69, 19, 0.15);\n}\n\n.beautiful-specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    background: white;\n    border-radius: 12px;\n    overflow: hidden;\n}\n\n.beautiful-specs-table thead th {\n    background: linear-gradient(135deg, #8b4513 0%, #a0522d 100%);\n    color: white;\n    padding: 20px;\n    font-size: 1.3rem;\n    font-weight: 600;\n    text-align: center;\n    letter-spacing: 0.5px;\n}\n\n.beautiful-specs-table tbody tr {\n    transition: background-color 0.3s ease;\n}\n\n.beautiful-specs-table tbody tr:nth-child(even) {\n    background-color: #fff8f0;\n}\n\n.beautiful-specs-table tbody tr:hover {\n    background-color: #ffe8d6;\n}\n\n.spec-label {\n    padding: 18px 20px;\n    font-weight: 600;\n    color: #8b4513;\n    border-right: 2px solid #ffe8d6;\n    width: 35%;\n    font-size: 1rem;\n}\n\n.spec-value {\n    padding: 18px 20px;\n    color: #555;\n    font-size: 1rem;\n}\n\n.feature-tags {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n}\n\n.feature-tag {\n    display: inline-block;\n    background: linear-gradient(135deg, #ffe8d6 0%, #ffd7b5 100%);\n    color: #8b4513;\n    padding: 6px 12px;\n    border-radius: 20px;\n    font-size: 0.85rem;\n    font-weight: 500;\n    border: 1px solid #e8c39e;\n}\n\n.product-details {\n    margin: 60px 0;\n}\n\n.details-content {\n    background: white;\n    border-radius: 16px;\n    padding: 40px;\n    box-shadow: 0 5px 20px rgba(139, 69, 19, 0.1);\n}\n\n.detail-section {\n    margin-bottom: 35px;\n}\n\n.detail-section:last-child {\n    margin-bottom: 0;\n}\n\n.detail-section h3 {\n    color: #8b4513;\n    font-size: 1.4rem;\n    margin-bottom: 15px;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n}\n\n.detail-section p {\n    color: #555;\n    font-size: 1.05rem;\n    line-height: 1.7;\n    margin-bottom: 15px;\n}\n\n.usage-list {\n    list-style: none;\n    padding: 0;\n    margin: 20px 0;\n}\n\n.usage-list li {\n    padding: 8px 0;\n    font-size: 1.05rem;\n    color: #555;\n}\n\n.application-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n    gap: 20px;\n    margin-top: 20px;\n}\n\n.app-card {\n    padding: 20px;\n    background: #fff8f0;\n    border-radius: 8px;\n    border-left: 4px solid #d2691e;\n}\n\n.app-card h4 {\n    color: #8b4513;\n    margin-bottom: 8px;\n    font-size: 1.1rem;\n}\n\n.app-card p {\n    color: #666;\n    font-size: 0.95rem;\n    margin: 0;\n}\n\n.brand-story {\n    margin: 60px 0;\n    padding: 40px;\n    background: linear-gradient(135deg, #fff8f0 0%, #ffe8d6 100%);\n    border-radius: 16px;\n    box-shadow: 0 8px 25px rgba(139, 69, 19, 0.1);\n}\n\n.brand-content {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n    gap: 30px;\n    margin-top: 30px;\n}\n\n.brand-highlight {\n    padding: 25px;\n    background: white;\n    border-radius: 12px;\n    box-shadow: 0 3px 15px rgba(139, 69, 19, 0.1);\n}\n\n.brand-highlight h3 {\n    color: #8b4513;\n    margin-bottom: 15px;\n    font-size: 1.3rem;\n}\n\n.brand-highlight p {\n    color: #555;\n    line-height: 1.6;\n}\n\n.usage-guide {\n    margin: 60px 0;\n    padding: 40px;\n    background: white;\n    border-radius: 16px;\n    box-shadow: 0 5px 20px rgba(139, 69, 19, 0.1);\n}\n\n.usage-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n    gap: 30px;\n    margin-top: 30px;\n}\n\n.usage-category {\n    padding: 25px;\n    background: #fff8f0;\n    border-radius: 12px;\n    border-left: 4px solid #d2691e;\n}\n\n.usage-category h4 {\n    color: #8b4513;\n    margin-bottom: 15px;\n    font-size: 1.2rem;\n    text-align: center;\n}\n\n.usage-category ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n}\n\n.usage-category li {\n    padding: 8px 0;\n    color: #555;\n    border-bottom: 1px solid #ffe8d6;\n}\n\n.usage-category li:last-child {\n    border-bottom: none;\n}\n\n@media (max-width: 768px) {\n    .maple-product-description {\n        padding: 15px;\n    }\n    \n    .product-title {\n        font-size: 2rem;\n    }\n    \n    .product-highlights {\n        grid-template-columns: 1fr;\n    }\n    \n    .section-title {\n        font-size: 1.7rem;\n    }\n    \n    .details-content {\n        padding: 25px 20px;\n    }\n    \n    .spec-label, .spec-value {\n        padding: 15px 12px;\n        font-size: 0.9rem;\n    }\n    \n    .brand-story, .usage-guide {\n        padding: 25px 20px;\n    }\n}\n\n@media (max-width: 480px) {\n    .product-title {\n        font-size: 1.6rem;\n    }\n    \n    .certification-badges {\n        flex-direction: column;\n        align-items: center;\n    }\n    \n    .beautiful-specs-table thead th {\n        font-size: 1.1rem;\n        padding: 15px;\n    }\n    \n    .application-grid, .usage-grid {\n        grid-template-columns: 1fr;\n    }\n    \n    .brand-content {\n        grid-template-columns: 1fr;\n    }\n}\n\u003c\/style\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42617885556820,"sku":null,"price":149.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/848_2.png?v=1761460370"},{"product_id":"butternut-mountain-farm-grade-a-amber-pure-vermont-maple-syrup-5-gallon","title":"Butternut Mountain Farm Grade A Amber Pure Vermont Maple Syrup 5 Gallon","description":"\u003cdiv class=\"amber-maple-product-description\"\u003e\n    \u003cdiv class=\"product-header\"\u003e\n        \u003ch1 class=\"product-title\"\u003eButternut Mountain Farm Pure Vermont Maple Syrup\u003c\/h1\u003e\n        \u003cp class=\"product-subtitle\"\u003eGrade A Amber - The Truest Taste of Maple Flavor\u003c\/p\u003e\n        \u003cdiv class=\"certification-badges\"\u003e\n            \u003cspan class=\"badge grade\"\u003eGrade A Amber\u003c\/span\u003e\n            \u003cspan class=\"badge vermont\"\u003e100% Vermont\u003c\/span\u003e\n            \u003cspan class=\"badge kosher\"\u003eKosher\u003c\/span\u003e\n            \u003cspan class=\"badge usa\"\u003eMade in USA\u003c\/span\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"product-highlights\"\u003e\n        \u003cdiv class=\"highlight-card\"\u003e\n            \u003cdiv class=\"highlight-icon\"\u003e🍁\u003c\/div\u003e\n            \u003ch3\u003eAmber Richness\u003c\/h3\u003e\n            \u003cp\u003eThe truest taste of maple flavor with light, toasty afternotes\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"highlight-card\"\u003e\n            \u003cdiv class=\"highlight-icon\"\u003e🌳\u003c\/div\u003e\n            \u003ch3\u003eVermont Heritage\u003c\/h3\u003e\n            \u003cp\u003eTapped from 600-acre family-owned maple groves\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"highlight-card\"\u003e\n            \u003cdiv class=\"highlight-icon\"\u003e🏭\u003c\/div\u003e\n            \u003ch3\u003eBulk Efficiency\u003c\/h3\u003e\n            \u003cp\u003e5-gallon container perfect for high-volume operations\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"highlight-card\"\u003e\n            \u003cdiv class=\"highlight-icon\"\u003e👨‍🍳\u003c\/div\u003e\n            \u003ch3\u003eMenu Versatility\u003c\/h3\u003e\n            \u003cp\u003ePerfect for a la carte, desserts, and beverage menus\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"specifications-section\"\u003e\n        \u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n        \u003cdiv class=\"specs-table-container\"\u003e\n            \u003ctable class=\"beautiful-specs-table\"\u003e\n                \u003cthead\u003e\n                    \u003ctr\u003e\n                        \u003cth colspan=\"2\"\u003eDetailed Product Information\u003c\/th\u003e\n                    \u003c\/tr\u003e\n                \u003c\/thead\u003e\n                \u003ctbody\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"spec-label\"\u003eQuantity\u003c\/td\u003e\n                        \u003ctd class=\"spec-value\"\u003e1\/Each\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"spec-label\"\u003eShipping Weight\u003c\/td\u003e\n                        \u003ctd class=\"spec-value\"\u003e58.7 lb.\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"spec-label\"\u003eFeatures\u003c\/td\u003e\n                        \u003ctd class=\"spec-value\"\u003e\n                            \u003cdiv class=\"feature-tags\"\u003e\n                                \u003cspan class=\"feature-tag\"\u003eKosher\u003c\/span\u003e\n                                \u003cspan class=\"feature-tag\"\u003eMade in America\u003c\/span\u003e\n                            \u003c\/div\u003e\n                        \u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"spec-label\"\u003eFlavor\u003c\/td\u003e\n                        \u003ctd class=\"spec-value\"\u003eMaple\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"spec-label\"\u003eGrade\u003c\/td\u003e\n                        \u003ctd class=\"spec-value\"\u003eGrade A - Amber\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"spec-label\"\u003ePackage Size\u003c\/td\u003e\n                        \u003ctd class=\"spec-value\"\u003e5 Gallons\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"spec-label\"\u003ePackage Type\u003c\/td\u003e\n                        \u003ctd class=\"spec-value\"\u003eBulk\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"spec-label\"\u003eSweetener Type\u003c\/td\u003e\n                        \u003ctd class=\"spec-value\"\u003eClassic\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"spec-label\"\u003eType\u003c\/td\u003e\n                        \u003ctd class=\"spec-value\"\u003eMaple Syrups, Pure Maple Syrups\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                \u003c\/tbody\u003e\n            \u003c\/table\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"flavor-profile\"\u003e\n        \u003ch2 class=\"section-title\"\u003eFlavor Profile\u003c\/h2\u003e\n        \u003cdiv class=\"flavor-content\"\u003e\n            \u003cdiv class=\"flavor-characteristics\"\u003e\n                \u003cdiv class=\"characteristic\"\u003e\n                    \u003cspan class=\"char-label\"\u003eColor:\u003c\/span\u003e\n                    \u003cspan class=\"char-value\"\u003eRich Amber\u003c\/span\u003e\n                    \u003cdiv class=\"color-swatch amber\"\u003e\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"characteristic\"\u003e\n                    \u003cspan class=\"char-label\"\u003ePrimary Notes:\u003c\/span\u003e\n                    \u003cspan class=\"char-value\"\u003eTrue Maple Essence\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"characteristic\"\u003e\n                    \u003cspan class=\"char-label\"\u003eFinish:\u003c\/span\u003e\n                    \u003cspan class=\"char-value\"\u003eLight, Toasty Afternotes\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"characteristic\"\u003e\n                    \u003cspan class=\"char-label\"\u003eIntensity:\u003c\/span\u003e\n                    \u003cspan class=\"char-value\"\u003eBalanced \u0026amp; Complex\u003c\/span\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"flavor-description\"\u003e\n                \u003cp\u003eThis amber-colored syrup is often described as \u003cstrong\u003ethe truest taste of maple flavor\u003c\/strong\u003e, accompanied with light, toasty afternotes that create a perfectly balanced sweetness profile.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"product-details\"\u003e\n        \u003ch2 class=\"section-title\"\u003eProduct Details\u003c\/h2\u003e\n        \u003cdiv class=\"details-content\"\u003e\n            \u003cdiv class=\"detail-section\"\u003e\n                \u003ch3\u003e🍁 Authentic Vermont Maple Excellence\u003c\/h3\u003e\n                \u003cp\u003eTapped from Vermont maple trees renowned for their vibrant fall foliage comes Butternut Mountain Farm 5 gallon grade A amber pure Vermont maple syrup. As a completely versatile ingredient, you'll be able to add this maple syrup to almost all of the items on your a la carte, dessert, or drink menu.\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"detail-section\"\u003e\n                \u003ch3\u003e📦 Commercial Bulk Advantage\u003c\/h3\u003e\n                \u003cp\u003eThis maple syrup is housed in a bulk 5 gallon container to keep your busy kitchen or bakery in good supply. The large format packaging ensures consistent quality and cost-effectiveness for high-volume operations.\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"detail-section\"\u003e\n                \u003ch3\u003e🌿 Natural Vegan Sweetener\u003c\/h3\u003e\n                \u003cp\u003eMaple syrup is a vegan-friendly sweetener to use as a substitute to white sugar. Because this maple syrup was extracted from a 600 acre tree farm in the hillsides of Vermont, it's a completely natural and healthier sweetener that runs with the flavor profile of its terroir and color from its extracting season.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"culinary-applications\"\u003e\n        \u003ch2 class=\"section-title\"\u003eCulinary Applications\u003c\/h2\u003e\n        \u003cdiv class=\"applications-grid\"\u003e\n            \u003cdiv class=\"application-category\"\u003e\n                \u003ch4\u003e🥞 Classic Breakfast\u003c\/h4\u003e\n                \u003cul\u003e\n                    \u003cli\u003ePancakes \u0026amp; Waffles\u003c\/li\u003e\n                    \u003cli\u003eFrench Toast\u003c\/li\u003e\n                    \u003cli\u003eOatmeal \u0026amp; Cereal\u003c\/li\u003e\n                    \u003cli\u003eYogurt \u0026amp; Fruit Bowls\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"application-category\"\u003e\n                \u003ch4\u003e🍹 Beverages\u003c\/h4\u003e\n                \u003cul\u003e\n                    \u003cli\u003eCoffee \u0026amp; Tea Sweetener\u003c\/li\u003e\n                    \u003cli\u003eCraft Cocktails\u003c\/li\u003e\n                    \u003cli\u003eMocktails \u0026amp; Smoothies\u003c\/li\u003e\n                    \u003cli\u003eSpecialty Lattes\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"application-category\"\u003e\n                \u003ch4\u003e👨‍🍳 Professional Kitchen\u003c\/h4\u003e\n                \u003cul\u003e\n                    \u003cli\u003eSalad Dressings\u003c\/li\u003e\n                    \u003cli\u003eMarinades \u0026amp; Glazes\u003c\/li\u003e\n                    \u003cli\u003eSauces \u0026amp; Gravies\u003c\/li\u003e\n                    \u003cli\u003eDessert Toppings\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"application-category\"\u003e\n                \u003ch4\u003e🧁 Baking\u003c\/h4\u003e\n                \u003cul\u003e\n                    \u003cli\u003ePastries \u0026amp; Muffins\u003c\/li\u003e\n                    \u003cli\u003eCookies \u0026amp; Bars\u003c\/li\u003e\n                    \u003cli\u003eGranola \u0026amp; Snacks\u003c\/li\u003e\n                    \u003cli\u003eIce Cream Toppings\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bulk-advantages\"\u003e\n        \u003ch2 class=\"section-title\"\u003e5-Gallon Bulk Benefits\u003c\/h2\u003e\n        \u003cdiv class=\"advantages-grid\"\u003e\n            \u003cdiv class=\"advantage-card\"\u003e\n                \u003ch4\u003e💵 Cost Effective\u003c\/h4\u003e\n                \u003cp\u003eLower cost per ounce compared to smaller containers\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"advantage-card\"\u003e\n                \u003ch4\u003e⚡ Always in Stock\u003c\/h4\u003e\n                \u003cp\u003eEliminate frequent reordering with large volume supply\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"advantage-card\"\u003e\n                \u003ch4\u003e👨‍🍳 Professional Grade\u003c\/h4\u003e\n                \u003cp\u003eDesigned for commercial kitchens and high-volume use\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"advantage-card\"\u003e\n                \u003ch4\u003e🌡️ Consistent Quality\u003c\/h4\u003e\n                \u003cp\u003eMaintain flavor consistency across all your preparations\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=\"section-title\"\u003eThe Butternut Mountain Farm Legacy\u003c\/h2\u003e\n        \u003cdiv class=\"brand-content\"\u003e\n            \u003cdiv class=\"brand-highlight\"\u003e\n                \u003ch3\u003e🏔️ Vermont's Finest\u003c\/h3\u003e\n                \u003cp\u003eDeep into the heart of Vermont's maple groves, where maple trees have been sustainably harvested for centuries, sits Butternut Mountain Farm's 600 acre forest on the slopes of a mountain.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"brand-highlight\"\u003e\n                \u003ch3\u003e👨‍🌾 Family Tradition\u003c\/h3\u003e\n                \u003cp\u003eSome of the trees were planted as seedlings over 50 years ago by the Marvin family. Each generation has perfected the art of maple sugaring, championing real, 100% pure Vermont maple syrup.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"brand-highlight\"\u003e\n                \u003ch3\u003e⚡ Modern Craftsmanship\u003c\/h3\u003e\n                \u003cp\u003eThe sap is boiled into grade A maple syrup in state-of-the-art facilities, combining generations of knowledge with modern technology for exceptional quality.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"usage-tips\"\u003e\n        \u003ch2 class=\"section-title\"\u003eProfessional Usage Tips\u003c\/h2\u003e\n        \u003cdiv class=\"tips-grid\"\u003e\n            \u003cdiv class=\"tip-card\"\u003e\n                \u003ch4\u003e🧴 Storage\u003c\/h4\u003e\n                \u003cp\u003eStore in a cool, dry place. No refrigeration needed before opening.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"tip-card\"\u003e\n                \u003ch4\u003e⚖️ Substitution Ratio\u003c\/h4\u003e\n                \u003cp\u003eReplace 1 cup sugar with ¾ cup maple syrup and reduce other liquids by 3 tablespoons.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"tip-card\"\u003e\n                \u003ch4\u003e🔥 High Heat Cooking\u003c\/h4\u003e\n                \u003cp\u003eExcellent for baking, glazing, and cooking applications up to 350°F.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"tip-card\"\u003e\n                \u003ch4\u003e🧼 Clean Handling\u003c\/h4\u003e\n                \u003cp\u003eUse clean utensils to prevent contamination in the bulk container.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.amber-maple-product-description {\n    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;\n    color: #7c4d2d;\n    line-height: 1.6;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 20px;\n    background: linear-gradient(135deg, #fffaf0 0%, #fff5e6 100%);\n}\n\n.product-header {\n    text-align: center;\n    margin-bottom: 40px;\n    padding: 30px 20px;\n    background: linear-gradient(135deg, #d2691e 0%, #b8860b 100%);\n    border-radius: 16px;\n    color: white;\n    box-shadow: 0 8px 25px rgba(210, 105, 30, 0.3);\n}\n\n.product-title {\n    font-size: 2.4rem;\n    font-weight: 700;\n    margin-bottom: 10px;\n    letter-spacing: -0.5px;\n}\n\n.product-subtitle {\n    font-size: 1.3rem;\n    font-weight: 300;\n    margin-bottom: 20px;\n    opacity: 0.9;\n}\n\n.certification-badges {\n    display: flex;\n    justify-content: center;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 20px;\n}\n\n.badge {\n    padding: 8px 16px;\n    border-radius: 20px;\n    font-size: 0.85rem;\n    font-weight: 600;\n    letter-spacing: 0.5px;\n}\n\n.badge.grade {\n    background: #ff8c00;\n    color: white;\n}\n\n.badge.vermont {\n    background: #8b4513;\n    color: white;\n}\n\n.badge.kosher {\n    background: #daa520;\n    color: white;\n}\n\n.badge.usa {\n    background: #b8860b;\n    color: white;\n}\n\n.product-highlights {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n    gap: 25px;\n    margin: 40px 0;\n}\n\n.highlight-card {\n    text-align: center;\n    padding: 30px 20px;\n    background: white;\n    border-radius: 12px;\n    box-shadow: 0 5px 20px rgba(210, 105, 30, 0.15);\n    border-top: 4px solid #d2691e;\n    transition: transform 0.3s ease, box-shadow 0.3s ease;\n}\n\n.highlight-card:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 8px 25px rgba(210, 105, 30, 0.25);\n}\n\n.highlight-icon {\n    font-size: 2.5rem;\n    margin-bottom: 15px;\n}\n\n.highlight-card h3 {\n    color: #d2691e;\n    margin-bottom: 12px;\n    font-size: 1.2rem;\n}\n\n.highlight-card p {\n    color: #555;\n    font-size: 0.95rem;\n    line-height: 1.5;\n}\n\n.section-title {\n    font-size: 2rem;\n    font-weight: 600;\n    color: #d2691e;\n    text-align: center;\n    margin: 50px 0 30px;\n    position: relative;\n}\n\n.section-title::after {\n    content: '';\n    display: block;\n    width: 80px;\n    height: 3px;\n    background: linear-gradient(90deg, #d2691e, #ff8c00);\n    margin: 15px auto;\n    border-radius: 2px;\n}\n\n.specs-table-container {\n    overflow-x: auto;\n    margin: 30px 0;\n    border-radius: 12px;\n    box-shadow: 0 8px 25px rgba(210, 105, 30, 0.15);\n}\n\n.beautiful-specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    background: white;\n    border-radius: 12px;\n    overflow: hidden;\n}\n\n.beautiful-specs-table thead th {\n    background: linear-gradient(135deg, #d2691e 0%, #b8860b 100%);\n    color: white;\n    padding: 20px;\n    font-size: 1.3rem;\n    font-weight: 600;\n    text-align: center;\n    letter-spacing: 0.5px;\n}\n\n.beautiful-specs-table tbody tr {\n    transition: background-color 0.3s ease;\n}\n\n.beautiful-specs-table tbody tr:nth-child(even) {\n    background-color: #fffaf0;\n}\n\n.beautiful-specs-table tbody tr:hover {\n    background-color: #ffe8d6;\n}\n\n.spec-label {\n    padding: 18px 20px;\n    font-weight: 600;\n    color: #d2691e;\n    border-right: 2px solid #ffe8d6;\n    width: 35%;\n    font-size: 1rem;\n}\n\n.spec-value {\n    padding: 18px 20px;\n    color: #555;\n    font-size: 1rem;\n}\n\n.feature-tags {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n}\n\n.feature-tag {\n    display: inline-block;\n    background: linear-gradient(135deg, #ffe8d6 0%, #ffd7b5 100%);\n    color: #d2691e;\n    padding: 6px 12px;\n    border-radius: 20px;\n    font-size: 0.85rem;\n    font-weight: 500;\n    border: 1px solid #e8c39e;\n}\n\n.flavor-profile {\n    margin: 60px 0;\n    padding: 40px;\n    background: white;\n    border-radius: 16px;\n    box-shadow: 0 5px 20px rgba(210, 105, 30, 0.1);\n}\n\n.flavor-content {\n    display: grid;\n    grid-template-columns: 1fr 2fr;\n    gap: 40px;\n    align-items: start;\n}\n\n.flavor-characteristics {\n    display: flex;\n    flex-direction: column;\n    gap: 20px;\n}\n\n.characteristic {\n    display: flex;\n    align-items: center;\n    gap: 15px;\n    padding: 15px;\n    background: #fffaf0;\n    border-radius: 8px;\n    border-left: 4px solid #d2691e;\n}\n\n.char-label {\n    font-weight: 600;\n    color: #d2691e;\n    min-width: 120px;\n}\n\n.char-value {\n    color: #555;\n    flex: 1;\n}\n\n.color-swatch {\n    width: 30px;\n    height: 30px;\n    border-radius: 50%;\n    border: 2px solid #e8c39e;\n}\n\n.color-swatch.amber {\n    background: linear-gradient(135deg, #d2691e, #ff8c00);\n}\n\n.flavor-description {\n    padding: 20px;\n    background: #fffaf0;\n    border-radius: 12px;\n    border-left: 4px solid #ff8c00;\n}\n\n.flavor-description p {\n    color: #555;\n    font-size: 1.1rem;\n    line-height: 1.7;\n    margin: 0;\n}\n\n.product-details {\n    margin: 60px 0;\n}\n\n.details-content {\n    background: white;\n    border-radius: 16px;\n    padding: 40px;\n    box-shadow: 0 5px 20px rgba(210, 105, 30, 0.1);\n}\n\n.detail-section {\n    margin-bottom: 35px;\n}\n\n.detail-section:last-child {\n    margin-bottom: 0;\n}\n\n.detail-section h3 {\n    color: #d2691e;\n    font-size: 1.4rem;\n    margin-bottom: 15px;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n}\n\n.detail-section p {\n    color: #555;\n    font-size: 1.05rem;\n    line-height: 1.7;\n    margin-bottom: 15px;\n}\n\n.culinary-applications,\n.bulk-advantages,\n.usage-tips {\n    margin: 60px 0;\n    padding: 40px;\n    background: white;\n    border-radius: 16px;\n    box-shadow: 0 5px 20px rgba(210, 105, 30, 0.1);\n}\n\n.applications-grid,\n.advantages-grid,\n.tips-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n    gap: 30px;\n    margin-top: 30px;\n}\n\n.application-category,\n.advantage-card,\n.tip-card {\n    padding: 25px;\n    background: #fffaf0;\n    border-radius: 12px;\n    border-left: 4px solid #d2691e;\n    transition: transform 0.3s ease;\n}\n\n.application-category:hover,\n.advantage-card:hover,\n.tip-card:hover {\n    transform: translateY(-3px);\n}\n\n.application-category h4,\n.advantage-card h4,\n.tip-card h4 {\n    color: #d2691e;\n    margin-bottom: 15px;\n    font-size: 1.2rem;\n}\n\n.application-category ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n}\n\n.application-category li {\n    padding: 8px 0;\n    color: #555;\n    border-bottom: 1px solid #ffe8d6;\n}\n\n.application-category li:last-child {\n    border-bottom: none;\n}\n\n.advantage-card p,\n.tip-card p {\n    color: #555;\n    margin: 0;\n    line-height: 1.6;\n}\n\n.brand-story {\n    margin: 60px 0;\n    padding: 40px;\n    background: linear-gradient(135deg, #fffaf0 0%, #ffe8d6 100%);\n    border-radius: 16px;\n    box-shadow: 0 8px 25px rgba(210, 105, 30, 0.1);\n}\n\n.brand-content {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n    gap: 30px;\n    margin-top: 30px;\n}\n\n.brand-highlight {\n    padding: 25px;\n    background: white;\n    border-radius: 12px;\n    box-shadow: 0 3px 15px rgba(210, 105, 30, 0.1);\n}\n\n.brand-highlight h3 {\n    color: #d2691e;\n    margin-bottom: 15px;\n    font-size: 1.3rem;\n}\n\n.brand-highlight p {\n    color: #555;\n    line-height: 1.6;\n}\n\n@media (max-width: 768px) {\n    .amber-maple-product-description {\n        padding: 15px;\n    }\n    \n    .product-title {\n        font-size: 2rem;\n    }\n    \n    .product-highlights {\n        grid-template-columns: 1fr;\n    }\n    \n    .section-title {\n        font-size: 1.7rem;\n    }\n    \n    .flavor-content {\n        grid-template-columns: 1fr;\n        gap: 25px;\n    }\n    \n    .details-content,\n    .culinary-applications,\n    .bulk-advantages,\n    .usage-tips,\n    .brand-story {\n        padding: 25px 20px;\n    }\n    \n    .spec-label, .spec-value {\n        padding: 15px 12px;\n        font-size: 0.9rem;\n    }\n}\n\n@media (max-width: 480px) {\n    .product-title {\n        font-size: 1.6rem;\n    }\n    \n    .certification-badges {\n        flex-direction: column;\n        align-items: center;\n    }\n    \n    .beautiful-specs-table thead th {\n        font-size: 1.1rem;\n        padding: 15px;\n    }\n    \n    .applications-grid,\n    .advantages-grid,\n    .tips-grid {\n        grid-template-columns: 1fr;\n    }\n    \n    .brand-content {\n        grid-template-columns: 1fr;\n    }\n    \n    .characteristic {\n        flex-direction: column;\n        align-items: flex-start;\n        gap: 10px;\n    }\n}\n\u003c\/style\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42617886113876,"sku":null,"price":684.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/849_2.png?v=1761460614"},{"product_id":"domino-2-8-gram-sugar-packets-2-000-case","title":"Domino 2.8 Gram Sugar Packets - 2,000\/Case","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eDomino Sugar Packets - Product Description\u003c\/title\u003e\n    \u003cstyle\u003e\n        \/* Base styling *\/\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background-color: #f9f9f9;\n            padding: 20px;\n        }\n        \n        .product-description {\n            max-width: 1200px;\n            margin: 0 auto;\n            background: white;\n            border-radius: 12px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);\n            overflow: hidden;\n        }\n        \n        \/* Header section *\/\n        .product-header {\n            padding: 30px 40px;\n            background: linear-gradient(135deg, #f8f5f0 0%, #ffffff 100%);\n            border-bottom: 1px solid #eee;\n        }\n        \n        .product-title {\n            font-size: 28px;\n            font-weight: 600;\n            color: #2c3e50;\n            margin-bottom: 15px;\n            line-height: 1.3;\n        }\n        \n        .product-subtitle {\n            font-size: 18px;\n            color: #7f8c8d;\n            font-weight: 400;\n        }\n        \n        \/* Content section *\/\n        .product-content {\n            display: flex;\n            flex-wrap: wrap;\n            padding: 0;\n        }\n        \n        .product-text {\n            flex: 1;\n            min-width: 300px;\n            padding: 40px;\n        }\n        \n        .product-text p {\n            margin-bottom: 20px;\n            font-size: 16px;\n            color: #555;\n        }\n        \n        \/* Features section *\/\n        .product-features {\n            background-color: #f8f9fa;\n            padding: 30px 40px;\n            border-top: 1px solid #eee;\n        }\n        \n        .section-title {\n            font-size: 22px;\n            color: #2c3e50;\n            margin-bottom: 20px;\n            font-weight: 600;\n            position: relative;\n            padding-bottom: 10px;\n        }\n        \n        .section-title::after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 0;\n            width: 60px;\n            height: 3px;\n            background: #e74c3c;\n        }\n        \n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));\n            gap: 20px;\n        }\n        \n        .feature-item {\n            background: white;\n            padding: 20px;\n            border-radius: 8px;\n            box-shadow: 0 2px 5px 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: 24px;\n            color: #e74c3c;\n            margin-bottom: 10px;\n        }\n        \n        .feature-title {\n            font-weight: 600;\n            margin-bottom: 8px;\n            color: #2c3e50;\n        }\n        \n        .feature-desc {\n            font-size: 14px;\n            color: #7f8c8d;\n        }\n        \n        \/* Specs table *\/\n        .specs-section {\n            padding: 40px;\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin-top: 20px;\n            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);\n            border-radius: 8px;\n            overflow: hidden;\n        }\n        \n        .specs-table th {\n            background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);\n            color: white;\n            text-align: left;\n            padding: 16px 20px;\n            font-weight: 600;\n            font-size: 16px;\n        }\n        \n        .specs-table td {\n            padding: 14px 20px;\n            border-bottom: 1px solid #eee;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: #f8f9fa;\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .specs-table tr:hover {\n            background-color: #f1f8ff;\n        }\n        \n        .spec-label {\n            font-weight: 600;\n            color: #2c3e50;\n        }\n        \n        \/* Resources section *\/\n        .resources-section {\n            padding: 30px 40px;\n            background-color: #f8f9fa;\n            border-top: 1px solid #eee;\n        }\n        \n        .resources-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));\n            gap: 20px;\n        }\n        \n        .resource-item {\n            background: white;\n            padding: 20px;\n            border-radius: 8px;\n            text-align: center;\n            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);\n            transition: all 0.3s ease;\n        }\n        \n        .resource-item:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);\n        }\n        \n        .resource-icon {\n            font-size: 24px;\n            color: #3498db;\n            margin-bottom: 10px;\n        }\n        \n        .resource-title {\n            font-weight: 600;\n            margin-bottom: 5px;\n            color: #2c3e50;\n        }\n        \n        .resource-desc {\n            font-size: 14px;\n            color: #7f8c8d;\n        }\n        \n        \/* Responsive adjustments *\/\n        @media (max-width: 768px) {\n            .product-header, .product-text, .product-features, .specs-section, .resources-section {\n                padding: 20px;\n            }\n            \n            .product-title {\n                font-size: 24px;\n            }\n            \n            .specs-table {\n                display: block;\n                overflow-x: auto;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-description\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1 class=\"product-title\"\u003eDomino Premium Sugar Packets\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003ePerfect for sweetening beverages, cereals, fruits, and more\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-content\"\u003e\n            \u003cdiv class=\"product-text\"\u003e\n                \u003cp\u003eWith its recognized brand name, Domino sugar is perfect for table service at your restaurant or coffee shop. These sanitary and convenient packets eliminate the need to constantly refill sugar pourers throughout the day.\u003c\/p\u003e\n                \n                \u003cp\u003eSimply place them at coffee stations or on tables, allowing your guests to sweeten their beverages as needed. These packets are also ideal for parties and catered events, providing a hygienic and convenient sweetening solution.\u003c\/p\u003e\n                \n                \u003cp\u003eEach packet contains 2.8 grams of pure granulated sugar, making portion control simple and consistent. The compact design ensures easy storage and distribution while maintaining product freshness.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-features\"\u003e\n            \u003ch2 class=\"section-title\"\u003eKey Benefits\u003c\/h2\u003e\n            \u003cdiv class=\"features-grid\"\u003e\n                \u003cdiv class=\"feature-item\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n                    \u003ch3 class=\"feature-title\"\u003eSanitary \u0026amp; Convenient\u003c\/h3\u003e\n                    \u003cp class=\"feature-desc\"\u003eIndividually wrapped packets ensure hygiene and eliminate mess.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-item\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n                    \u003ch3 class=\"feature-title\"\u003eBrand Recognition\u003c\/h3\u003e\n                    \u003cp class=\"feature-desc\"\u003eDomino is a trusted name in sugar products nationwide.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-item\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n                    \u003ch3 class=\"feature-title\"\u003ePerfect Portion Control\u003c\/h3\u003e\n                    \u003cp class=\"feature-desc\"\u003e2.8 gram packets provide consistent sweetness every time.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-item\"\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\"\u003eIdeal for beverages, cereals, fruits, and baking needs.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"specs-section\"\u003e\n            \u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n            \u003ctable class=\"specs-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-label\"\u003eQuantity per Case\u003c\/td\u003e\n                        \u003ctd\u003e2,000 Packets\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"spec-label\"\u003eShipping Weight\u003c\/td\u003e\n                        \u003ctd\u003e14.1 lbs\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"spec-label\"\u003ePackage Size\u003c\/td\u003e\n                        \u003ctd\u003e2.8 grams per packet\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"spec-label\"\u003ePackage Type\u003c\/td\u003e\n                        \u003ctd\u003ePortion Control Packets\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"spec-label\"\u003eSugar Type\u003c\/td\u003e\n                        \u003ctd\u003ePure Granulated Sugar\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"spec-label\"\u003eProduct Type\u003c\/td\u003e\n                        \u003ctd\u003eSugar\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                \u003c\/tbody\u003e\n            \u003c\/table\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"resources-section\"\u003e\n            \u003ch2 class=\"section-title\"\u003eResources\u003c\/h2\u003e\n            \u003cdiv class=\"resources-grid\"\u003e\n                \u003cdiv class=\"resource-item\"\u003e\n                    \u003cdiv class=\"resource-icon\"\u003e📊\u003c\/div\u003e\n                    \u003ch3 class=\"resource-title\"\u003eNutrition Information\u003c\/h3\u003e\n                    \u003cp class=\"resource-desc\"\u003eComplete nutritional details for Domino Sugar\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"resource-item\"\u003e\n                    \u003cdiv class=\"resource-icon\"\u003e🌱\u003c\/div\u003e\n                    \u003ch3 class=\"resource-title\"\u003eVegan Statement\u003c\/h3\u003e\n                    \u003cp class=\"resource-desc\"\u003eCertification of vegan compliance\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"resource-item\"\u003e\n                    \u003cdiv class=\"resource-icon\"\u003e📚\u003c\/div\u003e\n                    \u003ch3 class=\"resource-title\"\u003eBuying Guide\u003c\/h3\u003e\n                    \u003cp class=\"resource-desc\"\u003eComplete sugar and sweetener selection guide\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":42617886670932,"sku":null,"price":58.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/850_1.png?v=1761460920"},{"product_id":"monin-premium-pure-cane-syrup-750-ml","title":"Monin Premium Pure Cane Syrup 750 mL","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 Premium Pure Cane Syrup - Product Description\u003c\/title\u003e\n    \u003cstyle\u003e\n        \/* Base styling *\/\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background-color: #f9f9f9;\n            padding: 20px;\n        }\n        \n        .product-description {\n            max-width: 1200px;\n            margin: 0 auto;\n            background: white;\n            border-radius: 12px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);\n            overflow: hidden;\n        }\n        \n        \/* Header section *\/\n        .product-header {\n            padding: 30px 40px;\n            background: linear-gradient(135deg, #f8f5f0 0%, #ffffff 100%);\n            border-bottom: 1px solid #eee;\n        }\n        \n        .product-title {\n            font-size: 28px;\n            font-weight: 600;\n            color: #2c3e50;\n            margin-bottom: 15px;\n            line-height: 1.3;\n        }\n        \n        .product-subtitle {\n            font-size: 18px;\n            color: #7f8c8d;\n            font-weight: 400;\n        }\n        \n        \/* Content section *\/\n        .product-content {\n            display: flex;\n            flex-wrap: wrap;\n            padding: 0;\n        }\n        \n        .product-text {\n            flex: 1;\n            min-width: 300px;\n            padding: 40px;\n        }\n        \n        .product-text p {\n            margin-bottom: 20px;\n            font-size: 16px;\n            color: #555;\n        }\n        \n        \/* Features section *\/\n        .product-features {\n            background-color: #f8f9fa;\n            padding: 30px 40px;\n            border-top: 1px solid #eee;\n        }\n        \n        .section-title {\n            font-size: 22px;\n            color: #2c3e50;\n            margin-bottom: 20px;\n            font-weight: 600;\n            position: relative;\n            padding-bottom: 10px;\n        }\n        \n        .section-title::after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 0;\n            width: 60px;\n            height: 3px;\n            background: #e74c3c;\n        }\n        \n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));\n            gap: 20px;\n        }\n        \n        .feature-item {\n            background: white;\n            padding: 20px;\n            border-radius: 8px;\n            box-shadow: 0 2px 5px 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: 24px;\n            color: #e74c3c;\n            margin-bottom: 10px;\n        }\n        \n        .feature-title {\n            font-weight: 600;\n            margin-bottom: 8px;\n            color: #2c3e50;\n        }\n        \n        .feature-desc {\n            font-size: 14px;\n            color: #7f8c8d;\n        }\n        \n        \/* Specs table *\/\n        .specs-section {\n            padding: 40px;\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin-top: 20px;\n            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);\n            border-radius: 8px;\n            overflow: hidden;\n        }\n        \n        .specs-table th {\n            background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);\n            color: white;\n            text-align: left;\n            padding: 16px 20px;\n            font-weight: 600;\n            font-size: 16px;\n        }\n        \n        .specs-table td {\n            padding: 14px 20px;\n            border-bottom: 1px solid #eee;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: #f8f9fa;\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .specs-table tr:hover {\n            background-color: #f1f8ff;\n        }\n        \n        .spec-label {\n            font-weight: 600;\n            color: #2c3e50;\n        }\n        \n        \/* Comparison section *\/\n        .comparison-section {\n            padding: 40px;\n            background-color: #f8f9fa;\n            border-top: 1px solid #eee;\n        }\n        \n        .comparison-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin-top: 20px;\n            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);\n            border-radius: 8px;\n            overflow: hidden;\n        }\n        \n        .comparison-table th {\n            background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);\n            color: white;\n            text-align: center;\n            padding: 16px 20px;\n            font-weight: 600;\n            font-size: 16px;\n        }\n        \n        .comparison-table td {\n            padding: 14px 20px;\n            border-bottom: 1px solid #eee;\n            text-align: center;\n        }\n        \n        .comparison-table tr:nth-child(even) {\n            background-color: #f8f9fa;\n        }\n        \n        .comparison-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .product-name {\n            font-weight: 700;\n            color: #2c3e50;\n            font-size: 18px;\n        }\n        \n        .price {\n            font-weight: 700;\n            color: #e74c3c;\n            font-size: 18px;\n        }\n        \n        .highlight {\n            background-color: #e8f4fd !important;\n            position: relative;\n        }\n        \n        .highlight::before {\n            content: \"★\";\n            position: absolute;\n            left: 5px;\n            color: #f39c12;\n        }\n        \n        \/* Responsive adjustments *\/\n        @media (max-width: 768px) {\n            .product-header, .product-text, .product-features, .specs-section, .comparison-section {\n                padding: 20px;\n            }\n            \n            .product-title {\n                font-size: 24px;\n            }\n            \n            .specs-table, .comparison-table {\n                display: block;\n                overflow-x: auto;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-description\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1 class=\"product-title\"\u003eMonin Premium Pure Cane Syrup\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eEasily and naturally sweeten beverages with this premium pure cane syrup!\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-content\"\u003e\n            \u003cdiv class=\"product-text\"\u003e\n                \u003cp\u003eMade with pure cane sugar and no artificial ingredients, this syrup will enhance the flavor profile of your mixed or blended drinks without overpowering them or being too sweet.\u003c\/p\u003e\n                \n                \u003cp\u003ePackaged in a glass bottle, this flavoring syrup is an excellent addition to any restaurant, bar, coffee shop, or cafe. It boasts a sleek appearance for an attractive shelf presence and can easily be paired with a compatible pump for quick, efficient service during peak serving hours.\u003c\/p\u003e\n                \n                \u003cp\u003eThe natural sweetness of pure cane sugar makes this syrup perfect for cocktails, mocktails, coffee beverages, teas, and desserts. Its balanced flavor profile ensures it complements rather than dominates your creations.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-features\"\u003e\n            \u003ch2 class=\"section-title\"\u003eKey Benefits\u003c\/h2\u003e\n            \u003cdiv class=\"features-grid\"\u003e\n                \u003cdiv class=\"feature-item\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n                    \u003ch3 class=\"feature-title\"\u003ePure Ingredients\u003c\/h3\u003e\n                    \u003cp class=\"feature-desc\"\u003eMade with pure cane sugar and no artificial ingredients or preservatives.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-item\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n                    \u003ch3 class=\"feature-title\"\u003eBalanced Sweetness\u003c\/h3\u003e\n                    \u003cp class=\"feature-desc\"\u003eEnhances flavors without overpowering or being excessively sweet.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-item\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n                    \u003ch3 class=\"feature-title\"\u003ePremium Packaging\u003c\/h3\u003e\n                    \u003cp class=\"feature-desc\"\u003eElegant glass bottle with attractive shelf presence for any establishment.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-item\"\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\"\u003ePerfect for beverages, cocktails, desserts, and culinary applications.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"specs-section\"\u003e\n            \u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n            \u003ctable class=\"specs-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-label\"\u003eBrand\u003c\/td\u003e\n                        \u003ctd\u003eMonin\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"spec-label\"\u003eProduct Type\u003c\/td\u003e\n                        \u003ctd\u003ePremium Pure Cane Syrup\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"spec-label\"\u003ePackage Size\u003c\/td\u003e\n                        \u003ctd\u003e750 mL\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"spec-label\"\u003eFlavor Type\u003c\/td\u003e\n                        \u003ctd\u003eSweetener\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"spec-label\"\u003eIngredients\u003c\/td\u003e\n                        \u003ctd\u003ePure Cane Sugar, Water\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"spec-label\"\u003eContainer Type\u003c\/td\u003e\n                        \u003ctd\u003eGlass Bottle\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"spec-label\"\u003ePump Compatible\u003c\/td\u003e\n                        \u003ctd\u003eYes\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                \u003c\/tbody\u003e\n            \u003c\/table\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"comparison-section\"\u003e\n            \u003ch2 class=\"section-title\"\u003eCompare to Other Products\u003c\/h2\u003e\n            \u003ctable class=\"comparison-table\"\u003e\n                \u003cthead\u003e\n                    \u003ctr\u003e\n                        \u003cth\u003eSpecification\u003c\/th\u003e\n                        \u003cth\u003eMonin Premium Pure Cane Syrup\u003c\/th\u003e\n                        \u003cth\u003eCapora Cane Sugar Sweetener Syrup\u003c\/th\u003e\n                    \u003c\/tr\u003e\n                \u003c\/thead\u003e\n                \u003ctbody\u003e\n                    \u003ctr class=\"highlight\"\u003e\n                        \u003ctd class=\"spec-label\"\u003eProduct Name\u003c\/td\u003e\n                        \u003ctd class=\"product-name\"\u003eMonin Premium Pure Cane Syrup 750 mL\u003c\/td\u003e\n                        \u003ctd class=\"product-name\"\u003eCapora Cane Sugar Sweetener Syrup 750 mL\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"spec-label\"\u003ePrice\u003c\/td\u003e\n                        \u003ctd class=\"price\"\u003e$8.59 \/ Each\u003c\/td\u003e\n                        \u003ctd class=\"price\"\u003e$8.19 \/ Each\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"spec-label\"\u003eFlavor Type\u003c\/td\u003e\n                        \u003ctd\u003eSweetener\u003c\/td\u003e\n                        \u003ctd\u003eSweetener\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"spec-label\"\u003ePackage Size\u003c\/td\u003e\n                        \u003ctd\u003e750 mL\u003c\/td\u003e\n                        \u003ctd\u003e750 mL\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"spec-label\"\u003eType\u003c\/td\u003e\n                        \u003ctd\u003eCane Syrup\u003c\/td\u003e\n                        \u003ctd\u003eCane Syrup\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"spec-label\"\u003eBrand Reputation\u003c\/td\u003e\n                        \u003ctd\u003ePremium, Well-Established\u003c\/td\u003e\n                        \u003ctd\u003eValue Brand\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                \u003c\/tbody\u003e\n            \u003c\/table\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42617887162452,"sku":null,"price":19.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/product851_1.png?v=1761461210"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/collections\/1_4e9bc43c-168c-4e1a-9e48-339b995312c1.webp?v=1756107663","url":"https:\/\/www.restaurantsupplywholesale.ca\/collections\/beverages.oembed?page=73","provider":"Prime Restaurant Supply Wholesale","version":"1.0","type":"link"}