{"id":6053,"date":"2024-11-08T09:14:02","date_gmt":"2024-11-08T01:14:02","guid":{"rendered":"https:\/\/spectrum-ingredients.creaworld.sg\/?page_id=6053"},"modified":"2024-12-23T10:05:54","modified_gmt":"2024-12-23T02:05:54","slug":"products","status":"publish","type":"page","link":"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/products\/","title":{"rendered":"Products"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"6053\" class=\"elementor elementor-6053\" data-elementor-settings=\"{&quot;ha_cmc_init_switcher&quot;:&quot;no&quot;}\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-761edb39 jedv-enabled--yes breadcrumb e-flex e-con-boxed e-con e-parent\" data-id=\"761edb39\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;jet_parallax_layout_list&quot;:[],&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-398ad1da jet-breadcrumbs-align-center elementor-widget elementor-widget-jet-breadcrumbs\" data-id=\"398ad1da\" data-element_type=\"widget\" data-widget_type=\"jet-breadcrumbs.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-jet-breadcrumbs jet-blocks\">\n\t\t<div class=\"jet-breadcrumbs\">\n\t\t<div class=\"jet-breadcrumbs__content\">\n\t\t<div class=\"jet-breadcrumbs__wrap\"><div class=\"jet-breadcrumbs__item\"><a href=\"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/\" class=\"jet-breadcrumbs__item-link is-home\" rel=\"home\" title=\"Home\">Home<\/a><\/div>\n\t\t<\/div>\n\t\t<\/div>\n\t\t<\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-61a5899c e-con-full e-flex e-con e-parent\" data-id=\"61a5899c\" data-element_type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;,&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<script>\n\t\t\t(function() {\n\n\t\t\t\tconst offcanavs = document.querySelectorAll( '.jet-offcanvas' );\n\n\t\t\t\toffcanavs.forEach( ( offcanv ) => {\n\n\t\t\t\t\tlet parent = offcanv.parentNode;\n\t\t\t\t\tlet settings = JSON.parse( offcanv.dataset.jetOffcanvas );\n\t\t\t\t\tlet expandNode = document.createElement( 'div' );\n\t\t\t\t\tlet collapseNode = document.createElement( 'div' );\n\n\t\t\t\t\texpandNode.classList.add( 'jet-offcanvas-trigger-wrap' );\n\t\t\t\t\tcollapseNode.classList.add( 'jet-offcanvas-trigger-wrap' );\n\n\t\t\t\t\texpandNode.classList.add( 'jet-offcanvas-' + offcanv.dataset.id );\n\n\t\t\t\t\texpandNode.innerHTML = '<div class=\"jet-offcanvas-expand jet-offcanvas-trigger\" tabindex=\"-1\">' + settings.expand + '<\/div>';\n\t\t\t\t\tcollapseNode.innerHTML = '<div class=\"jet-offcanvas-collapse jet-offcanvas-trigger\" tabindex=\"-1\">' + settings.collapse + '<\/div>';\n\n\t\t\t\t\tif ( parent ) {\n\t\t\t\t\t\tparent.classList.add( 'jet-offcanvas-parent' );\n\t\t\t\t\t}\n\n\t\t\t\t\tif ( offcanv.classList.contains( 'elementor-column' ) ) {\n\t\t\t\t\t\toffcanv.querySelector( '.elementor-element-populated' ).prepend( collapseNode );\n\t\t\t\t\t} else {\n\t\t\t\t\t\toffcanv.prepend( collapseNode );\n\t\t\t\t\t}\n\n\t\t\t\t\tparent.prepend( expandNode );\n\n\t\t\t\t\texpandNode.firstElementChild.addEventListener( 'click', () => {\n\t\t\t\t\t\toffcanv.classList.add( 'is-active' );\n\t\t\t\t\t\tparent.classList.add( 'is-active' );\n\t\t\t\t\t} );\n\n\t\t\t\t\tcollapseNode.firstElementChild.addEventListener( 'click', () => {\n\t\t\t\t\t\toffcanv.classList.remove( 'is-active' );\n\t\t\t\t\t\tparent.classList.remove( 'is-active' );\n\t\t\t\t\t} );\n\n\t\t\t\t\tdocument.addEventListener( 'click', ( event ) => {\n\n\t\t\t\t\t\t\/\/ if element diractly has required class - close offcanvas\n\t\t\t\t\t\tif ( event.target.classList.contains( 'offcanvas-collapse' ) ) {\n\t\t\t\t\t\t\toffcanv.classList.remove( 'is-active' );\n\t\t\t\t\t\t\tparent.classList.remove( 'is-active' );\n\t\t\t\t\t\t\treturn;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\/\/ if its button inside element with required class - also close offcanvas\n\t\t\t\t\t\tif ( 'BUTTON' === event.target.tagName ) {\n\t\t\t\t\t\t\tlet parentTarget = event.target.closest( '.offcanvas-collapse' );\n\t\t\t\t\t\t\tif ( parentTarget ) {\n\t\t\t\t\t\t\t\toffcanv.classList.remove( 'is-active' );\n\t\t\t\t\t\t\t\tparent.classList.remove( 'is-active' );\n\t\t\t\t\t\t\t\treturn;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t} );\n\n\t\t\t\t});\n\n\t\t\t})()\n\t\t<\/script>\n\t\t<div class=\"jet-offcanvas elementor-element elementor-element-4f5f9f91 jet-offcanvas--yes e-con-full e-flex e-con e-child\" data-jet-offcanvas=\"{&quot;expand&quot;:&quot;&lt;div class=\\&quot;jet-offcanvas-icon\\&quot;&gt;&lt;i aria-hidden=\\&quot;true\\&quot; class=\\&quot;hm hm-slider-range-h\\&quot;&gt;&lt;\\\/i&gt;&lt;\\\/div&gt;Filter&quot;,&quot;collapse&quot;:&quot;&lt;div class=\\&quot;jet-offcanvas-icon\\&quot;&gt;&lt;i aria-hidden=\\&quot;true\\&quot; class=\\&quot;hm hm-arrow-left1\\&quot;&gt;&lt;\\\/i&gt;&lt;\\\/div&gt;Back&quot;}\" data-id=\"4f5f9f91\" data-element_type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-64b67890 elementor-widget elementor-widget-heading\" data-id=\"64b67890\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Categories<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1ddb522a elementor-widget elementor-widget-text-editor\" data-id=\"1ddb522a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div id='iksm-1306' class='iksm iksm-1306 iksm-container '  data-id='1306' data-is-pro='0' data-source='taxonomy'><div class='iksm-terms'><div class='iksm-terms-tree iksm-terms-tree--level-1 iksm-terms-tree--parents' style=''><div class=\"iksm-terms-tree__inner\">\n        <div class=\"iksm-term iksm-term--id-23 iksm-term--parent\" data-id=\"23\">\n            <div class=\"iksm-term__inner\" tabindex='0'>\n                <a class=\"iksm-term__link\" href='https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/product-category\/processed-fruits\/' target='_self' tabindex='-1'>\n\t\t\t\t        <span class=\"iksm-term__text\">Processed Fruits<\/span>\n\t\t            <\/a>\n\t\t\t        <\/div>\n\t\t        <\/div>\n\n\t\t\n        <div class=\"iksm-term iksm-term--id-57 iksm-term--parent\" data-id=\"57\">\n            <div class=\"iksm-term__inner\" tabindex='0'>\n                <a class=\"iksm-term__link\" href='https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/product-category\/processed-nuts\/' target='_self' tabindex='-1'>\n\t\t\t\t        <span class=\"iksm-term__text\">Processed Nuts<\/span>\n\t\t            <\/a>\n\t\t\t        <\/div>\n\t\t        <\/div>\n\n\t\t\n        <div class=\"iksm-term iksm-term--id-56 iksm-term--parent\" data-id=\"56\">\n            <div class=\"iksm-term__inner\" tabindex='0'>\n                <a class=\"iksm-term__link\" href='https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/product-category\/processed-grains-pulse\/' target='_self' tabindex='-1'>\n\t\t\t\t        <span class=\"iksm-term__text\">Processed Grains &amp; Pulse<\/span>\n\t\t            <\/a>\n\t\t\t        <\/div>\n\t\t        <\/div>\n\n\t\t\n        <div class=\"iksm-term iksm-term--id-59 iksm-term--parent\" data-id=\"59\">\n            <div class=\"iksm-term__inner\" tabindex='0'>\n                <a class=\"iksm-term__link\" href='https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/product-category\/sweetening-agent\/' target='_self' tabindex='-1'>\n\t\t\t\t        <span class=\"iksm-term__text\">Sweetening Agents<\/span>\n\t\t            <\/a>\n\t\t\t        <\/div>\n\t\t        <\/div>\n\n\t\t\n        <div class=\"iksm-term iksm-term--id-61 iksm-term--parent\" data-id=\"61\">\n            <div class=\"iksm-term__inner\" tabindex='0'>\n                <a class=\"iksm-term__link\" href='https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/product-category\/organic\/' target='_self' tabindex='-1'>\n\t\t\t\t        <span class=\"iksm-term__text\">Organic<\/span>\n\t\t            <\/a>\n\t\t\t        <\/div>\n\t\t        <\/div>\n\n\t\t\n        <div class=\"iksm-term iksm-term--id-64 iksm-term--parent\" data-id=\"64\">\n            <div class=\"iksm-term__inner\" tabindex='0'>\n                <a class=\"iksm-term__link\" href='https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/product-category\/oilseeds\/' target='_self' tabindex='-1'>\n\t\t\t\t        <span class=\"iksm-term__text\">Oilseeds<\/span>\n\t\t            <\/a>\n\t\t\t        <\/div>\n\t\t        <\/div>\n\n\t\t\n        <div class=\"iksm-term iksm-term--id-65 iksm-term--parent\" data-id=\"65\">\n            <div class=\"iksm-term__inner\" tabindex='0'>\n                <a class=\"iksm-term__link\" href='https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/product-category\/retail-items\/' target='_self' tabindex='-1'>\n\t\t\t\t        <span class=\"iksm-term__text\">Retail Items<\/span>\n\t\t            <\/a>\n\t\t\t        <\/div>\n\t\t        <\/div>\n\n\t\t\n        <div class=\"iksm-term iksm-term--id-68 iksm-term--parent\" data-id=\"68\">\n            <div class=\"iksm-term__inner\" tabindex='0'>\n                <a class=\"iksm-term__link\" href='https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/product-category\/plant-protein-concentrates\/' target='_self' tabindex='-1'>\n\t\t\t\t        <span class=\"iksm-term__text\">Plant Protein Concentrates<\/span>\n\t\t            <\/a>\n\t\t\t        <\/div>\n\t\t        <\/div>\n\n\t\t<\/div><\/div><\/div><div id=\"iksm_data_args\" class=\"data-args\"  data-collapse_children_terms='1' data-collapse_other_terms='1' data-collapse_animation_duration='400' data-expand_animation_duration='400'><\/div><\/div><script id=\"styles-copier-6aa6c6725998a\">\n\t\t\t\/\/ Finding styles element\n\t        var element = document.getElementById(\"iksm-dynamic-style\");\n\t        if (!element) { \/\/ If no element (Cache plugins can remove tag), then creating a new one\n                element = document.createElement('style');\n                var head = document.getElementsByTagName(\"head\")\n                if (head && head[0]) {\n                \thead[0].appendChild(element);\n                } else {\n                  \tconsole.warn(\"Iks Menu | Error while printing styles. Please contact technical support.\");\n                }\n\t        }\n\t\t\t\/\/ Copying styles to <styles> tag\n\t        element.innerHTML += \".iksm-1306 .iksm-terms{transition:all 400ms;animation:iks-fade-in 1000ms;}.iksm-1306 .iksm-terms-tree--level-1 > * > .iksm-term:not(:last-child){margin-bottom:0;}.iksm-1306 .iksm-term__inner{background-color:rgba(255,255,255,0);min-height:35px;transition:all 400ms;}.iksm-1306 .iksm-term__inner:hover{background-color:rgba(0,0,0,0);}.iksm-1306 .iksm-term--current > .iksm-term__inner{background-color:rgba(0,0,0,0);}.iksm-1306 .iksm-term__link{color:rgba(50,50,50,1);font-size:16px;line-height:1em;font-weight:400;text-transform:capitalize;text-decoration:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;transition:all 400ms;}.iksm-1306 .iksm-term__inner:hover .iksm-term__link{color:rgba(186,30,0,1);}.iksm-1306 .iksm-term__toggle__inner{transition:transform 400ms}.iksm-1306 .iksm-term--expanded > .iksm-term__inner > .iksm-term__toggle > .iksm-term__toggle__inner{transform:rotate(180deg);}.iksm-1306 .iksm-term__toggle{color:rgba(133,133,133,1);font-size:22px;align-self:stretch;height:unset;;width:40px;transition:all 400ms;}.iksm-1306 .iksm-term__toggle:hover{color:rgba(0,0,0,1);}.iksm-1306 .iksm-term__image-container{width:30px;min-width:30px;height:30px;min-height:30px;margin-right:15px;transition:all 400ms;}.iksm-1306 .iksm-term__image{background-size:contain;background-position:center;background-repeat:no-repeat;}.iksm-1306 .iksm-term__image-container:hover{background-size:contain;background-position:center;background-repeat:no-repeat;}.iksm-1306 .iksm-term__inner:hover .iksm-term__image-container{background-size:contain;background-position:center;background-repeat:no-repeat;}.iksm-1306 .iksm-term__inner:focus .iksm-term__image-container{background-size:contain;background-position:center;background-repeat:no-repeat;}.iksm-1306 .iksm-term--current > .iksm-term__inner .iksm-term__image-container{background-size:contain;background-position:center;background-repeat:no-repeat;}.iksm-1306 .iksm-term--child .iksm-term__inner .iksm-term__image-container{background-size:contain;background-position:center;background-repeat:no-repeat;}.iksm-1306 .iksm-term--child .iksm-term__inner .iksm-term__image-container:hover{background-size:contain;background-position:center;background-repeat:no-repeat;}.iksm-1306 .iksm-term--child .iksm-term__inner .iksm-term__image-container:focus{background-size:contain;background-position:center;background-repeat:no-repeat;}.iksm-1306 .iksm-term--child.iksm-term--current > .iksm-term__inner .iksm-term__image-container{background-size:contain;background-position:center;background-repeat:no-repeat;}.iksm-1306  .iksm-term__text{flex: unset}.iksm-1306 .iksm-term__posts-count{color:rgba(133,133,133,1);font-size:16px;margin-left:12px;font-weight:400;transition:all 400ms;}\";\n\t        \/\/ Removing this script\n            var this_script = document.getElementById(\"styles-copier-6aa6c6725998a\");\n            if (this_script) { \/\/ Cache plugins can remove tag\n\t            this_script.outerHTML = \"\";\n\t            if (this_script.parentNode) {\n\t                this_script.parentNode.removeChild(this_script);\n\t            }\n            }\n        <\/script>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-73e8d715 e-con-full e-flex e-con e-child\" data-id=\"73e8d715\" data-element_type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;_ha_eqh_enable&quot;:false}\">\n\t\t<div class=\"elementor-element elementor-element-69944b8 e-con-full e-flex e-con e-child\" data-id=\"69944b8\" data-element_type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-515460b ha-gb-stripe ha-gb-row ha-gb-right ha-gb-top ha-has-bg-overlay elementor-widget elementor-widget-jet-listing-grid\" data-id=\"515460b\" data-element_type=\"widget\" data-settings=\"{&quot;columns&quot;:3,&quot;columns_tablet&quot;:&quot;2&quot;,&quot;columns_mobile&quot;:&quot;1&quot;}\" data-widget_type=\"jet-listing-grid.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"jet-listing-grid jet-listing\"><div class=\"jet-listing-grid__items grid-col-desk-3 grid-col-tablet-2 grid-col-mobile-1 jet-listing-grid--5589 jet-equal-columns__wrapper\" data-queried-id=\"6053|WP_Post\" data-nav=\"{&quot;enabled&quot;:false,&quot;type&quot;:null,&quot;more_el&quot;:null,&quot;query&quot;:[],&quot;widget_settings&quot;:{&quot;lisitng_id&quot;:5589,&quot;posts_num&quot;:99,&quot;columns&quot;:3,&quot;columns_tablet&quot;:2,&quot;columns_mobile&quot;:1,&quot;column_min_width&quot;:240,&quot;column_min_width_tablet&quot;:240,&quot;column_min_width_mobile&quot;:240,&quot;inline_columns_css&quot;:false,&quot;is_archive_template&quot;:&quot;&quot;,&quot;post_status&quot;:[&quot;publish&quot;],&quot;use_random_posts_num&quot;:&quot;&quot;,&quot;max_posts_num&quot;:9,&quot;not_found_message&quot;:&quot;Coming Soon&quot;,&quot;is_masonry&quot;:false,&quot;equal_columns_height&quot;:&quot;yes&quot;,&quot;use_load_more&quot;:&quot;&quot;,&quot;load_more_id&quot;:&quot;&quot;,&quot;load_more_type&quot;:&quot;click&quot;,&quot;load_more_offset&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;use_custom_post_types&quot;:&quot;yes&quot;,&quot;custom_post_types&quot;:[],&quot;hide_widget_if&quot;:&quot;&quot;,&quot;carousel_enabled&quot;:&quot;&quot;,&quot;slides_to_scroll&quot;:&quot;1&quot;,&quot;arrows&quot;:&quot;true&quot;,&quot;arrow_icon&quot;:&quot;fa fa-angle-left&quot;,&quot;dots&quot;:&quot;&quot;,&quot;autoplay&quot;:&quot;true&quot;,&quot;pause_on_hover&quot;:&quot;true&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;true&quot;,&quot;center_mode&quot;:&quot;&quot;,&quot;effect&quot;:&quot;slide&quot;,&quot;speed&quot;:500,&quot;inject_alternative_items&quot;:&quot;&quot;,&quot;injection_items&quot;:[],&quot;scroll_slider_enabled&quot;:&quot;&quot;,&quot;scroll_slider_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;custom_query&quot;:&quot;yes&quot;,&quot;custom_query_id&quot;:&quot;4&quot;,&quot;_element_id&quot;:&quot;&quot;,&quot;collapse_first_last_gap&quot;:false,&quot;list_items_wrapper_tag&quot;:&quot;div&quot;,&quot;list_item_tag&quot;:&quot;div&quot;,&quot;empty_items_wrapper_tag&quot;:&quot;div&quot;}}\" data-page=\"1\" data-pages=\"1\" data-listing-source=\"query\" data-listing-id=\"5589\" data-query-id=\"4\"><div class=\"jet-listing-grid__item jet-listing-dynamic-post-23 jet-equal-columns\" data-post-id=\"23\" >\t\t<div data-elementor-type=\"jet-listing-items\" data-elementor-id=\"5589\" class=\"elementor elementor-5589\" data-elementor-settings=\"{&quot;ha_cmc_init_switcher&quot;:&quot;no&quot;}\" data-elementor-post-type=\"jet-engine\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0f7ea62 e-con-full e-flex e-con e-parent\" data-id=\"0f7ea62\" data-element_type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;,&quot;_ha_eqh_enable&quot;:false}\">\n\t\t<div class=\"elementor-element elementor-element-a461f65 e-con-full e-flex e-con e-child\" data-id=\"a461f65\" data-element_type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2848a42 elementor-widget elementor-widget-image\" data-id=\"2848a42\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"259\" height=\"300\" src=\"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/wp-content\/uploads\/2024\/03\/pro-img1.jpg\" class=\"attachment-medium size-medium wp-image-5085\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0c7c61b e-con-full e-flex e-con e-child\" data-id=\"0c7c61b\" data-element_type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e857fc6 elementor-widget elementor-widget-jet-woo-builder-archive-category-title\" data-id=\"e857fc6\" data-element_type=\"widget\" data-widget_type=\"jet-woo-builder-archive-category-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5> <div class=\"jet-woo-builder-archive-category-title\" > Processed Fruits <\/div> <\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-912f4bd elementor-widget elementor-widget-text-editor\" data-id=\"912f4bd\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tWe offer an extensive selection in candied, concentrate, dehydrated, diced, dried, frozen, glazed, paste, pitted, powdered and pureed forms.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7c2646d e-con-full e-flex e-con e-child\" data-id=\"7c2646d\" data-element_type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2a57908 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"2a57908\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/product-category\/processed-fruits\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Explore Product<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<\/div><div class=\"jet-listing-grid__item jet-listing-dynamic-post-57 jet-equal-columns\" data-post-id=\"57\" >\t\t<div data-elementor-type=\"jet-listing-items\" data-elementor-id=\"5589\" class=\"elementor elementor-5589\" data-elementor-settings=\"{&quot;ha_cmc_init_switcher&quot;:&quot;no&quot;}\" data-elementor-post-type=\"jet-engine\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0f7ea62 e-con-full e-flex e-con e-parent\" data-id=\"0f7ea62\" data-element_type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;,&quot;_ha_eqh_enable&quot;:false}\">\n\t\t<div class=\"elementor-element elementor-element-a461f65 e-con-full e-flex e-con e-child\" data-id=\"a461f65\" data-element_type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2848a42 elementor-widget elementor-widget-image\" data-id=\"2848a42\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/wp-content\/uploads\/2024\/03\/YSRNWTS02-Walnut-Halves-80-300x300.jpg\" class=\"attachment-medium size-medium wp-image-5087\" alt=\"\" srcset=\"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/wp-content\/uploads\/2024\/03\/YSRNWTS02-Walnut-Halves-80-300x300.jpg 300w, https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/wp-content\/uploads\/2024\/03\/YSRNWTS02-Walnut-Halves-80-150x150.jpg 150w, https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/wp-content\/uploads\/2024\/03\/YSRNWTS02-Walnut-Halves-80-768x768.jpg 768w, https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/wp-content\/uploads\/2024\/03\/YSRNWTS02-Walnut-Halves-80-600x600.jpg 600w, https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/wp-content\/uploads\/2024\/03\/YSRNWTS02-Walnut-Halves-80-100x100.jpg 100w, https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/wp-content\/uploads\/2024\/03\/YSRNWTS02-Walnut-Halves-80.jpg 1000w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0c7c61b e-con-full e-flex e-con e-child\" data-id=\"0c7c61b\" data-element_type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e857fc6 elementor-widget elementor-widget-jet-woo-builder-archive-category-title\" data-id=\"e857fc6\" data-element_type=\"widget\" data-widget_type=\"jet-woo-builder-archive-category-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5> <div class=\"jet-woo-builder-archive-category-title\" > Processed Nuts <\/div> <\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-912f4bd elementor-widget elementor-widget-text-editor\" data-id=\"912f4bd\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tOur nuts are available as shelled kernels (with or without skin), diced, sliced, slivered, or ground into flours, meals and pastes. Our seed varieties come in whole, paste and oil forms.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7c2646d e-con-full e-flex e-con e-child\" data-id=\"7c2646d\" data-element_type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2a57908 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"2a57908\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/product-category\/processed-nuts\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Explore Product<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<\/div><div class=\"jet-listing-grid__item jet-listing-dynamic-post-56 jet-equal-columns\" data-post-id=\"56\" >\t\t<div data-elementor-type=\"jet-listing-items\" data-elementor-id=\"5589\" class=\"elementor elementor-5589\" data-elementor-settings=\"{&quot;ha_cmc_init_switcher&quot;:&quot;no&quot;}\" data-elementor-post-type=\"jet-engine\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0f7ea62 e-con-full e-flex e-con e-parent\" data-id=\"0f7ea62\" data-element_type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;,&quot;_ha_eqh_enable&quot;:false}\">\n\t\t<div class=\"elementor-element elementor-element-a461f65 e-con-full e-flex e-con e-child\" data-id=\"a461f65\" data-element_type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2848a42 elementor-widget elementor-widget-image\" data-id=\"2848a42\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/wp-content\/uploads\/2024\/03\/9_Wholegrain-9-Blend-consist-of-Brown-Flax-Anthograin-Wheat-Rye-Triticale-Barley-Sesame-Spelt-Quinoa-Millet-300x300.jpg\" class=\"attachment-medium size-medium wp-image-5088\" alt=\"\" srcset=\"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/wp-content\/uploads\/2024\/03\/9_Wholegrain-9-Blend-consist-of-Brown-Flax-Anthograin-Wheat-Rye-Triticale-Barley-Sesame-Spelt-Quinoa-Millet-300x300.jpg 300w, https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/wp-content\/uploads\/2024\/03\/9_Wholegrain-9-Blend-consist-of-Brown-Flax-Anthograin-Wheat-Rye-Triticale-Barley-Sesame-Spelt-Quinoa-Millet-150x150.jpg 150w, https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/wp-content\/uploads\/2024\/03\/9_Wholegrain-9-Blend-consist-of-Brown-Flax-Anthograin-Wheat-Rye-Triticale-Barley-Sesame-Spelt-Quinoa-Millet-768x768.jpg 768w, https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/wp-content\/uploads\/2024\/03\/9_Wholegrain-9-Blend-consist-of-Brown-Flax-Anthograin-Wheat-Rye-Triticale-Barley-Sesame-Spelt-Quinoa-Millet-600x600.jpg 600w, https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/wp-content\/uploads\/2024\/03\/9_Wholegrain-9-Blend-consist-of-Brown-Flax-Anthograin-Wheat-Rye-Triticale-Barley-Sesame-Spelt-Quinoa-Millet-100x100.jpg 100w, https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/wp-content\/uploads\/2024\/03\/9_Wholegrain-9-Blend-consist-of-Brown-Flax-Anthograin-Wheat-Rye-Triticale-Barley-Sesame-Spelt-Quinoa-Millet.jpg 1000w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0c7c61b e-con-full e-flex e-con e-child\" data-id=\"0c7c61b\" data-element_type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e857fc6 elementor-widget elementor-widget-jet-woo-builder-archive-category-title\" data-id=\"e857fc6\" data-element_type=\"widget\" data-widget_type=\"jet-woo-builder-archive-category-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5> <div class=\"jet-woo-builder-archive-category-title\" > Processed Grains &amp; Pulse <\/div> <\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-912f4bd elementor-widget elementor-widget-text-editor\" data-id=\"912f4bd\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tMany SE Asian industrial bread and biscuits products feature our multigrain blends. We supply an extensive range that also includes pre-\u00adcooked and organic products. Our grains and pulses are available in blends, flours, meals, flaked, kibbled and whole.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7c2646d e-con-full e-flex e-con e-child\" data-id=\"7c2646d\" data-element_type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2a57908 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"2a57908\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/product-category\/processed-grains-pulse\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Explore Product<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<\/div><div class=\"jet-listing-grid__item jet-listing-dynamic-post-59 jet-equal-columns\" data-post-id=\"59\" >\t\t<div data-elementor-type=\"jet-listing-items\" data-elementor-id=\"5589\" class=\"elementor elementor-5589\" data-elementor-settings=\"{&quot;ha_cmc_init_switcher&quot;:&quot;no&quot;}\" data-elementor-post-type=\"jet-engine\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0f7ea62 e-con-full e-flex e-con e-parent\" data-id=\"0f7ea62\" data-element_type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;,&quot;_ha_eqh_enable&quot;:false}\">\n\t\t<div class=\"elementor-element elementor-element-a461f65 e-con-full e-flex e-con e-child\" data-id=\"a461f65\" data-element_type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2848a42 elementor-widget elementor-widget-image\" data-id=\"2848a42\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/wp-content\/uploads\/2024\/11\/SweeteningAgents_1-300x300.png\" class=\"attachment-medium size-medium wp-image-6042\" alt=\"\" srcset=\"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/wp-content\/uploads\/2024\/11\/SweeteningAgents_1-300x300.png 300w, https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/wp-content\/uploads\/2024\/11\/SweeteningAgents_1-150x150.png 150w, https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/wp-content\/uploads\/2024\/11\/SweeteningAgents_1-768x768.png 768w, https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/wp-content\/uploads\/2024\/11\/SweeteningAgents_1-600x600.png 600w, https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/wp-content\/uploads\/2024\/11\/SweeteningAgents_1-100x100.png 100w, https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/wp-content\/uploads\/2024\/11\/SweeteningAgents_1.png 1000w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0c7c61b e-con-full e-flex e-con e-child\" data-id=\"0c7c61b\" data-element_type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e857fc6 elementor-widget elementor-widget-jet-woo-builder-archive-category-title\" data-id=\"e857fc6\" data-element_type=\"widget\" data-widget_type=\"jet-woo-builder-archive-category-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5> <div class=\"jet-woo-builder-archive-category-title\" > Sweetening Agents <\/div> <\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-912f4bd elementor-widget elementor-widget-text-editor\" data-id=\"912f4bd\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tWe supply a range of sweetening alternatives to table sugar, as well as a selection of other fillings to further enhance the flavor of food products.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7c2646d e-con-full e-flex e-con e-child\" data-id=\"7c2646d\" data-element_type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2a57908 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"2a57908\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/product-category\/sweetening-agent\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Explore Product<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<\/div><div class=\"jet-listing-grid__item jet-listing-dynamic-post-61 jet-equal-columns\" data-post-id=\"61\" >\t\t<div data-elementor-type=\"jet-listing-items\" data-elementor-id=\"5589\" class=\"elementor elementor-5589\" data-elementor-settings=\"{&quot;ha_cmc_init_switcher&quot;:&quot;no&quot;}\" data-elementor-post-type=\"jet-engine\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0f7ea62 e-con-full e-flex e-con e-parent\" data-id=\"0f7ea62\" data-element_type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;,&quot;_ha_eqh_enable&quot;:false}\">\n\t\t<div class=\"elementor-element elementor-element-a461f65 e-con-full e-flex e-con e-child\" data-id=\"a461f65\" data-element_type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2848a42 elementor-widget elementor-widget-image\" data-id=\"2848a42\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"208\" src=\"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/wp-content\/uploads\/2024\/03\/AnthoGrain-Bread-Buns-300x208.jpg\" class=\"attachment-medium size-medium wp-image-5091\" alt=\"\" srcset=\"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/wp-content\/uploads\/2024\/03\/AnthoGrain-Bread-Buns-300x208.jpg 300w, https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/wp-content\/uploads\/2024\/03\/AnthoGrain-Bread-Buns-1024x709.jpg 1024w, https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/wp-content\/uploads\/2024\/03\/AnthoGrain-Bread-Buns-768x532.jpg 768w, https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/wp-content\/uploads\/2024\/03\/AnthoGrain-Bread-Buns-1536x1064.jpg 1536w, https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/wp-content\/uploads\/2024\/03\/AnthoGrain-Bread-Buns-2048x1419.jpg 2048w, https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/wp-content\/uploads\/2024\/03\/AnthoGrain-Bread-Buns-600x416.jpg 600w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0c7c61b e-con-full e-flex e-con e-child\" data-id=\"0c7c61b\" data-element_type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e857fc6 elementor-widget elementor-widget-jet-woo-builder-archive-category-title\" data-id=\"e857fc6\" data-element_type=\"widget\" data-widget_type=\"jet-woo-builder-archive-category-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5> <div class=\"jet-woo-builder-archive-category-title\" > Organic <\/div> <\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-912f4bd elementor-widget elementor-widget-text-editor\" data-id=\"912f4bd\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tConsumer interest in organic foods has been growing steadily due to the perceived health benefits as well as concerns for the natural environment. We offer a range of organic certified products.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7c2646d e-con-full e-flex e-con e-child\" data-id=\"7c2646d\" data-element_type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2a57908 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"2a57908\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/product-category\/organic\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Explore Product<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<\/div><div class=\"jet-listing-grid__item jet-listing-dynamic-post-64 jet-equal-columns\" data-post-id=\"64\" >\t\t<div data-elementor-type=\"jet-listing-items\" data-elementor-id=\"5589\" class=\"elementor elementor-5589\" data-elementor-settings=\"{&quot;ha_cmc_init_switcher&quot;:&quot;no&quot;}\" data-elementor-post-type=\"jet-engine\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0f7ea62 e-con-full e-flex e-con e-parent\" data-id=\"0f7ea62\" data-element_type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;,&quot;_ha_eqh_enable&quot;:false}\">\n\t\t<div class=\"elementor-element elementor-element-a461f65 e-con-full e-flex e-con e-child\" data-id=\"a461f65\" data-element_type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2848a42 elementor-widget elementor-widget-image\" data-id=\"2848a42\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/wp-content\/uploads\/2024\/11\/Oilseeds_4-300x300.jpg\" class=\"attachment-medium size-medium wp-image-6050\" alt=\"\" srcset=\"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/wp-content\/uploads\/2024\/11\/Oilseeds_4-300x300.jpg 300w, https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/wp-content\/uploads\/2024\/11\/Oilseeds_4-150x150.jpg 150w, https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/wp-content\/uploads\/2024\/11\/Oilseeds_4-768x768.jpg 768w, https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/wp-content\/uploads\/2024\/11\/Oilseeds_4-600x600.jpg 600w, https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/wp-content\/uploads\/2024\/11\/Oilseeds_4-100x100.jpg 100w, https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/wp-content\/uploads\/2024\/11\/Oilseeds_4.jpg 1000w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0c7c61b e-con-full e-flex e-con e-child\" data-id=\"0c7c61b\" data-element_type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e857fc6 elementor-widget elementor-widget-jet-woo-builder-archive-category-title\" data-id=\"e857fc6\" data-element_type=\"widget\" data-widget_type=\"jet-woo-builder-archive-category-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5> <div class=\"jet-woo-builder-archive-category-title\" > Oilseeds <\/div> <\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-912f4bd elementor-widget elementor-widget-text-editor\" data-id=\"912f4bd\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tThe types of oilseed ingredients we stock include chia seed, flaxseed, millet, sesame (natural, black, and white), soy, and sunflower kernels.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7c2646d e-con-full e-flex e-con e-child\" data-id=\"7c2646d\" data-element_type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2a57908 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"2a57908\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/product-category\/oilseeds\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Explore Product<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<\/div><div class=\"jet-listing-grid__item jet-listing-dynamic-post-65 jet-equal-columns\" data-post-id=\"65\" >\t\t<div data-elementor-type=\"jet-listing-items\" data-elementor-id=\"5589\" class=\"elementor elementor-5589\" data-elementor-settings=\"{&quot;ha_cmc_init_switcher&quot;:&quot;no&quot;}\" data-elementor-post-type=\"jet-engine\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0f7ea62 e-con-full e-flex e-con e-parent\" data-id=\"0f7ea62\" data-element_type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;,&quot;_ha_eqh_enable&quot;:false}\">\n\t\t<div class=\"elementor-element elementor-element-a461f65 e-con-full e-flex e-con e-child\" data-id=\"a461f65\" data-element_type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2848a42 elementor-widget elementor-widget-image\" data-id=\"2848a42\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/wp-content\/uploads\/2024\/11\/Sun-Q-Apricots-300x300.png\" class=\"attachment-medium size-medium wp-image-6341\" alt=\"\" srcset=\"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/wp-content\/uploads\/2024\/11\/Sun-Q-Apricots-300x300.png 300w, https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/wp-content\/uploads\/2024\/11\/Sun-Q-Apricots-150x150.png 150w, https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/wp-content\/uploads\/2024\/11\/Sun-Q-Apricots-768x768.png 768w, https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/wp-content\/uploads\/2024\/11\/Sun-Q-Apricots-600x600.png 600w, https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/wp-content\/uploads\/2024\/11\/Sun-Q-Apricots-100x100.png 100w, https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/wp-content\/uploads\/2024\/11\/Sun-Q-Apricots.png 1000w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0c7c61b e-con-full e-flex e-con e-child\" data-id=\"0c7c61b\" data-element_type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e857fc6 elementor-widget elementor-widget-jet-woo-builder-archive-category-title\" data-id=\"e857fc6\" data-element_type=\"widget\" data-widget_type=\"jet-woo-builder-archive-category-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5> <div class=\"jet-woo-builder-archive-category-title\" > Retail Items <\/div> <\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-912f4bd elementor-widget elementor-widget-text-editor\" data-id=\"912f4bd\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tYou will find a range of nutritious items including the consumer pack InfraReady grain and oilseed items, SunQ organic dried fruits, Dipasa oils, Canadian maple syrups and much more. \t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7c2646d e-con-full e-flex e-con e-child\" data-id=\"7c2646d\" data-element_type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2a57908 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"2a57908\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/product-category\/retail-items\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Explore Product<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<\/div><div class=\"jet-listing-grid__item jet-listing-dynamic-post-68 jet-equal-columns\" data-post-id=\"68\" >\t\t<div data-elementor-type=\"jet-listing-items\" data-elementor-id=\"5589\" class=\"elementor elementor-5589\" data-elementor-settings=\"{&quot;ha_cmc_init_switcher&quot;:&quot;no&quot;}\" data-elementor-post-type=\"jet-engine\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0f7ea62 e-con-full e-flex e-con e-parent\" data-id=\"0f7ea62\" data-element_type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;,&quot;_ha_eqh_enable&quot;:false}\">\n\t\t<div class=\"elementor-element elementor-element-a461f65 e-con-full e-flex e-con e-child\" data-id=\"a461f65\" data-element_type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2848a42 elementor-widget elementor-widget-image\" data-id=\"2848a42\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/wp-content\/uploads\/2024\/11\/ppc-300x300.jpeg\" class=\"attachment-medium size-medium wp-image-6704\" alt=\"\" srcset=\"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/wp-content\/uploads\/2024\/11\/ppc-300x300.jpeg 300w, https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/wp-content\/uploads\/2024\/11\/ppc-1024x1024.jpeg 1024w, https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/wp-content\/uploads\/2024\/11\/ppc-150x150.jpeg 150w, https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/wp-content\/uploads\/2024\/11\/ppc-768x768.jpeg 768w, https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/wp-content\/uploads\/2024\/11\/ppc-1536x1536.jpeg 1536w, https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/wp-content\/uploads\/2024\/11\/ppc-600x600.jpeg 600w, https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/wp-content\/uploads\/2024\/11\/ppc-100x100.jpeg 100w, https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/wp-content\/uploads\/2024\/11\/ppc.jpeg 1600w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0c7c61b e-con-full e-flex e-con e-child\" data-id=\"0c7c61b\" data-element_type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e857fc6 elementor-widget elementor-widget-jet-woo-builder-archive-category-title\" data-id=\"e857fc6\" data-element_type=\"widget\" data-widget_type=\"jet-woo-builder-archive-category-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5> <div class=\"jet-woo-builder-archive-category-title\" > Plant Protein Concentrates <\/div> <\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-912f4bd elementor-widget elementor-widget-text-editor\" data-id=\"912f4bd\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tThe types of plant concentrate with a minimum 40% protein we offer include brown rice concentrate, moringa concentrate, pea concentrate, sesame concentrate, soy concentrate, and wheat concentrate.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7c2646d e-con-full e-flex e-con e-child\" data-id=\"7c2646d\" data-element_type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2a57908 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"2a57908\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/product-category\/plant-protein-concentrates\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Explore Product<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-617c54bd e-con-full e-flex e-con e-parent\" data-id=\"617c54bd\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;jet_parallax_layout_list&quot;:[],&quot;_ha_eqh_enable&quot;:false}\">\n\t\t<div class=\"elementor-element elementor-element-106a8445 e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"106a8445\" data-element_type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;animation&quot;:&quot;slideInRight&quot;,&quot;animation_delay&quot;:600,&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-71f3d2e7 elementor-widget elementor-widget-heading\" data-id=\"71f3d2e7\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">We Are Ready To Assist You<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-72ab8efa elementor-widget elementor-widget-heading\" data-id=\"72ab8efa\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Reach Out To Us<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-409415f7 e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"409415f7\" data-element_type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;animation&quot;:&quot;slideInLeft&quot;,&quot;animation_delay&quot;:1200,&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d0fc77a elementor-widget elementor-widget-button\" data-id=\"d0fc77a\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"tel:+6564746491\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Tel: (+65) 6474 6491<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1961b013 elementor-widget elementor-widget-button\" data-id=\"1961b013\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/singapore\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">contact Us Now<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Home Categories %%jet-woo-builder-archive-category-title::enable_permalink=&#8221;&#8221;::&#038;&#038;open_new_tab=&#8221;&#8221;::&#038;&#038;html_tag=&#8221;h5&#8243;::&#038;&#038;trim_type=&#8221;word&#8221;::&#038;&#038;title_length=&#8221;20&#8243;::&#038;&#038;title_tooltip=&#8221;&#8221;%% Explore Product %%jet-woo-builder-archive-category-title::enable_permalink=&#8221;&#8221;::&#038;&#038;open_new_tab=&#8221;&#8221;::&#038;&#038;html_tag=&#8221;h5&#8243;::&#038;&#038;trim_type=&#8221;word&#8221;::&#038;&#038;title_length=&#8221;20&#8243;::&#038;&#038;title_tooltip=&#8221;&#8221;%% Explore Product %%jet-woo-builder-archive-category-title::enable_permalink=&#8221;&#8221;::&#038;&#038;open_new_tab=&#8221;&#8221;::&#038;&#038;html_tag=&#8221;h5&#8243;::&#038;&#038;trim_type=&#8221;word&#8221;::&#038;&#038;title_length=&#8221;20&#8243;::&#038;&#038;title_tooltip=&#8221;&#8221;%% Explore Product %%jet-woo-builder-archive-category-title::enable_permalink=&#8221;&#8221;::&#038;&#038;open_new_tab=&#8221;&#8221;::&#038;&#038;html_tag=&#8221;h5&#8243;::&#038;&#038;trim_type=&#8221;word&#8221;::&#038;&#038;title_length=&#8221;20&#8243;::&#038;&#038;title_tooltip=&#8221;&#8221;%% Explore Product %%jet-woo-builder-archive-category-title::enable_permalink=&#8221;&#8221;::&#038;&#038;open_new_tab=&#8221;&#8221;::&#038;&#038;html_tag=&#8221;h5&#8243;::&#038;&#038;trim_type=&#8221;word&#8221;::&#038;&#038;title_length=&#8221;20&#8243;::&#038;&#038;title_tooltip=&#8221;&#8221;%% Explore Product %%jet-woo-builder-archive-category-title::enable_permalink=&#8221;&#8221;::&#038;&#038;open_new_tab=&#8221;&#8221;::&#038;&#038;html_tag=&#8221;h5&#8243;::&#038;&#038;trim_type=&#8221;word&#8221;::&#038;&#038;title_length=&#8221;20&#8243;::&#038;&#038;title_tooltip=&#8221;&#8221;%% Explore Product %%jet-woo-builder-archive-category-title::enable_permalink=&#8221;&#8221;::&#038;&#038;open_new_tab=&#8221;&#8221;::&#038;&#038;html_tag=&#8221;h5&#8243;::&#038;&#038;trim_type=&#8221;word&#8221;::&#038;&#038;title_length=&#8221;20&#8243;::&#038;&#038;title_tooltip=&#8221;&#8221;%% Explore Product %%jet-woo-builder-archive-category-title::enable_permalink=&#8221;&#8221;::&#038;&#038;open_new_tab=&#8221;&#8221;::&#038;&#038;html_tag=&#8221;h5&#8243;::&#038;&#038;trim_type=&#8221;word&#8221;::&#038;&#038;title_length=&#8221;20&#8243;::&#038;&#038;title_tooltip=&#8221;&#8221;%% Explore Product We Are Ready To Assist You Reach Out To Us Tel: (+65) 6474 6491 contact Us Now<\/p>\n","protected":false},"author":15,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-6053","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Products - Spectrum Ingredients Pte Ltd<\/title>\n<meta name=\"description\" content=\"Spectrum Ingredients was founded in 1996. Since then, our company has grown and expanded operations into Malaysia, Thailand, Indonesia, Vietnam and the Philippines. Spectrum Ingredients has pursued its vision of becoming a distinctive supplier of food and beverage ingredient products and ideas. In addition to our wholesale trading activities, we have established a cutting-edge hot food vending enterprise, invested in a reputable Canadian supplier of value-added ingredients, and partnered with a food preparation facility to offer R&amp;D solutions tailored to our customers\u2019 needs.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/products\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Products - Spectrum Ingredients Pte Ltd\" \/>\n<meta property=\"og:description\" content=\"Spectrum Ingredients was founded in 1996. Since then, our company has grown and expanded operations into Malaysia, Thailand, Indonesia, Vietnam and the Philippines. Spectrum Ingredients has pursued its vision of becoming a distinctive supplier of food and beverage ingredient products and ideas. In addition to our wholesale trading activities, we have established a cutting-edge hot food vending enterprise, invested in a reputable Canadian supplier of value-added ingredients, and partnered with a food preparation facility to offer R&amp;D solutions tailored to our customers\u2019 needs.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/products\/\" \/>\n<meta property=\"og:site_name\" content=\"Spectrum Ingredients Pte Ltd\" \/>\n<meta property=\"article:modified_time\" content=\"2024-12-23T02:05:54+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/products\/\",\"url\":\"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/products\/\",\"name\":\"Products - Spectrum Ingredients Pte Ltd\",\"isPartOf\":{\"@id\":\"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/#website\"},\"datePublished\":\"2024-11-08T01:14:02+00:00\",\"dateModified\":\"2024-12-23T02:05:54+00:00\",\"description\":\"Spectrum Ingredients was founded in 1996. Since then, our company has grown and expanded operations into Malaysia, Thailand, Indonesia, Vietnam and the Philippines. Spectrum Ingredients has pursued its vision of becoming a distinctive supplier of food and beverage ingredient products and ideas. In addition to our wholesale trading activities, we have established a cutting-edge hot food vending enterprise, invested in a reputable Canadian supplier of value-added ingredients, and partnered with a food preparation facility to offer R&D solutions tailored to our customers\u2019 needs.\",\"breadcrumb\":{\"@id\":\"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/products\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/products\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/products\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Products\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/#website\",\"url\":\"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/\",\"name\":\"Spectrum Ingredients Pte Ltd\",\"description\":\"To provide unparalleled value to all our customers from small to industrial scale\",\"publisher\":{\"@id\":\"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/#organization\",\"name\":\"Spectrum Ingredients Pte Ltd\",\"url\":\"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/wp-content\/uploads\/2022\/04\/logo-white2.png\",\"contentUrl\":\"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/wp-content\/uploads\/2022\/04\/logo-white2.png\",\"width\":132,\"height\":132,\"caption\":\"Spectrum Ingredients Pte Ltd\"},\"image\":{\"@id\":\"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Products - Spectrum Ingredients Pte Ltd","description":"Spectrum Ingredients was founded in 1996. Since then, our company has grown and expanded operations into Malaysia, Thailand, Indonesia, Vietnam and the Philippines. Spectrum Ingredients has pursued its vision of becoming a distinctive supplier of food and beverage ingredient products and ideas. In addition to our wholesale trading activities, we have established a cutting-edge hot food vending enterprise, invested in a reputable Canadian supplier of value-added ingredients, and partnered with a food preparation facility to offer R&D solutions tailored to our customers\u2019 needs.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/products\/","og_locale":"en_US","og_type":"article","og_title":"Products - Spectrum Ingredients Pte Ltd","og_description":"Spectrum Ingredients was founded in 1996. Since then, our company has grown and expanded operations into Malaysia, Thailand, Indonesia, Vietnam and the Philippines. Spectrum Ingredients has pursued its vision of becoming a distinctive supplier of food and beverage ingredient products and ideas. In addition to our wholesale trading activities, we have established a cutting-edge hot food vending enterprise, invested in a reputable Canadian supplier of value-added ingredients, and partnered with a food preparation facility to offer R&D solutions tailored to our customers\u2019 needs.","og_url":"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/products\/","og_site_name":"Spectrum Ingredients Pte Ltd","article_modified_time":"2024-12-23T02:05:54+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/products\/","url":"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/products\/","name":"Products - Spectrum Ingredients Pte Ltd","isPartOf":{"@id":"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/#website"},"datePublished":"2024-11-08T01:14:02+00:00","dateModified":"2024-12-23T02:05:54+00:00","description":"Spectrum Ingredients was founded in 1996. Since then, our company has grown and expanded operations into Malaysia, Thailand, Indonesia, Vietnam and the Philippines. Spectrum Ingredients has pursued its vision of becoming a distinctive supplier of food and beverage ingredient products and ideas. In addition to our wholesale trading activities, we have established a cutting-edge hot food vending enterprise, invested in a reputable Canadian supplier of value-added ingredients, and partnered with a food preparation facility to offer R&D solutions tailored to our customers\u2019 needs.","breadcrumb":{"@id":"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/products\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/products\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/products\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/"},{"@type":"ListItem","position":2,"name":"Products"}]},{"@type":"WebSite","@id":"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/#website","url":"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/","name":"Spectrum Ingredients Pte Ltd","description":"To provide unparalleled value to all our customers from small to industrial scale","publisher":{"@id":"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/#organization","name":"Spectrum Ingredients Pte Ltd","url":"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/#\/schema\/logo\/image\/","url":"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/wp-content\/uploads\/2022\/04\/logo-white2.png","contentUrl":"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/wp-content\/uploads\/2022\/04\/logo-white2.png","width":132,"height":132,"caption":"Spectrum Ingredients Pte Ltd"},"image":{"@id":"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/wp-json\/wp\/v2\/pages\/6053","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/wp-json\/wp\/v2\/users\/15"}],"replies":[{"embeddable":true,"href":"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/wp-json\/wp\/v2\/comments?post=6053"}],"version-history":[{"count":25,"href":"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/wp-json\/wp\/v2\/pages\/6053\/revisions"}],"predecessor-version":[{"id":6951,"href":"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/wp-json\/wp\/v2\/pages\/6053\/revisions\/6951"}],"wp:attachment":[{"href":"https:\/\/glutenfreepleasure.com\/__proxy_domain\/www.spectrum-ingredients.com.sg\/wp-json\/wp\/v2\/media?parent=6053"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}