{"product_id":"sosa-jaune-yellow-pectin-gelling-agent-1-1-lb","title":"Sosa Jaune (Yellow) Pectin Gelling Agent 1.1 lb.","description":"\u003cdiv class=\"jaune-pectin-product-description\"\u003e\n    \u003cstyle\u003e\n        .jaune-pectin-product-description {\n            font-family: 'Segoe UI', Roboto, -apple-system, sans-serif;\n            color: #2d3748;\n            line-height: 1.6;\n            max-width: 800px;\n            margin: 0 auto;\n        }\n        \n        .product-header {\n            margin-bottom: 30px;\n        }\n        \n        .product-title {\n            font-size: 28px;\n            font-weight: 700;\n            color: #1a202c;\n            margin: 0 0 8px 0;\n            letter-spacing: -0.5px;\n        }\n        \n        .product-subtitle {\n            color: #718096;\n            font-size: 16px;\n            font-weight: 500;\n            margin: 0;\n        }\n        \n        .specs-container {\n            background: #ffffff;\n            border-radius: 12px;\n            overflow: hidden;\n            margin: 30px 0;\n            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);\n            border: 1px solid #e2e8f0;\n        }\n        \n        .specs-header {\n            background: linear-gradient(135deg, #d69e2e 0%, #b7791f 100%);\n            color: white;\n            padding: 18px 24px;\n            font-size: 18px;\n            font-weight: 600;\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n        }\n        \n        .specs-table tr {\n            border-bottom: 1px solid #edf2f7;\n        }\n        \n        .specs-table tr:last-child {\n            border-bottom: none;\n        }\n        \n        .specs-table td {\n            padding: 18px 24px;\n        }\n        \n        .spec-label {\n            font-weight: 600;\n            color: #4a5568;\n            width: 35%;\n            background-color: #f8fafc;\n            border-right: 1px solid #e2e8f0;\n        }\n        \n        .spec-value {\n            color: #2d3748;\n            font-weight: 500;\n        }\n        \n        .certifications {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 8px;\n            margin-top: 5px;\n        }\n        \n        .cert-badge {\n            background: #fed7d7;\n            color: #742a2a;\n            padding: 4px 10px;\n            border-radius: 12px;\n            font-size: 12px;\n            font-weight: 600;\n            border: 1px solid #fc8181;\n        }\n        \n        .cert-badge.vegan {\n            background: #c6f6d5;\n            color: #22543d;\n            border-color: #9ae6b4;\n        }\n        \n        .cert-badge.halal {\n            background: #bee3f8;\n            color: #2c5282;\n            border-color: #90cdf4;\n        }\n        \n        .content-section {\n            margin: 35px 0;\n        }\n        \n        .section-title {\n            font-size: 22px;\n            font-weight: 700;\n            color: #2d3748;\n            margin: 0 0 18px 0;\n            padding-bottom: 10px;\n            border-bottom: 2px solid #e2e8f0;\n            position: relative;\n        }\n        \n        .section-title:after {\n            content: '';\n            position: absolute;\n            bottom: -2px;\n            left: 0;\n            width: 60px;\n            height: 2px;\n            background: linear-gradient(90deg, #d69e2e, #b7791f);\n        }\n        \n        .content-text {\n            color: #4a5568;\n            margin-bottom: 18px;\n            line-height: 1.7;\n        }\n        \n        .feature-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n            margin: 25px 0;\n        }\n        \n        .feature-card {\n            background: #f7fafc;\n            border: 1px solid #e2e8f0;\n            border-radius: 8px;\n            padding: 20px;\n            transition: transform 0.2s ease, box-shadow 0.2s ease;\n        }\n        \n        .feature-card:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);\n        }\n        \n        .feature-title {\n            font-weight: 600;\n            color: #b7791f;\n            margin: 0 0 10px 0;\n            font-size: 16px;\n        }\n        \n        .feature-desc {\n            color: #4a5568;\n            margin: 0;\n            font-size: 14.5px;\n        }\n        \n        .natural-highlight {\n            background: linear-gradient(135deg, #feebc8 0%, #fbd38d 100%);\n            border: 1px solid #f6ad55;\n            border-radius: 8px;\n            padding: 22px;\n            margin: 30px 0;\n        }\n        \n        .natural-title {\n            font-weight: 700;\n            color: #744210;\n            margin: 0 0 12px 0;\n            font-size: 16px;\n        }\n        \n        .natural-desc {\n            color: #744210;\n            margin: 0;\n            font-weight: 500;\n        }\n        \n        .temperature-benefit {\n            background: linear-gradient(135deg, #fed7d7 0%, #feb2b2 100%);\n            border: 1px solid #fc8181;\n            border-radius: 8px;\n            padding: 20px;\n            margin: 25px 0;\n        }\n        \n        .temperature-title {\n            font-weight: 700;\n            color: #742a2a;\n            margin: 0 0 10px 0;\n            font-size: 15px;\n        }\n        \n        .temperature-desc {\n            color: #742a2a;\n            margin: 0;\n            font-weight: 500;\n        }\n        \n        .usage-guide {\n            background: #ffffff;\n            border-left: 4px solid #38a169;\n            padding: 18px;\n            margin: 25px 0;\n            border-radius: 0 8px 8px 0;\n            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);\n        }\n        \n        .usage-title {\n            font-weight: 600;\n            color: #276749;\n            margin: 0 0 8px 0;\n        }\n        \n        .usage-steps {\n            color: #2d3748;\n            margin: 0;\n            line-height: 1.6;\n        }\n        \n        .applications-container {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 12px;\n            margin: 20px 0;\n        }\n        \n        .application-item {\n            background: #fffaf0;\n            border: 1px solid #fbd38d;\n            border-radius: 6px;\n            padding: 15px;\n            text-align: center;\n            font-weight: 600;\n            color: #744210;\n            font-size: 14px;\n        }\n        \n        .storage-info {\n            background: #f7fafc;\n            border: 1px solid #e2e8f0;\n            border-radius: 8px;\n            padding: 18px;\n            margin: 25px 0;\n        }\n        \n        .storage-title {\n            font-weight: 600;\n            color: #4a5568;\n            margin: 0 0 8px 0;\n        }\n        \n        .storage-desc {\n            color: #4a5568;\n            margin: 0;\n        }\n        \n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 24px;\n            }\n            \n            .specs-table td {\n                padding: 14px 18px;\n                display: block;\n                width: 100%;\n                border-right: none;\n            }\n            \n            .spec-label {\n                width: 100%;\n                border-bottom: 1px solid #e2e8f0;\n                margin-bottom: 5px;\n                background-color: #f8fafc;\n            }\n            \n            .feature-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .section-title {\n                font-size: 20px;\n            }\n            \n            .applications-container {\n                grid-template-columns: repeat(2, 1fr);\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .specs-container {\n                margin: 20px 0;\n            }\n            \n            .specs-header {\n                padding: 15px 20px;\n                font-size: 16px;\n            }\n            \n            .applications-container {\n                grid-template-columns: 1fr;\n            }\n        }\n    \u003c\/style\u003e\n    \n    \u003cdiv class=\"product-header\"\u003e\n        \u003ch1 class=\"product-title\"\u003eSosa Jaune Pectin Gelling Agent\u003c\/h1\u003e\n        \u003cp class=\"product-subtitle\"\u003eAll-Natural Citrus Peel Pectin for Professional Applications\u003c\/p\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"specs-container\"\u003e\n        \u003cdiv class=\"specs-header\"\u003eProduct Specifications\u003c\/div\u003e\n        \u003ctable class=\"specs-table\"\u003e\n            \u003ctr\u003e\n                \u003ctd class=\"spec-label\"\u003eSKU #\u003c\/td\u003e\n                \u003ctd class=\"spec-value\"\u003e40455\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.1 lb.\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\"\u003e1.3 lb.\u003c\/td\u003e\n            \u003c\/tr\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\"\u003eProduct Type\u003c\/td\u003e\n                \u003ctd class=\"spec-value\"\u003eHM Jaune Pectin\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n                \u003ctd class=\"spec-label\"\u003eSource\u003c\/td\u003e\n                \u003ctd class=\"spec-value\"\u003eAll-Natural Citrus Peel\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n                \u003ctd class=\"spec-label\"\u003eCertifications\u003c\/td\u003e\n                \u003ctd class=\"spec-value\"\u003e\n                    \u003cdiv class=\"certifications\"\u003e\n                        \u003cspan class=\"cert-badge\"\u003eKosher\u003c\/span\u003e\n                        \u003cspan class=\"cert-badge halal\"\u003eHalal\u003c\/span\u003e\n                        \u003cspan class=\"cert-badge vegan\"\u003eVegan\u003c\/span\u003e\n                        \u003cspan class=\"cert-badge vegan\"\u003eVegetarian\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/td\u003e\n            \u003c\/tr\u003e\n        \u003c\/table\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"natural-highlight\"\u003e\n        \u003cdiv class=\"natural-title\"\u003eAll-Natural Citrus Peel Formula\u003c\/div\u003e\n        \u003cp class=\"natural-desc\"\u003eMade from 100% natural citrus peel, this HM jaune pectin provides superior gelling performance while maintaining natural purity.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch2 class=\"section-title\"\u003eProduct Features\u003c\/h2\u003e\n        \n        \u003cdiv class=\"feature-grid\"\u003e\n            \u003cdiv class=\"feature-card\"\u003e\n                \u003cdiv class=\"feature-title\"\u003eProfessional Gelling Power\u003c\/div\u003e\n                \u003cp class=\"feature-desc\"\u003eCauses jams and jellies to thicken and hold their shape perfectly for consistent, professional results.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"feature-card\"\u003e\n                \u003cdiv class=\"feature-title\"\u003eVersatile Applications\u003c\/div\u003e\n                \u003cp class=\"feature-desc\"\u003eIdeal for jams, jellies, molded fruit pastes, glazes, bakery fillings, and jelly toppings.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"feature-card\"\u003e\n                \u003cdiv class=\"feature-title\"\u003eResealable Packaging\u003c\/div\u003e\n                \u003cp class=\"feature-desc\"\u003e1.1 lb. container maintains freshness and quality for high-volume commercial kitchen use.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"temperature-benefit\"\u003e\n        \u003cdiv class=\"temperature-title\"\u003eLow Gelification Temperature Advantage\u003c\/div\u003e\n        \u003cp class=\"temperature-desc\"\u003eVery low gelification temperature preserves natural fruit flavors by minimizing high-temperature exposure during preparation.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"usage-guide\"\u003e\n        \u003cdiv class=\"usage-title\"\u003ePreparation Instructions\u003c\/div\u003e\n        \u003cp class=\"usage-steps\"\u003eHeat sugar to 105°F, add pectin, stir to combine, bring to boil, then add fruit puree. Allow 24 hours to fully gellify. Suitable for ingredients with pH below 7.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch2 class=\"section-title\"\u003eIdeal Applications\u003c\/h2\u003e\n        \u003cdiv class=\"applications-container\"\u003e\n            \u003cdiv class=\"application-item\"\u003eJams\u003c\/div\u003e\n            \u003cdiv class=\"application-item\"\u003eJellies\u003c\/div\u003e\n            \u003cdiv class=\"application-item\"\u003eMolded Fruit Pastes\u003c\/div\u003e\n            \u003cdiv class=\"application-item\"\u003eGlazes\u003c\/div\u003e\n            \u003cdiv class=\"application-item\"\u003eBakery Fillings\u003c\/div\u003e\n            \u003cdiv class=\"application-item\"\u003eJelly Toppings\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"content-text\"\u003ePerfect for preserving in-season fruits and adding artisan touches to your menu. Use as sweet spreads, fillings, and toppings for signature baked goods.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"storage-info\"\u003e\n        \u003cdiv class=\"storage-title\"\u003eStorage \u0026amp; Shelf Life\u003c\/div\u003e\n        \u003cp class=\"storage-desc\"\u003eResealable container ensures long-term freshness and protection from moisture and contaminants in busy kitchen environments.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch2 class=\"section-title\"\u003eCulinary Benefits\u003c\/h2\u003e\n        \u003cp class=\"content-text\"\u003eCreating homemade fruit jams with jaune pectin adds distinctive artisan quality that sets your menu apart. Preserve seasonal fruits at their peak and transform them into premium accompaniments for desserts, pastries, and breakfast offerings.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch2 class=\"section-title\"\u003eAbout Sosa\u003c\/h2\u003e\n        \u003cp class=\"content-text\"\u003eDiscover the culinary magic of Sosa, a globally renowned manufacturer of premium ingredients since 1967. From Catalonia, Spain, Sosa serves chefs worldwide with diverse gastronomic products including texturizing agents, fruit powders, flavorings, and technical sugars. Rooted in contemporary cuisine principles, Sosa empowers chefs to create with more texture and flavor, and less fat and sugar.\u003c\/p\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42805391654996,"sku":"40455","price":113.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2026-01-04T104200.938.png?v=1767505444","url":"https:\/\/www.restaurantsupplywholesale.ca\/products\/sosa-jaune-yellow-pectin-gelling-agent-1-1-lb","provider":"Prime Restaurant Supply Wholesale","version":"1.0","type":"link"}