{"id":8,"date":"2023-03-15T09:00:05","date_gmt":"2023-03-15T09:00:05","guid":{"rendered":"https:\/\/joe-bio.com\/?page_id=8"},"modified":"2025-03-05T09:31:17","modified_gmt":"2025-03-05T09:31:17","slug":"home","status":"publish","type":"page","link":"https:\/\/joe-bio.com\/","title":{"rendered":"Home"},"content":{"rendered":"<p>[et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Section&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;0px||0px|||&#8221; da_disable_devices=&#8221;off|off|off&#8221; global_colors_info=&#8221;{}&#8221; da_is_popup=&#8221;off&#8221; da_exit_intent=&#8221;off&#8221; da_has_close=&#8221;on&#8221; da_alt_close=&#8221;off&#8221; da_dark_close=&#8221;off&#8221; da_not_modal=&#8221;on&#8221; da_is_singular=&#8221;off&#8221; da_with_loader=&#8221;off&#8221; da_has_shadow=&#8221;on&#8221;][et_pb_row _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; width=&#8221;100%&#8221; max_width=&#8221;2560px&#8221; height=&#8221;100vh&#8221; custom_padding=&#8221;0px||0px|||&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; pac_dcm_carousel_specific_module_num=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_code _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<!-- [et_pb_line_break_holder] --><\/p>\n<div id=\"joe-header\"><!-- [et_pb_line_break_holder] -->  <\/p>\n<div class=\"row1 bio\"><!-- [et_pb_line_break_holder] -->    <span class=\"right\">Joe Bio<\/span><!-- [et_pb_line_break_holder] -->  <\/div>\n<p><!-- [et_pb_line_break_holder] -->  <\/p>\n<div class=\"row2 natural\" ><!-- [et_pb_line_break_holder] -->    <span id=\"bio-nice\" class=\"joe-left left fade-in\">NICE<\/span><!-- [et_pb_line_break_holder] -->    <span class=\"right-text right\">NATURAL<\/span><!-- [et_pb_line_break_holder] -->  <\/div>\n<p><!-- [et_pb_line_break_holder] -->  <\/p>\n<div class=\"row3 love\"><!-- [et_pb_line_break_holder] -->    <span id=\"bio-to\" class=\"joe-left left fade-in\">TO<\/span><!-- [et_pb_line_break_holder] -->    <span class=\"right-text right\">LOVE<\/span><!-- [et_pb_line_break_holder] -->  <\/div>\n<p><!-- [et_pb_line_break_holder] -->  <\/p>\n<div class=\"row4 water\"><!-- [et_pb_line_break_holder] -->    <span id=\"bio-meet\" class=\"joe-left left fade-in\">MEET<\/span><!-- [et_pb_line_break_holder] -->    <span class=\"right-text right\">WATER<\/span><!-- [et_pb_line_break_holder] -->  <\/div>\n<p><!-- [et_pb_line_break_holder] -->  <\/p>\n<div class=\"row5 plant\"> <!-- [et_pb_line_break_holder] -->    <span id=\"bio-joe\" class=\"joe-left left fade-in\">JOE<\/span><!-- [et_pb_line_break_holder] -->    <span class=\"right-text right\">PLANT<\/span><!-- [et_pb_line_break_holder] -->  <\/div>\n<p><!-- [et_pb_line_break_holder] -->  <\/p>\n<div class=\"row6 soil\"><!-- [et_pb_line_break_holder] -->    <span class=\"right-text right\">SOIL<\/span><!-- [et_pb_line_break_holder] -->  <\/div>\n<p><!-- [et_pb_line_break_holder] -->  <\/p>\n<div class=\"joe-left overlay\"><!-- [et_pb_line_break_holder] -->    <img decoding=\"async\" id=\"joeImg\" src=\"https:\/\/joe-bio.com\/wp-content\/uploads\/2023\/04\/JOE_slider_150_dpi_schaduw-2.png\"><!-- [et_pb_line_break_holder] --><\/div>\n<p><!-- [et_pb_line_break_holder] --><\/div>\n<p><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><script><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->const row1 = document.querySelector('.row1');<!-- [et_pb_line_break_holder] -->const row2 = document.querySelector('.row2');<!-- [et_pb_line_break_holder] -->const row3 = document.querySelector('.row3');<!-- [et_pb_line_break_holder] -->const row4 = document.querySelector('.row4');<!-- [et_pb_line_break_holder] -->const row5 = document.querySelector('.row5');<!-- [et_pb_line_break_holder] -->const row6 = document.querySelector('.row6');<!-- [et_pb_line_break_holder] -->const joeBio = document.querySelector('.bio');<!-- [et_pb_line_break_holder] -->const joeNatural = document.querySelector('.natural');<!-- [et_pb_line_break_holder] -->const joeLove = document.querySelector('.love');<!-- [et_pb_line_break_holder] -->const joeWater = document.querySelector('.water');<!-- [et_pb_line_break_holder] -->const joePlant = document.querySelector('.plant');<!-- [et_pb_line_break_holder] -->const joeSoil = document.querySelector('.soil');<!-- [et_pb_line_break_holder] -->const leftText = document.querySelector('.left-text');<!-- [et_pb_line_break_holder] -->const rightText = document.querySelector('.right-text');<!-- [et_pb_line_break_holder] -->const fadeInElements = () => {<!-- [et_pb_line_break_holder] -->    const elements = document.querySelectorAll('.fade-in');<!-- [et_pb_line_break_holder] -->    elements.forEach((el) => {<!-- [et_pb_line_break_holder] -->      el.classList.remove('fade-in');<!-- [et_pb_line_break_holder] -->      void el.offsetWidth;<!-- [et_pb_line_break_holder] -->      el.classList.add('fade-in');<!-- [et_pb_line_break_holder] -->    });<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->joeBio.addEventListener('click', () => {<!-- [et_pb_line_break_holder] -->  row1.style.backgroundColor = '#54B384';<!-- [et_pb_line_break_holder] -->  row2.style.backgroundColor = '#F5C915';<!-- [et_pb_line_break_holder] -->  row3.style.backgroundColor = '#EB1E79';<!-- [et_pb_line_break_holder] -->  row4.style.backgroundColor = '#42A7DE';<!-- [et_pb_line_break_holder] -->  row5.style.backgroundColor = '#88C23F';<!-- [et_pb_line_break_holder] -->  row6.style.backgroundColor = '#C7B097';<!-- [et_pb_line_break_holder] -->  document.getElementById(\"bio-nice\").innerHTML = \"NICE\";<!-- [et_pb_line_break_holder] -->  document.getElementById(\"bio-to\").innerHTML = \"TO\";<!-- [et_pb_line_break_holder] -->  document.getElementById(\"bio-meet\").innerHTML = \"MEET\";<!-- [et_pb_line_break_holder] -->  document.getElementById(\"bio-joe\").innerHTML = \"JOE\";<!-- [et_pb_line_break_holder] -->  document.getElementById(\"joeImg\").src = \"https:\/\/joe-bio.com\/wp-content\/uploads\/2023\/04\/JOE_slider_150_dpi_schaduw-2.png\";<!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] -->  <!-- [et_pb_line_break_holder] -->joeNatural.addEventListener('click', () => {<!-- [et_pb_line_break_holder] -->  row1.style.backgroundColor = '#F9E9AB';<!-- [et_pb_line_break_holder] -->  row2.style.backgroundColor = '#F7E285';<!-- [et_pb_line_break_holder] -->  row3.style.backgroundColor = '#F7E284';<!-- [et_pb_line_break_holder] -->  row4.style.backgroundColor = '#F3C717';<!-- [et_pb_line_break_holder] -->  row5.style.backgroundColor = '#FBBC12';<!-- [et_pb_line_break_holder] -->  row6.style.backgroundColor = '#F7A828';<!-- [et_pb_line_break_holder] -->  document.getElementById(\"bio-nice\").innerHTML = \"JOE\";<!-- [et_pb_line_break_holder] -->  document.getElementById(\"bio-to\").innerHTML = \"IS\";<!-- [et_pb_line_break_holder] -->  document.getElementById(\"bio-meet\").innerHTML = \"SOOO\";<!-- [et_pb_line_break_holder] -->  document.getElementById(\"bio-joe\").innerHTML = \"BIO!\";<!-- [et_pb_line_break_holder] -->  document.getElementById(\"joeImg\").src = \"https:\/\/joe-bio.com\/wp-content\/uploads\/2023\/03\/JOE-LIEVEHEERSBEESTJE-1.gif\";<!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->joeLove.addEventListener('click', () => {<!-- [et_pb_line_break_holder] -->  row1.style.backgroundColor = '#F5B2CF';<!-- [et_pb_line_break_holder] -->  row2.style.backgroundColor = '#EE7AA5';<!-- [et_pb_line_break_holder] -->  row3.style.backgroundColor = '#E7217A';<!-- [et_pb_line_break_holder] -->  row4.style.backgroundColor = '#C41B78';<!-- [et_pb_line_break_holder] -->  row5.style.backgroundColor = '#AC1470';<!-- [et_pb_line_break_holder] -->  row6.style.backgroundColor = '#981560';<!-- [et_pb_line_break_holder] -->  document.getElementById(\"bio-nice\").innerHTML = \"JOE SURE\";<!-- [et_pb_line_break_holder] -->  document.getElementById(\"bio-to\").innerHTML = \"TAKES GOOD\";<!-- [et_pb_line_break_holder] -->  document.getElementById(\"bio-meet\").innerHTML = \"CARE OF\";<!-- [et_pb_line_break_holder] -->  document.getElementById(\"bio-joe\").innerHTML = \"NATURE\";<!-- [et_pb_line_break_holder] -->  document.getElementById(\"joeImg\").src = \"https:\/\/joe-bio.com\/wp-content\/uploads\/2023\/04\/JOE-Circular3-.gif\";});<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->joeWater.addEventListener('click', () => {<!-- [et_pb_line_break_holder] -->  row1.style.backgroundColor = '#EFF8FE';<!-- [et_pb_line_break_holder] -->  row2.style.backgroundColor = '#9BD1E0';<!-- [et_pb_line_break_holder] -->  row3.style.backgroundColor = '#71C2DF';<!-- [et_pb_line_break_holder] -->  row4.style.backgroundColor = '#2EA5DD';<!-- [et_pb_line_break_holder] -->  row5.style.backgroundColor = '#0463A5';<!-- [et_pb_line_break_holder] -->  row6.style.backgroundColor = '#2E3588';<!-- [et_pb_line_break_holder] -->  document.getElementById(\"bio-nice\").innerHTML = \"JOE IS\";<!-- [et_pb_line_break_holder] -->  document.getElementById(\"bio-to\").innerHTML = \"BETTER WITH\";<!-- [et_pb_line_break_holder] -->  document.getElementById(\"bio-meet\").innerHTML = \"RECYCLED\";<!-- [et_pb_line_break_holder] -->  document.getElementById(\"bio-joe\").innerHTML = \"WATER\";<!-- [et_pb_line_break_holder] -->  document.getElementById(\"joeImg\").src = \"https:\/\/joe-bio.com\/wp-content\/uploads\/2023\/03\/JOE-Gieter.gif\";<!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->joePlant.addEventListener('click', () => {<!-- [et_pb_line_break_holder] -->   row1.style.backgroundColor = '#F4E728';<!-- [et_pb_line_break_holder] -->  row2.style.backgroundColor = '#D2D927';<!-- [et_pb_line_break_holder] -->  row3.style.backgroundColor = '#88BE42';<!-- [et_pb_line_break_holder] -->  row4.style.backgroundColor = '#41AD4C';<!-- [et_pb_line_break_holder] -->  row5.style.backgroundColor = '#038D45';<!-- [et_pb_line_break_holder] -->  row6.style.backgroundColor = '#066938';<!-- [et_pb_line_break_holder] -->  document.getElementById(\"bio-nice\").innerHTML = \"A JOE BIO\";<!-- [et_pb_line_break_holder] -->  document.getElementById(\"bio-to\").innerHTML = \"PLANT\";<!-- [et_pb_line_break_holder] -->  document.getElementById(\"bio-meet\").innerHTML = \"IS ALL\";<!-- [et_pb_line_break_holder] -->  document.getElementById(\"bio-joe\").innerHTML = \"YOU WANT\";<!-- [et_pb_line_break_holder] -->  document.getElementById(\"joeImg\").src = \"https:\/\/joe-bio.com\/wp-content\/uploads\/2023\/03\/JOE-GROEIENDE-PLANT-1.gif\";<!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] -->  <!-- [et_pb_line_break_holder] -->  joeSoil.addEventListener('click', () => {<!-- [et_pb_line_break_holder] -->  row1.style.backgroundColor = '#CAB7AD';<!-- [et_pb_line_break_holder] -->  row2.style.backgroundColor = '#A38D82';<!-- [et_pb_line_break_holder] -->  row3.style.backgroundColor = '#85746A';<!-- [et_pb_line_break_holder] -->  row4.style.backgroundColor = '#746458';<!-- [et_pb_line_break_holder] -->  row5.style.backgroundColor = '#604C3E';<!-- [et_pb_line_break_holder] -->  row6.style.backgroundColor = '#4C3020';<!-- [et_pb_line_break_holder] -->  document.getElementById(\"bio-nice\").innerHTML = \"JOE DOESN'T\";<!-- [et_pb_line_break_holder] -->  document.getElementById(\"bio-to\").innerHTML = \"SPOIL\";<!-- [et_pb_line_break_holder] -->  document.getElementById(\"bio-meet\").innerHTML = \"HE USES\";<!-- [et_pb_line_break_holder] -->  document.getElementById(\"bio-joe\").innerHTML = \"DURABLE SOIL\";<!-- [et_pb_line_break_holder] -->\tdocument.getElementById(\"joeImg\").src = \"https:\/\/joe-bio.com\/wp-content\/uploads\/2023\/03\/JOE-potgrond.gif\";<!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] --><\/script>[\/et_pb_code][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Section&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#f5c915&#8243; da_disable_devices=&#8221;off|off|off&#8221; global_colors_info=&#8221;{}&#8221; da_is_popup=&#8221;off&#8221; da_exit_intent=&#8221;off&#8221; da_has_close=&#8221;on&#8221; da_alt_close=&#8221;off&#8221; da_dark_close=&#8221;off&#8221; da_not_modal=&#8221;on&#8221; da_is_singular=&#8221;off&#8221; da_with_loader=&#8221;off&#8221; da_has_shadow=&#8221;on&#8221;][et_pb_row _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; width=&#8221;70vw&#8221; width_tablet=&#8221;95%&#8221; width_phone=&#8221;95%&#8221; width_last_edited=&#8221;on|tablet&#8221; max_width=&#8221;2560px&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; pac_dcm_carousel_specific_module_num=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221;][dica_divi_carousel show_items_desktop=&#8221;3&#8243; show_items_tablet=&#8221;2&#8243; loop=&#8221;on&#8221; autoplay=&#8221;on&#8221; autoplay_speed=&#8221;5000&#8243; advanced_effect=&#8221;1&#8243; overlay_color_field_bgcolor=&#8221;rgba(255,255,255,0.85)&#8221; module_class=&#8221;eerste-carousel&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;default&#8221; title_font=&#8221;|||on|||||&#8221; background_color=&#8221;RGBA(255,255,255,0)&#8221; hover_enabled=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221; sticky_enabled=&#8221;0&#8243;][dica_divi_carouselitem title=&#8221;Bio fertiliser&#8221; admin_label=&#8221;CIRCULAR POTTING SOIL&#8221; button_url_new_window=&#8221;1&#8243; image=&#8221;https:\/\/joe-bio.com\/wp-content\/uploads\/2023\/03\/Potgrond.png&#8221; image_padding=&#8221;||15px||false|false&#8221; custom_padding=&#8221;|20px||20px|false|true&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h2&#8243; header_font=&#8221;Cut and Paste||||||||&#8221; header_text_align=&#8221;center&#8221; header_text_color=&#8221;#000000&#8243; header_font_size=&#8221;3.34vh&#8221; subtitle_text_align=&#8221;center&#8221; subtitle_text_color=&#8221;#000000&#8243; body_font=&#8221;Montserrat|500|||||||&#8221; body_text_align=&#8221;center&#8221; body_text_color=&#8221;#000000&#8243; body_font_size=&#8221;1.53vh&#8221; custom_css_image=&#8221;width: 24.89vh;||background-color: rgba(255,255,255,0.5)!important;||padding: 1vw!important;||clip-path: polygon(10% 0, 96% 4%, 100% 100%, 0 96%)!important;&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Joe has already added compost derived mainly from natural sources, so you don\u2019t have to. The organic fertiliser is locally produced, specifically at Joe\u2019s own tree nursery \u2013 making a practical contribution to the circular process of growing happy plants.<\/p>\n<p>[\/dica_divi_carouselitem][dica_divi_carouselitem title=&#8221;Organically grown&#8221; admin_label=&#8221;100% Organically Grown&#8221; button_url_new_window=&#8221;1&#8243; image=&#8221;https:\/\/joe-bio.com\/wp-content\/uploads\/2023\/03\/JOE-Circular-scaled.gif&#8221; image_padding=&#8221;||15px||false|false&#8221; custom_padding=&#8221;|20px||20px|false|true&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h2&#8243; header_font=&#8221;Cut and Paste Special Characters||||||||&#8221; header_text_align=&#8221;center&#8221; header_text_color=&#8221;#000000&#8243; header_font_size=&#8221;3.34vh&#8221; subtitle_text_align=&#8221;center&#8221; subtitle_text_color=&#8221;#000000&#8243; body_font=&#8221;Montserrat|500|||||||&#8221; body_text_align=&#8221;center&#8221; body_text_color=&#8221;#000000&#8243; body_font_size=&#8221;1.53vh&#8221; custom_css_image=&#8221;width: 24.89vh;||background-color: rgba(255,255,255,0.5);||padding: 1vw;||clip-path: polygon(0 0, 100% 5%, 95% 95%, 5% 100%);&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Joe is crazy about bio, so all of his fruit plants are organically grown and made with love. By using recycled water, solar energy and only natural crop protection, Joe provides the happiest lives for his plants. All to make you \u2013 and our planet \u2013 smile!<\/p>\n<p>[\/dica_divi_carouselitem][dica_divi_carouselitem title=&#8221;Biodegradable pots&#8221; admin_label=&#8221;ALL POTS BIODEGRADABLE&#8221; button_url_new_window=&#8221;1&#8243; image=&#8221;https:\/\/joe-bio.com\/wp-content\/uploads\/2023\/04\/JOE-WORM-small.gif&#8221; image_padding=&#8221;||15px||false|false&#8221; custom_padding=&#8221;|20px||20px|false|true&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h2&#8243; header_font=&#8221;Cut and Paste||||||||&#8221; header_text_align=&#8221;center&#8221; header_text_color=&#8221;#000000&#8243; header_font_size=&#8221;3.34vh&#8221; subtitle_text_align=&#8221;center&#8221; subtitle_text_color=&#8221;#000000&#8243; body_font=&#8221;Montserrat|500|||||||&#8221; body_text_align=&#8221;center&#8221; body_text_color=&#8221;#000000&#8243; body_font_size=&#8221;1.53vh&#8221; hover_enabled=&#8221;0&#8243; custom_css_image=&#8221;width: 24.89vh;||background-color: rgba(255,255,255,0.5);||padding: 1vw;||clip-path: polygon(10% 0, 96% 4%, 100% 100%, 0 96%);&#8221; global_colors_info=&#8221;{}&#8221; sticky_enabled=&#8221;0&#8243;]<\/p>\n<p>When you bring your new friend home, you can immediately plant it straight into the soil. There\u2019s no need to remove the colourful packaging, as the pot is made of biodegradable paper. To give your fruit plant a head start, Joe recommends cutting out the bottom of the pot to make sure the roots can move freely. Or you can remove the entire packaging and recycle it.<\/p>\n<p><strong>Where plastic-free packaging is not available we use recycled plastic variants. Because our goal is and remains: more bio the better!<\/strong><\/p>\n<p>[\/dica_divi_carouselitem][\/dica_divi_carousel][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Section&#8221; module_id=&#8221;makes&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; background_image=&#8221;https:\/\/joe-bio.com\/wp-content\/uploads\/2023\/03\/plants-bg.jpg&#8221; da_popup_slug=&#8221;makes&#8221; da_disable_devices=&#8221;off|off|off&#8221; global_colors_info=&#8221;{}&#8221; da_is_popup=&#8221;off&#8221; da_exit_intent=&#8221;off&#8221; da_has_close=&#8221;on&#8221; da_alt_close=&#8221;off&#8221; da_dark_close=&#8221;off&#8221; da_not_modal=&#8221;on&#8221; da_is_singular=&#8221;off&#8221; da_with_loader=&#8221;off&#8221; da_has_shadow=&#8221;on&#8221;][et_pb_row _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; width_tablet=&#8221;95%&#8221; width_phone=&#8221;95%&#8221; width_last_edited=&#8221;on|tablet&#8221; max_width=&#8221;2560px&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; pac_dcm_carousel_specific_module_num=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; header_2_font=&#8221;Cut And Paste|||on|||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;7.63vh&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2 style=\"text-align: center;\">JOE&#8217;S PLANTS<\/h2>\n<p>[\/et_pb_text][dica_divi_carousel show_items_tablet=&#8221;2&#8243; loop=&#8221;on&#8221; arrow_nav=&#8221;on&#8221; advanced_effect=&#8221;1&#8243; arrow_nav_color=&#8221;#000000&#8243; dots_color=&#8221;RGBA(255,255,255,0)&#8221; dots_active_color=&#8221;RGBA(255,255,255,0)&#8221; overlay_color_field_bgcolor=&#8221;rgba(255,255,255,0.85)&#8221; arrow_alignment=&#8221;center&#8221; use_prev_icon=&#8221;on&#8221; prev_icon=&#8221;&#x23;||divi||400&#8243; use_next_icon=&#8221;on&#8221; next_icon=&#8221;&#x24;||divi||400&#8243; module_class=&#8221;plant-slider&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|5%||5%|false|true&#8221; global_colors_info=&#8221;{}&#8221;][dica_divi_carouselitem title=&#8221;BLACKBeRRY&#8221; url=&#8221;#blackberry&#8221; admin_label=&#8221;100% Organically Grown&#8221; button_url_new_window=&#8221;1&#8243; image=&#8221;https:\/\/joe-bio.com\/wp-content\/uploads\/2023\/04\/01-BLACKBERRY.png&#8221; image_padding=&#8221;||||false|false&#8221; content_padding=&#8221;||||false|false&#8221; custom_padding=&#8221;||||false|true&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h2&#8243; header_font=&#8221;Cut and Paste|||on|||||&#8221; header_text_align=&#8221;center&#8221; header_text_color=&#8221;#FFFFFF&#8221; header_font_size=&#8221;46px&#8221; subtitle_text_align=&#8221;center&#8221; subtitle_text_color=&#8221;#000000&#8243; body_font=&#8221;Montserrat|500|||||||&#8221; body_text_align=&#8221;center&#8221; body_text_color=&#8221;#000000&#8243; body_font_size=&#8221;16px&#8221; global_colors_info=&#8221;{}&#8221;][\/dica_divi_carouselitem][dica_divi_carouselitem title=&#8221;Tayberry&#8221; url=&#8221;#tayberry&#8221; admin_label=&#8221;100% Organically Grown&#8221; button_url_new_window=&#8221;1&#8243; image=&#8221;https:\/\/joe-bio.com\/wp-content\/uploads\/2023\/04\/02-TAYBERRY.png&#8221; image_padding=&#8221;||||false|false&#8221; content_padding=&#8221;||||false|false&#8221; custom_padding=&#8221;||||false|true&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h2&#8243; header_font=&#8221;Cut and Paste|||on|||||&#8221; header_text_align=&#8221;center&#8221; header_text_color=&#8221;#FFFFFF&#8221; header_font_size=&#8221;46px&#8221; subtitle_text_align=&#8221;center&#8221; subtitle_text_color=&#8221;#000000&#8243; body_font=&#8221;Montserrat|500|||||||&#8221; body_text_align=&#8221;center&#8221; body_text_color=&#8221;#000000&#8243; body_font_size=&#8221;16px&#8221; global_colors_info=&#8221;{}&#8221;][\/dica_divi_carouselitem][dica_divi_carouselitem title=&#8221;BLACKCURRANT&#8221; url=&#8221;#blackcurrant&#8221; admin_label=&#8221;100% Organically Grown&#8221; button_url_new_window=&#8221;1&#8243; image=&#8221;https:\/\/joe-bio.com\/wp-content\/uploads\/2023\/04\/03-REDCURRANT.png&#8221; image_padding=&#8221;||||false|false&#8221; content_padding=&#8221;||||false|false&#8221; custom_padding=&#8221;||||false|true&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h2&#8243; header_font=&#8221;Cut and Paste|||on|||||&#8221; header_text_align=&#8221;center&#8221; header_text_color=&#8221;#FFFFFF&#8221; header_font_size=&#8221;46px&#8221; subtitle_text_align=&#8221;center&#8221; subtitle_text_color=&#8221;#000000&#8243; body_font=&#8221;Montserrat|500|||||||&#8221; body_text_align=&#8221;center&#8221; body_text_color=&#8221;#000000&#8243; body_font_size=&#8221;16px&#8221; global_colors_info=&#8221;{}&#8221;][\/dica_divi_carouselitem][dica_divi_carouselitem title=&#8221;Raspberry&#8221; url=&#8221;#raspberry&#8221; admin_label=&#8221;100% Organically Grown&#8221; button_url=&#8221;#raspberry&#8221; button_url_new_window=&#8221;1&#8243; image=&#8221;https:\/\/joe-bio.com\/wp-content\/uploads\/2023\/04\/04-RASPBERRY.png&#8221; image_padding=&#8221;||||false|false&#8221; content_padding=&#8221;||||false|false&#8221; custom_padding=&#8221;||||false|true&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h2&#8243; header_font=&#8221;Cut and Paste|||on|||||&#8221; header_text_align=&#8221;center&#8221; header_text_color=&#8221;#FFFFFF&#8221; header_font_size=&#8221;46px&#8221; subtitle_text_align=&#8221;center&#8221; subtitle_text_color=&#8221;#000000&#8243; body_font=&#8221;Montserrat|500|||||||&#8221; body_text_align=&#8221;center&#8221; body_text_color=&#8221;#000000&#8243; body_font_size=&#8221;16px&#8221; global_colors_info=&#8221;{}&#8221;][\/dica_divi_carouselitem][dica_divi_carouselitem title=&#8221;Gooseberry&#8221; url=&#8221;#gooseberry&#8221; admin_label=&#8221;100% Organically Grown&#8221; button_url_new_window=&#8221;1&#8243; image=&#8221;https:\/\/joe-bio.com\/wp-content\/uploads\/2023\/04\/05-GOOSEBERRY.png&#8221; image_padding=&#8221;||||false|false&#8221; content_padding=&#8221;||||false|false&#8221; custom_padding=&#8221;||||false|true&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h2&#8243; header_font=&#8221;Cut and Paste|||on|||||&#8221; header_text_align=&#8221;center&#8221; header_text_color=&#8221;#FFFFFF&#8221; header_font_size=&#8221;46px&#8221; subtitle_text_align=&#8221;center&#8221; subtitle_text_color=&#8221;#000000&#8243; body_font=&#8221;Montserrat|500|||||||&#8221; body_text_align=&#8221;center&#8221; body_text_color=&#8221;#000000&#8243; body_font_size=&#8221;16px&#8221; global_colors_info=&#8221;{}&#8221;][\/dica_divi_carouselitem][dica_divi_carouselitem title=&#8221;Blueberry&#8221; url=&#8221;#blueberry&#8221; admin_label=&#8221;100% Organically Grown&#8221; button_url_new_window=&#8221;1&#8243; image=&#8221;https:\/\/joe-bio.com\/wp-content\/uploads\/2023\/04\/06-BLUEBERRY.png&#8221; image_padding=&#8221;||||false|false&#8221; content_padding=&#8221;||||false|false&#8221; custom_padding=&#8221;||||false|true&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h2&#8243; header_font=&#8221;Cut and Paste|||on|||||&#8221; header_text_align=&#8221;center&#8221; header_text_color=&#8221;#FFFFFF&#8221; header_font_size=&#8221;46px&#8221; subtitle_text_align=&#8221;center&#8221; subtitle_text_color=&#8221;#000000&#8243; body_font=&#8221;Montserrat|500|||||||&#8221; body_text_align=&#8221;center&#8221; body_text_color=&#8221;#000000&#8243; body_font_size=&#8221;16px&#8221; global_colors_info=&#8221;{}&#8221;][\/dica_divi_carouselitem][dica_divi_carouselitem title=&#8221;REDCURRANT&#8221; url=&#8221;#redcurrant&#8221; admin_label=&#8221;100% Organically Grown&#8221; button_url_new_window=&#8221;1&#8243; image=&#8221;https:\/\/joe-bio.com\/wp-content\/uploads\/2023\/04\/07-REDCURRANT.png&#8221; image_padding=&#8221;||||false|false&#8221; content_padding=&#8221;||||false|false&#8221; custom_padding=&#8221;||||false|true&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h2&#8243; header_font=&#8221;Cut and Paste|||on|||||&#8221; header_text_align=&#8221;center&#8221; header_text_color=&#8221;#FFFFFF&#8221; header_font_size=&#8221;46px&#8221; subtitle_text_align=&#8221;center&#8221; subtitle_text_color=&#8221;#000000&#8243; body_font=&#8221;Montserrat|500|||||||&#8221; body_text_align=&#8221;center&#8221; body_text_color=&#8221;#000000&#8243; body_font_size=&#8221;16px&#8221; global_colors_info=&#8221;{}&#8221;][\/dica_divi_carouselitem][\/dica_divi_carousel][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Section&#8221; module_id=&#8221;tips&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#88c23f&#8221; custom_padding=&#8221;0px||14px||false|false&#8221; da_popup_slug=&#8221;tips&#8221; da_disable_devices=&#8221;off|off|off&#8221; global_colors_info=&#8221;{}&#8221; da_is_popup=&#8221;off&#8221; da_exit_intent=&#8221;off&#8221; da_has_close=&#8221;on&#8221; da_alt_close=&#8221;off&#8221; da_dark_close=&#8221;off&#8221; da_not_modal=&#8221;on&#8221; da_is_singular=&#8221;off&#8221; da_with_loader=&#8221;off&#8221; da_has_shadow=&#8221;on&#8221;][et_pb_row column_structure=&#8221;2_5,3_5&#8243; make_equal=&#8221;on&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; width=&#8221;70%&#8221; max_width=&#8221;2560px&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;2_5&#8243; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;align-self: center;&#8221; pac_dcm_carousel_specific_module_num=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_blurb title=&#8221;Tip by Joe&#8221; image_icon_background_color=&#8221;#FFFFFF&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h2&#8243; header_font=&#8221;Cut and Paste||||||||&#8221; header_text_color=&#8221;#FFFFFF&#8221; header_font_size=&#8221;70px&#8221; body_font=&#8221;Montserrat||||||||&#8221; body_text_color=&#8221;#FFFFFF&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span><span class=\"ui-provider gp b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak\" dir=\"ltr\">We understand that you probably can\u2019t wait to enjoy the delicious berries and fruits that Joe\u2019s plants will produce in your garden. To stimulate the growth process and give your plant an extra head start, we suggest that you tear off the packaging, wet the pieces and then plant them in the ground together with the fruit plant. Or you can remove the entire packaging and recycle it. There\u2019s no need to add extra fertiliser \u2013 we already added it for you. The more fruits, the better!\u00a0<\/span><\/span><\/p>\n<p>[\/et_pb_blurb][\/et_pb_column][et_pb_column type=&#8221;3_5&#8243; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; pac_dcm_carousel_specific_module_num=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/joe-bio.com\/wp-content\/uploads\/2023\/04\/JOE-POT-SCHEUREN-small.gif&#8221; title_text=&#8221;JOE&#8211;POT-SCHEUREN-small&#8221; align=&#8221;center&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; width=&#8221;65%&#8221; custom_margin=&#8221;||-90px|||&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_image src=&#8221;https:\/\/joe-bio.com\/wp-content\/uploads\/2023\/03\/joe-cent-do-it-alone.png&#8221; title_text=&#8221;joe-cent-do-it-alone&#8221; align=&#8221;right&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||||false|false&#8221; custom_margin_tablet=&#8221;-25vh||||false|false&#8221; custom_margin_phone=&#8221;-20vh||||false|false&#8221; custom_margin_last_edited=&#8221;on|tablet&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#c7b097&#8243; da_disable_devices=&#8221;off|off|off&#8221; global_colors_info=&#8221;{}&#8221; da_is_popup=&#8221;off&#8221; da_exit_intent=&#8221;off&#8221; da_has_close=&#8221;on&#8221; da_alt_close=&#8221;off&#8221; da_dark_close=&#8221;off&#8221; da_not_modal=&#8221;on&#8221; da_is_singular=&#8221;off&#8221; da_with_loader=&#8221;off&#8221; da_has_shadow=&#8221;on&#8221;][et_pb_row _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; width=&#8221;70%&#8221; max_width=&#8221;2560px&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; pac_dcm_carousel_specific_module_num=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; header_2_font=&#8221;Cut And Paste|||on|||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;7.63vh&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2 style=\"text-align: center;\">FOLLOW US<\/h2>\n<p>[\/et_pb_text][et_pb_code _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]\n<div id=\"sb_instagram\"  class=\"sbi sbi_mob_col_3 sbi_tab_col_3 sbi_col_3 sbi_width_resp\" style=\"padding-bottom: 10px;\"\t data-feedid=\"*1\"  data-res=\"auto\" data-cols=\"3\" data-colsmobile=\"3\" data-colstablet=\"3\" data-num=\"3\" data-nummobile=\"3\" data-item-padding=\"5\"\t data-shortcode-atts=\"{&quot;feed&quot;:&quot;1&quot;,&quot;cachetime&quot;:30}\"  data-postid=\"8\" data-locatornonce=\"82916ef90e\" data-imageaspectratio=\"1:1\" data-sbi-flags=\"favorLocal\">\n\t\n\t<div id=\"sbi_images\"  style=\"gap: 10px;\">\n\t\t<div class=\"sbi_item sbi_type_image sbi_new sbi_transition\"\n\tid=\"sbi_17972287925239180\" data-date=\"1680854884\">\n\t<div class=\"sbi_photo_wrap\">\n\t\t<a class=\"sbi_photo\" href=\"https:\/\/www.instagram.com\/p\/CqukgQoPK52\/\" target=\"_blank\" rel=\"noopener nofollow\"\n\t\t\tdata-full-res=\"https:\/\/scontent-ams2-1.cdninstagram.com\/v\/t39.30808-6\/339955066_2141410196048088_3426775361536993978_n.png?stp=dst-jpg&#038;_nc_cat=100&#038;ccb=1-7&#038;_nc_sid=8ae9d6&#038;_nc_ohc=cTGFVcZBdwAAX_nEeNI&#038;_nc_ht=scontent-ams2-1.cdninstagram.com&#038;edm=ANo9K5cEAAAA&#038;oh=00_AfAm3LRh-MHPH0t3jYB_75qXIFlqVJd7ppOLQ3wmfZo5OA&#038;oe=6473E13D\"\n\t\t\tdata-img-src-set=\"{&quot;d&quot;:&quot;https:\\\/\\\/scontent-ams2-1.cdninstagram.com\\\/v\\\/t39.30808-6\\\/339955066_2141410196048088_3426775361536993978_n.png?stp=dst-jpg&amp;_nc_cat=100&amp;ccb=1-7&amp;_nc_sid=8ae9d6&amp;_nc_ohc=cTGFVcZBdwAAX_nEeNI&amp;_nc_ht=scontent-ams2-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;oh=00_AfAm3LRh-MHPH0t3jYB_75qXIFlqVJd7ppOLQ3wmfZo5OA&amp;oe=6473E13D&quot;,&quot;150&quot;:&quot;https:\\\/\\\/scontent-ams2-1.cdninstagram.com\\\/v\\\/t39.30808-6\\\/339955066_2141410196048088_3426775361536993978_n.png?stp=dst-jpg&amp;_nc_cat=100&amp;ccb=1-7&amp;_nc_sid=8ae9d6&amp;_nc_ohc=cTGFVcZBdwAAX_nEeNI&amp;_nc_ht=scontent-ams2-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;oh=00_AfAm3LRh-MHPH0t3jYB_75qXIFlqVJd7ppOLQ3wmfZo5OA&amp;oe=6473E13D&quot;,&quot;320&quot;:&quot;https:\\\/\\\/scontent-ams2-1.cdninstagram.com\\\/v\\\/t39.30808-6\\\/339955066_2141410196048088_3426775361536993978_n.png?stp=dst-jpg&amp;_nc_cat=100&amp;ccb=1-7&amp;_nc_sid=8ae9d6&amp;_nc_ohc=cTGFVcZBdwAAX_nEeNI&amp;_nc_ht=scontent-ams2-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;oh=00_AfAm3LRh-MHPH0t3jYB_75qXIFlqVJd7ppOLQ3wmfZo5OA&amp;oe=6473E13D&quot;,&quot;640&quot;:&quot;https:\\\/\\\/scontent-ams2-1.cdninstagram.com\\\/v\\\/t39.30808-6\\\/339955066_2141410196048088_3426775361536993978_n.png?stp=dst-jpg&amp;_nc_cat=100&amp;ccb=1-7&amp;_nc_sid=8ae9d6&amp;_nc_ohc=cTGFVcZBdwAAX_nEeNI&amp;_nc_ht=scontent-ams2-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;oh=00_AfAm3LRh-MHPH0t3jYB_75qXIFlqVJd7ppOLQ3wmfZo5OA&amp;oe=6473E13D&quot;}\">\n\t\t\t<span class=\"sbi-screenreader\">#joebio #morebiothebetter #lidl #joebiobylidl #mee<\/span>\n\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/joe-bio.com\/wp-content\/plugins\/instagram-feed\/img\/placeholder.png\" alt=\"#joebio #morebiothebetter #lidl #joebiobylidl #meetjoe #bio #organicallygrown #bioconcept #fruittree #fruitplant #fruits #berries #gardening #lidleurope #sustainability\" aria-hidden=\"true\">\n\t\t<\/a>\n\t<\/div>\n<\/div><div class=\"sbi_item sbi_type_image sbi_new sbi_transition\"\n\tid=\"sbi_17972623910191840\" data-date=\"1680854644\">\n\t<div class=\"sbi_photo_wrap\">\n\t\t<a class=\"sbi_photo\" href=\"https:\/\/www.instagram.com\/p\/CqukC6ZPEgo\/\" target=\"_blank\" rel=\"noopener nofollow\"\n\t\t\tdata-full-res=\"https:\/\/scontent-ams2-1.cdninstagram.com\/v\/t39.30808-6\/339494285_2559322950885620_497996273302566049_n.png?stp=dst-jpg&#038;_nc_cat=106&#038;ccb=1-7&#038;_nc_sid=8ae9d6&#038;_nc_ohc=BEN3AmYlY5kAX-GzpCQ&#038;_nc_oc=AQnPeaLqHl2HW-1-dDD3lsjVJqruiT823-UXfNKGkfHCedV6KD70-KI3APhM6tXq340&#038;_nc_ht=scontent-ams2-1.cdninstagram.com&#038;edm=ANo9K5cEAAAA&#038;oh=00_AfCGv6q7p5zIUB43Z9lYfLyN5E-4iOVhmgta4cDvMxIKlw&#038;oe=647454A3\"\n\t\t\tdata-img-src-set=\"{&quot;d&quot;:&quot;https:\\\/\\\/scontent-ams2-1.cdninstagram.com\\\/v\\\/t39.30808-6\\\/339494285_2559322950885620_497996273302566049_n.png?stp=dst-jpg&amp;_nc_cat=106&amp;ccb=1-7&amp;_nc_sid=8ae9d6&amp;_nc_ohc=BEN3AmYlY5kAX-GzpCQ&amp;_nc_oc=AQnPeaLqHl2HW-1-dDD3lsjVJqruiT823-UXfNKGkfHCedV6KD70-KI3APhM6tXq340&amp;_nc_ht=scontent-ams2-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;oh=00_AfCGv6q7p5zIUB43Z9lYfLyN5E-4iOVhmgta4cDvMxIKlw&amp;oe=647454A3&quot;,&quot;150&quot;:&quot;https:\\\/\\\/scontent-ams2-1.cdninstagram.com\\\/v\\\/t39.30808-6\\\/339494285_2559322950885620_497996273302566049_n.png?stp=dst-jpg&amp;_nc_cat=106&amp;ccb=1-7&amp;_nc_sid=8ae9d6&amp;_nc_ohc=BEN3AmYlY5kAX-GzpCQ&amp;_nc_oc=AQnPeaLqHl2HW-1-dDD3lsjVJqruiT823-UXfNKGkfHCedV6KD70-KI3APhM6tXq340&amp;_nc_ht=scontent-ams2-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;oh=00_AfCGv6q7p5zIUB43Z9lYfLyN5E-4iOVhmgta4cDvMxIKlw&amp;oe=647454A3&quot;,&quot;320&quot;:&quot;https:\\\/\\\/scontent-ams2-1.cdninstagram.com\\\/v\\\/t39.30808-6\\\/339494285_2559322950885620_497996273302566049_n.png?stp=dst-jpg&amp;_nc_cat=106&amp;ccb=1-7&amp;_nc_sid=8ae9d6&amp;_nc_ohc=BEN3AmYlY5kAX-GzpCQ&amp;_nc_oc=AQnPeaLqHl2HW-1-dDD3lsjVJqruiT823-UXfNKGkfHCedV6KD70-KI3APhM6tXq340&amp;_nc_ht=scontent-ams2-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;oh=00_AfCGv6q7p5zIUB43Z9lYfLyN5E-4iOVhmgta4cDvMxIKlw&amp;oe=647454A3&quot;,&quot;640&quot;:&quot;https:\\\/\\\/scontent-ams2-1.cdninstagram.com\\\/v\\\/t39.30808-6\\\/339494285_2559322950885620_497996273302566049_n.png?stp=dst-jpg&amp;_nc_cat=106&amp;ccb=1-7&amp;_nc_sid=8ae9d6&amp;_nc_ohc=BEN3AmYlY5kAX-GzpCQ&amp;_nc_oc=AQnPeaLqHl2HW-1-dDD3lsjVJqruiT823-UXfNKGkfHCedV6KD70-KI3APhM6tXq340&amp;_nc_ht=scontent-ams2-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;oh=00_AfCGv6q7p5zIUB43Z9lYfLyN5E-4iOVhmgta4cDvMxIKlw&amp;oe=647454A3&quot;}\">\n\t\t\t<span class=\"sbi-screenreader\">#joebio #morebiothebetter #lidl #joebiobylidl #mee<\/span>\n\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/joe-bio.com\/wp-content\/plugins\/instagram-feed\/img\/placeholder.png\" alt=\"#joebio #morebiothebetter #lidl #joebiobylidl #meetjoe #bio #organicallygrown #bioconcept #fruittree #fruitplant #fruits #berries #gardening #lidleurope #sustainability\" aria-hidden=\"true\">\n\t\t<\/a>\n\t<\/div>\n<\/div><div class=\"sbi_item sbi_type_image sbi_new sbi_transition\"\n\tid=\"sbi_17918519786627660\" data-date=\"1680854405\">\n\t<div class=\"sbi_photo_wrap\">\n\t\t<a class=\"sbi_photo\" href=\"https:\/\/www.instagram.com\/p\/CqujlwTNqDA\/\" target=\"_blank\" rel=\"noopener nofollow\"\n\t\t\tdata-full-res=\"https:\/\/scontent-ams2-1.cdninstagram.com\/v\/t39.30808-6\/340077944_1314379549291976_6190364818947316138_n.png?stp=dst-jpg&#038;_nc_cat=105&#038;ccb=1-7&#038;_nc_sid=8ae9d6&#038;_nc_ohc=bSQIPj7iFyEAX-e2gPw&#038;_nc_oc=AQkyYkXTIgPHOCyjvq0CJeW5QH9jHWQrgCv9t3d9MUlYY6EqSD_MyJkk0GNUPHhX0Ew&#038;_nc_ht=scontent-ams2-1.cdninstagram.com&#038;edm=ANo9K5cEAAAA&#038;oh=00_AfB1jyw0RiV5vCga4-8buQu5OuRfpoeX1m88pjWLN_z2yA&#038;oe=6472E1C7\"\n\t\t\tdata-img-src-set=\"{&quot;d&quot;:&quot;https:\\\/\\\/scontent-ams2-1.cdninstagram.com\\\/v\\\/t39.30808-6\\\/340077944_1314379549291976_6190364818947316138_n.png?stp=dst-jpg&amp;_nc_cat=105&amp;ccb=1-7&amp;_nc_sid=8ae9d6&amp;_nc_ohc=bSQIPj7iFyEAX-e2gPw&amp;_nc_oc=AQkyYkXTIgPHOCyjvq0CJeW5QH9jHWQrgCv9t3d9MUlYY6EqSD_MyJkk0GNUPHhX0Ew&amp;_nc_ht=scontent-ams2-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;oh=00_AfB1jyw0RiV5vCga4-8buQu5OuRfpoeX1m88pjWLN_z2yA&amp;oe=6472E1C7&quot;,&quot;150&quot;:&quot;https:\\\/\\\/scontent-ams2-1.cdninstagram.com\\\/v\\\/t39.30808-6\\\/340077944_1314379549291976_6190364818947316138_n.png?stp=dst-jpg&amp;_nc_cat=105&amp;ccb=1-7&amp;_nc_sid=8ae9d6&amp;_nc_ohc=bSQIPj7iFyEAX-e2gPw&amp;_nc_oc=AQkyYkXTIgPHOCyjvq0CJeW5QH9jHWQrgCv9t3d9MUlYY6EqSD_MyJkk0GNUPHhX0Ew&amp;_nc_ht=scontent-ams2-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;oh=00_AfB1jyw0RiV5vCga4-8buQu5OuRfpoeX1m88pjWLN_z2yA&amp;oe=6472E1C7&quot;,&quot;320&quot;:&quot;https:\\\/\\\/scontent-ams2-1.cdninstagram.com\\\/v\\\/t39.30808-6\\\/340077944_1314379549291976_6190364818947316138_n.png?stp=dst-jpg&amp;_nc_cat=105&amp;ccb=1-7&amp;_nc_sid=8ae9d6&amp;_nc_ohc=bSQIPj7iFyEAX-e2gPw&amp;_nc_oc=AQkyYkXTIgPHOCyjvq0CJeW5QH9jHWQrgCv9t3d9MUlYY6EqSD_MyJkk0GNUPHhX0Ew&amp;_nc_ht=scontent-ams2-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;oh=00_AfB1jyw0RiV5vCga4-8buQu5OuRfpoeX1m88pjWLN_z2yA&amp;oe=6472E1C7&quot;,&quot;640&quot;:&quot;https:\\\/\\\/scontent-ams2-1.cdninstagram.com\\\/v\\\/t39.30808-6\\\/340077944_1314379549291976_6190364818947316138_n.png?stp=dst-jpg&amp;_nc_cat=105&amp;ccb=1-7&amp;_nc_sid=8ae9d6&amp;_nc_ohc=bSQIPj7iFyEAX-e2gPw&amp;_nc_oc=AQkyYkXTIgPHOCyjvq0CJeW5QH9jHWQrgCv9t3d9MUlYY6EqSD_MyJkk0GNUPHhX0Ew&amp;_nc_ht=scontent-ams2-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;oh=00_AfB1jyw0RiV5vCga4-8buQu5OuRfpoeX1m88pjWLN_z2yA&amp;oe=6472E1C7&quot;}\">\n\t\t\t<span class=\"sbi-screenreader\">#joebio #morebiothebetter #lidl #joebiobylidl #mee<\/span>\n\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/joe-bio.com\/wp-content\/plugins\/instagram-feed\/img\/placeholder.png\" alt=\"#joebio #morebiothebetter #lidl #joebiobylidl #meetjoe #bio #organicallygrown #bioconcept #fruittree #fruitplant #fruits #berries #gardening #lidleurope #sustainability\" aria-hidden=\"true\">\n\t\t<\/a>\n\t<\/div>\n<\/div>\t<\/div>\n\n\t<div id=\"sbi_load\" >\n\n\t\n\t\n<\/div>\n\t\t<span class=\"sbi_resized_image_data\" data-feed-id=\"*1\"\n\t\t  data-resized=\"{&quot;17972287925239180&quot;:{&quot;id&quot;:&quot;339955066_2141410196048088_3426775361536993978_n.png&quot;,&quot;ratio&quot;:&quot;1.00&quot;,&quot;sizes&quot;:{&quot;full&quot;:640,&quot;low&quot;:320,&quot;thumb&quot;:150}},&quot;17972623910191840&quot;:{&quot;id&quot;:&quot;339494285_2559322950885620_497996273302566049_n.png&quot;,&quot;ratio&quot;:&quot;1.00&quot;,&quot;sizes&quot;:{&quot;full&quot;:640,&quot;low&quot;:320,&quot;thumb&quot;:150}},&quot;17918519786627660&quot;:{&quot;id&quot;:&quot;340077944_1314379549291976_6190364818947316138_n.png&quot;,&quot;ratio&quot;:&quot;1.00&quot;,&quot;sizes&quot;:{&quot;full&quot;:640,&quot;low&quot;:320,&quot;thumb&quot;:150}}}\">\n\t<\/span>\n\t<\/div>\n\n\t<style type=\"text\/css\">\n\t\t\t\t\t\t#sb_instagram .sbi_follow_btn a:hover,\n\t\t#sb_instagram .sbi_follow_btn a:focus {\n\t\t\toutline: none;\n\t\t\tbox-shadow: inset 0 0 10px 20px#EB1E79;\n\t\t}\n\n\t\t\t<\/style>\n\t[\/et_pb_code][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Section&#8221; module_id=&#8221;mission&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; background_image=&#8221;https:\/\/joe-bio.com\/wp-content\/uploads\/2023\/03\/mission-bg.jpg&#8221; da_popup_slug=&#8221;mission&#8221; da_disable_devices=&#8221;off|off|off&#8221; global_colors_info=&#8221;{}&#8221; da_is_popup=&#8221;off&#8221; da_exit_intent=&#8221;off&#8221; da_has_close=&#8221;on&#8221; da_alt_close=&#8221;off&#8221; da_dark_close=&#8221;off&#8221; da_not_modal=&#8221;on&#8221; da_is_singular=&#8221;off&#8221; da_with_loader=&#8221;off&#8221; da_has_shadow=&#8221;on&#8221;][et_pb_row column_structure=&#8221;2_5,3_5&#8243; make_equal=&#8221;on&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; width=&#8221;85%&#8221; max_width=&#8221;2560px&#8221; module_alignment=&#8221;center&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;2_5&#8243; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;align-self: center;&#8221; pac_dcm_carousel_specific_module_num=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Cut and Paste|||on|||||&#8221; text_text_color=&#8221;#FFFFFF&#8221; text_font_size=&#8221;13.78vh&#8221; text_line_height=&#8221;1em&#8221; width=&#8221;80%&#8221; module_alignment=&#8221;right&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Joe&#8217;s<br \/>Mission<\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;3_5&#8243; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; pac_dcm_is_carousel=&#8221;on&#8221; pac_dcm_carousel_row_items=&#8221;2&#8243; pac_dcm_carousel_number_of_rows=&#8221;2&#8243; pac_dcm_carousel_spacing=&#8221;||10px||false|false&#8221; pac_dcm_carousel_row_items_fixed_width=&#8221;45px&#8221; pac_dcm_carousel_row_items_cutoff_mode=&#8221;on&#8221; pac_dcm_carousel_equalize_height=&#8221;on&#8221; pac_dcm_carousel_specific_module_num=&#8221;0&#8243; pac_dcm_carousel_row_items_infinite_carousel=&#8221;off&#8221; pac_dcm_carousel_navigation_arrows_conditional=&#8221;hide&#8221; pac_dcm_carousel_navigation_arrows_conditional_opacity=&#8221;0%&#8221; pac_dcm_carousel_row_items_autoplay=&#8221;off&#8221; pac_dcm_carousel_navigation_arrows=&#8221;off&#8221; pac_dcm_carousel_navigation_dots_class=&#8221;right&#8221; pac_dcm_carousel_navigation_dots_color=&#8221;rgba(255,255,255,0.75)&#8221; pac_dcm_carousel_navigation_dots_width=&#8221;10px&#8221; pac_dcm_carousel_navigation_dots_height=&#8221;10px&#8221; pac_dcm_carousel_navigation_dots_border_color=&#8221;RGBA(255,255,255,0)&#8221; pac_dcm_carousel_active_navigation_dots_color=&#8221;#FFFFFF&#8221; pac_dcm_carousel_navigation_dots_a_width=&#8221;10px&#8221; pac_dcm_carousel_navigation_dots_a_height=&#8221;10px&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb title=&#8221;Made with love&#8221; image_icon_background_color=&#8221;#FFFFFF&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; header_font=&#8221;Cut and Paste|||on|||||&#8221; header_text_color=&#8221;#FFFFFF&#8221; header_font_size=&#8221;3.4vh&#8221; body_font=&#8221;Montserrat||||||||&#8221; body_text_align=&#8221;center&#8221; body_text_color=&#8221;#FFFFFF&#8221; body_font_size=&#8221;1.4vh&#8221; background_color=&#8221;#f273ac&#8221; background_enable_image=&#8221;off&#8221; text_orientation=&#8221;center&#8221; height=&#8221;30vh&#8221; custom_margin=&#8221;20px||20px||true|false&#8221; custom_padding=&#8221;3vh|40px||40px|false|true&#8221; custom_css_main_element=&#8221;clip-path: polygon(5% 5%, 95% 0, 100% 100%, 0 95%);&#8221; global_colors_info=&#8221;{}&#8221; background__hover_enabled=&#8221;off|desktop&#8221;]<\/p>\n<p>Born from a deeply rooted passion, Joe Bio comes straight from the heart. A heart filled with love for our people, planet and biodiversity \u2013 making the world a greener place, one plant at a time.<\/p>\n<p>[\/et_pb_blurb][et_pb_blurb title=&#8221;No water waste&#8221; image_icon_background_color=&#8221;#FFFFFF&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; header_font=&#8221;Cut and Paste|||on|||||&#8221; header_text_color=&#8221;#FFFFFF&#8221; header_font_size=&#8221;3.4vh&#8221; body_font=&#8221;Montserrat||||||||&#8221; body_text_align=&#8221;center&#8221; body_text_color=&#8221;#FFFFFF&#8221; body_font_size=&#8221;1.4vh&#8221; background_color=&#8221;#f273ac&#8221; background_enable_image=&#8221;off&#8221; text_orientation=&#8221;center&#8221; height=&#8221;30vh&#8221; custom_margin=&#8221;20px||20px||true|false&#8221; custom_padding=&#8221;3vh|40px||40px|false|true&#8221; custom_css_main_element=&#8221;clip-path: polygon(0 0, 100% 5%, 95% 95%, 5% 100%);&#8221; global_colors_info=&#8221;{}&#8221; background__hover_enabled=&#8221;off|desktop&#8221;]<\/p>\n<p>Waste is such a waste, right? That\u2019s why Joe uses recycled rainwater to water his plants. Joe Bio is based in the Netherlands, so there\u2019s a lot of water to re-use\u2026 win-win!<\/p>\n<p>[\/et_pb_blurb][et_pb_blurb title=&#8221;Green energy&#8221; image_icon_background_color=&#8221;#FFFFFF&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; header_font=&#8221;Cut and Paste|||on|||||&#8221; header_text_color=&#8221;#FFFFFF&#8221; header_font_size=&#8221;3.4vh&#8221; body_font=&#8221;Montserrat||||||||&#8221; body_text_align=&#8221;center&#8221; body_text_color=&#8221;#FFFFFF&#8221; body_font_size=&#8221;1.4vh&#8221; background_color=&#8221;#f273ac&#8221; background_enable_image=&#8221;off&#8221; text_orientation=&#8221;center&#8221; height=&#8221;30vh&#8221; custom_margin=&#8221;20px||20px||true|false&#8221; custom_padding=&#8221;3vh|40px||40px|false|true&#8221; custom_css_main_element=&#8221;clip-path: polygon(0 5%, 100% 0, 95% 100%, 5% 95%);&#8221; global_colors_info=&#8221;{}&#8221; background__hover_enabled=&#8221;off|desktop&#8221;]<\/p>\n<p>Joe Bio is a ray of sunshine! Joe\u2019s plant nursery runs on solar panels, which means that Joe\u2019s plants are powered by the sun. Or when the sun is not shining, we use electricity generated by Dutch windmills. A natural source full of light \u2013 just how these fruits like it.<\/p>\n<p>[\/et_pb_blurb][et_pb_blurb title=&#8221;No pesticides&#8221; image_icon_background_color=&#8221;#FFFFFF&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; header_font=&#8221;Cut and Paste|||on|||||&#8221; header_text_color=&#8221;#FFFFFF&#8221; header_font_size=&#8221;3.4vh&#8221; body_font=&#8221;Montserrat||||||||&#8221; body_text_align=&#8221;center&#8221; body_text_color=&#8221;#FFFFFF&#8221; body_font_size=&#8221;1.4vh&#8221; background_color=&#8221;#f273ac&#8221; background_enable_image=&#8221;off&#8221; text_orientation=&#8221;center&#8221; height=&#8221;30vh&#8221; custom_margin=&#8221;20px||20px||true|false&#8221; custom_padding=&#8221;3vh|40px||40px|false|true&#8221; custom_css_main_element=&#8221;clip-path: polygon(5% 0, 95% 5%, 100% 95%, 0 100%);&#8221; global_colors_info=&#8221;{}&#8221; background__hover_enabled=&#8221;off|desktop&#8221;]<\/p>\n<p>Pesticides are a no-go for Joe. He cares for his plants, and that is why Joe mainly uses natural plant protection products, which are kinder to people and kinder to the planet.<\/p>\n<p>[\/et_pb_blurb][et_pb_blurb title=&#8221;Biodegradable pots&#8221; image_icon_background_color=&#8221;#FFFFFF&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; header_font=&#8221;Cut and Paste|||on|||||&#8221; header_text_color=&#8221;#FFFFFF&#8221; header_font_size=&#8221;3.4vh&#8221; body_font=&#8221;Montserrat||||||||&#8221; body_text_align=&#8221;center&#8221; body_text_color=&#8221;#FFFFFF&#8221; body_font_size=&#8221;1.4vh&#8221; background_color=&#8221;#f273ac&#8221; background_enable_image=&#8221;off&#8221; text_orientation=&#8221;center&#8221; height=&#8221;30vh&#8221; custom_margin=&#8221;20px||20px||true|false&#8221; custom_padding=&#8221;3vh|40px||40px|false|true&#8221; custom_css_main_element=&#8221;clip-path: polygon(5% 5%, 95% 0, 100% 100%, 0 95%);&#8221; global_colors_info=&#8221;{}&#8221; background__hover_enabled=&#8221;off|desktop&#8221;]<\/p>\n<p>Joe\u2019s bio plants come in pots made of FSC\/PEFC paper, which means that they\u2019re totally biodegradable and can be planted directly into the ground with the plant. There\u2019s no need to tear off the paper packaging. No paper in your backyard? Throw it in the paperbin so it can be recycled again<\/p>\n<p>[\/et_pb_blurb][et_pb_blurb title=&#8221;HVO90 transport&#8221; image_icon_background_color=&#8221;#FFFFFF&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; header_font=&#8221;Cut and Paste|||on|||||&#8221; header_text_color=&#8221;#FFFFFF&#8221; header_font_size=&#8221;3.4vh&#8221; body_font=&#8221;Montserrat||||||||&#8221; body_text_align=&#8221;center&#8221; body_text_color=&#8221;#FFFFFF&#8221; body_font_size=&#8221;1.4vh&#8221; background_color=&#8221;#f273ac&#8221; background_enable_image=&#8221;off&#8221; text_orientation=&#8221;center&#8221; height=&#8221;30vh&#8221; custom_margin=&#8221;20px||20px||true|false&#8221; custom_padding=&#8221;3vh|40px||40px|false|true&#8221; custom_css_main_element=&#8221;clip-path: polygon(0 0, 100% 5%, 95% 95%, 5% 100%);&#8221; global_colors_info=&#8221;{}&#8221; background__hover_enabled=&#8221;off|desktop&#8221;]<\/p>\n<p>Joe has his own internal transport fleet powered by HVO90. HVO is a low-carbon fuel that is obtained by processing lipids \u2013 such as vegetable oil or used cooking oil \u2013 all made of paraffinic hydrocarbon. Bio all the way!<\/p>\n<p>[\/et_pb_blurb][et_pb_blurb title=&#8221;Circular potting soil&#8221; image_icon_background_color=&#8221;#FFFFFF&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; header_font=&#8221;Cut and Paste|||on|||||&#8221; header_text_color=&#8221;#FFFFFF&#8221; header_font_size=&#8221;3.4vh&#8221; body_font=&#8221;Montserrat||||||||&#8221; body_text_align=&#8221;center&#8221; body_text_color=&#8221;#FFFFFF&#8221; body_font_size=&#8221;1.4vh&#8221; background_color=&#8221;#f273ac&#8221; background_enable_image=&#8221;off&#8221; text_orientation=&#8221;center&#8221; height=&#8221;30vh&#8221; custom_margin=&#8221;20px||20px||true|false&#8221; custom_padding=&#8221;3vh|40px||40px|false|true&#8221; custom_css_main_element=&#8221;clip-path: polygon(0 5%, 100% 0, 95% 100%, 5% 95%);&#8221; global_colors_info=&#8221;{}&#8221; background__hover_enabled=&#8221;off|desktop&#8221;]<\/p>\n<p>The potting soil used to grow Joe\u2019s plants is primarily made of compost and circular moss beds. The goal is to keep Joe Bio as organic as possible.<\/p>\n<p>[\/et_pb_blurb][et_pb_blurb title=&#8221;Organic fertilizer&#8221; image_icon_background_color=&#8221;#FFFFFF&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; header_font=&#8221;Cut and Paste|||on|||||&#8221; header_text_color=&#8221;#FFFFFF&#8221; header_font_size=&#8221;3.4vh&#8221; body_font=&#8221;Montserrat||||||||&#8221; body_text_align=&#8221;center&#8221; body_text_color=&#8221;#FFFFFF&#8221; body_font_size=&#8221;1.4vh&#8221; background_color=&#8221;#f273ac&#8221; background_enable_image=&#8221;off&#8221; text_orientation=&#8221;center&#8221; height=&#8221;30vh&#8221; custom_margin=&#8221;20px||20px||true|false&#8221; custom_padding=&#8221;3vh|40px||40px|false|true&#8221; custom_css_main_element=&#8221;clip-path: polygon(5% 0, 95% 5%, 100% 95%, 0 100%);&#8221; global_colors_info=&#8221;{}&#8221; background__hover_enabled=&#8221;off|desktop&#8221;]<\/p>\n<p>The fertilisers used to grow Joe Bio\u2019s trees are as organic as possible. What\u2019s more, the ingredients used for the fertiliser originate from local sources, specifically at Joe\u2019s own tree nursery. Joe knows what keeps his plants happy and cheerful.<\/p>\n<p>[\/et_pb_blurb][et_pb_blurb url=&#8221;#cyclus&#8221; image_icon_background_color=&#8221;RGBA(255,255,255,0)&#8221; image=&#8221;https:\/\/joe-bio.com\/wp-content\/uploads\/2023\/03\/cyclus-US.png&#8221; image_icon_width=&#8221;100%&#8221; content_max_width=&#8221;1100px&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; header_font=&#8221;Cut and Paste|||on|||||&#8221; header_text_color=&#8221;#FFFFFF&#8221; header_font_size=&#8221;3.4vh&#8221; body_font=&#8221;Montserrat||||||||&#8221; body_text_align=&#8221;center&#8221; body_text_color=&#8221;#FFFFFF&#8221; body_font_size=&#8221;1.4vh&#8221; background_color=&#8221;#f273ac&#8221; background_enable_image=&#8221;off&#8221; text_orientation=&#8221;center&#8221; custom_margin=&#8221;20px||20px||true|false&#8221; custom_padding=&#8221;2vh|40px||40px|false|true&#8221; link_option_url=&#8221;#cyclus&#8221; custom_css_main_element=&#8221;clip-path: polygon(5% 0, 95% 5%, 100% 95%, 0 100%);&#8221; global_colors_info=&#8221;{}&#8221; background__hover_enabled=&#8221;off|desktop&#8221;][\/et_pb_blurb][et_pb_blurb image_icon_background_color=&#8221;RGBA(255,255,255,0)&#8221; image_icon_width=&#8221;100%&#8221; content_max_width=&#8221;1100px&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; header_font=&#8221;Cut and Paste|||on|||||&#8221; header_text_color=&#8221;#FFFFFF&#8221; header_font_size=&#8221;3.4vh&#8221; body_font=&#8221;Montserrat||||||||&#8221; body_text_align=&#8221;center&#8221; body_text_color=&#8221;#FFFFFF&#8221; body_font_size=&#8221;1.4vh&#8221; background_enable_color=&#8221;off&#8221; background_enable_image=&#8221;off&#8221; text_orientation=&#8221;center&#8221; custom_margin=&#8221;20px||20px||true|false&#8221; custom_padding=&#8221;2vh|40px||40px|false|true&#8221; custom_css_main_element=&#8221;clip-path: polygon(5% 0, 95% 5%, 100% 95%, 0 100%);&#8221; global_colors_info=&#8221;{}&#8221; background__hover_enabled=&#8221;off|desktop&#8221;][\/et_pb_blurb][et_pb_blurb image_icon_background_color=&#8221;RGBA(255,255,255,0)&#8221; image_icon_width=&#8221;100%&#8221; content_max_width=&#8221;1100px&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; header_font=&#8221;Cut and Paste|||on|||||&#8221; header_text_color=&#8221;#FFFFFF&#8221; header_font_size=&#8221;3.4vh&#8221; body_font=&#8221;Montserrat||||||||&#8221; body_text_align=&#8221;center&#8221; body_text_color=&#8221;#FFFFFF&#8221; body_font_size=&#8221;1.4vh&#8221; background_enable_color=&#8221;off&#8221; background_enable_image=&#8221;off&#8221; text_orientation=&#8221;center&#8221; custom_margin=&#8221;20px||20px||true|false&#8221; custom_padding=&#8221;2vh|40px||40px|false|true&#8221; custom_css_main_element=&#8221;clip-path: polygon(5% 0, 95% 5%, 100% 95%, 0 100%);&#8221; global_colors_info=&#8221;{}&#8221; background__hover_enabled=&#8221;off|desktop&#8221;][\/et_pb_blurb][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Popup &#8211; #blackberry&#8221; module_id=&#8221;blackberry&#8221; module_class=&#8221;popup close-alt single with-loader no-shadow&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;RGBA(255,255,255,0)&#8221; width=&#8221;75%&#8221; module_alignment=&#8221;center&#8221; da_is_popup=&#8221;on&#8221; da_popup_slug=&#8221;blackberry&#8221; da_is_singular=&#8221;on&#8221; da_alt_close=&#8221;on&#8221; da_has_shadow=&#8221;off&#8221; da_with_loader=&#8221;on&#8221; da_disable_devices=&#8221;off|off|off&#8221; saved_tabs=&#8221;all&#8221; global_colors_info=&#8221;{}&#8221; da_exit_intent=&#8221;off&#8221; da_has_close=&#8221;on&#8221; da_dark_close=&#8221;off&#8221; da_not_modal=&#8221;on&#8221;][et_pb_row column_structure=&#8221;1_2,1_2&#8243; make_equal=&#8221;on&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; width=&#8221;75%&#8221; width_tablet=&#8221;100%&#8221; width_phone=&#8221;100%&#8221; width_last_edited=&#8221;on|phone&#8221; max_width=&#8221;2560px&#8221; custom_padding=&#8221;4%|5%|4%|5%|true|true&#8221; custom_css_main_element=&#8221;clip-path: polygon(0 2%, 97% 0, 100% 100%, 2% 97%);||&#8221; global_colors_info=&#8221;{}&#8221; custom_css_main_element_last_edited=&#8221;on|phone&#8221; custom_css_main_element_phone=&#8221;clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%);||&#8221; custom_css_main_element_tablet=&#8221;clip-path: polygon(0 2%, 97% 0, 100% 100%, 2% 97%);||&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; pac_dcm_carousel_specific_module_num=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/joe-bio.com\/wp-content\/uploads\/2023\/04\/01-blackberry-no-bg.png&#8221; title_text=&#8221;01-blackberry-no-bg&#8221; align=&#8221;center&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;align-self: center;&#8221; pac_dcm_carousel_specific_module_num=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Montserrat||||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;16px&#8221; header_2_font=&#8221;Cut and Paste|||on|||||&#8221; header_2_font_size=&#8221;56px&#8221; header_3_font=&#8221;Montserrat|700|||||||&#8221; header_3_text_color=&#8221;#000000&#8243; header_3_font_size=&#8221;18px&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2>Blackberry<\/h2>\n<h3><span><strong>Blackberry: Rubus fruticosus \u2018Black Satin\u2019<\/strong><\/span><\/h3>\n<p>As one of the first trees in the blackberry family, \u2018Black Satin\u2019 is a real classic. This spikeless plant is a late bloomer but provides high-quality, full-flavoured blackberries. Be patient and you will be rewarded!<\/p>\n<p>[\/et_pb_text][et_pb_image src=&#8221;https:\/\/joe-bio.com\/wp-content\/uploads\/2023\/03\/Blackberry-info.png&#8221; title_text=&#8221;Blackberry-info&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; module_alignment=&#8221;center&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_2&#8243; make_equal=&#8221;on&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; positioning=&#8221;absolute&#8221; position_origin_a=&#8221;center_center&#8221; vertical_offset=&#8221;24px&#8221; position_origin_a_tablet=&#8221;bottom_center&#8221; position_origin_a_phone=&#8221;bottom_center&#8221; position_origin_a_last_edited=&#8221;on|phone&#8221; position_origin_f_tablet=&#8221;&#8221; position_origin_f_phone=&#8221;&#8221; position_origin_f_last_edited=&#8221;on|phone&#8221; position_origin_r_tablet=&#8221;&#8221; position_origin_r_phone=&#8221;&#8221; position_origin_r_last_edited=&#8221;on|phone&#8221; width=&#8221;90%&#8221; max_width=&#8221;2560px&#8221; custom_padding_tablet=&#8221;0px||0px||false|false&#8221; custom_padding_phone=&#8221;0px||0px||false|false&#8221; positioning_tablet=&#8221;none&#8221; positioning_phone=&#8221;none&#8221; positioning_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221; custom_css_main_element_last_edited=&#8221;on|phone&#8221; custom_css_main_element_phone=&#8221;display: flex;&#8221; custom_css_main_element_tablet=&#8221;display: flex;&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; pac_dcm_carousel_specific_module_num=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_button button_url=&#8221;#redcurrant&#8221; button_text=&#8221;p&#8221; button_alignment=&#8221;left&#8221; module_id=&#8221;#recurrant&#8221; module_class=&#8221;prev-btn&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; custom_button=&#8221;on&#8221; button_text_size=&#8221;30px&#8221; button_text_color=&#8221;RGBA(255,255,255,0)&#8221; button_bg_color=&#8221;#FFFFFF&#8221; button_border_width=&#8221;0px&#8221; button_border_color=&#8221;RGBA(255,255,255,0)&#8221; button_border_radius=&#8221;0px&#8221; button_font=&#8221;Cut and Paste||||||||&#8221; button_icon=&#8221;&#x23;||divi||400&#8243; button_icon_color=&#8221;#000000&#8243; button_icon_placement=&#8221;left&#8221; button_on_hover=&#8221;off&#8221; custom_padding=&#8221;|0px|||false|false&#8221; custom_css_main_element=&#8221;clip-path: polygon(5% 0, 100% 5%, 95% 100%, 0 95%);&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_button][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;align-self: center;&#8221; pac_dcm_carousel_specific_module_num=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_button button_url=&#8221;#tayberry&#8221; button_text=&#8221;n&#8221; button_alignment=&#8221;right&#8221; button_text_last_edited=&#8221;off|desktop&#8221; module_class=&#8221;next-btn&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; custom_button=&#8221;on&#8221; button_text_size=&#8221;30px&#8221; button_text_color=&#8221;RGBA(255,255,255,0)&#8221; button_bg_color=&#8221;#FFFFFF&#8221; button_border_width=&#8221;0px&#8221; button_border_color=&#8221;RGBA(255,255,255,0)&#8221; button_border_radius=&#8221;0px&#8221; button_font=&#8221;Cut and Paste||||||||&#8221; button_icon=&#8221;&#x24;||divi||400&#8243; button_icon_color=&#8221;#000000&#8243; button_icon_placement=&#8221;left&#8221; button_on_hover=&#8221;off&#8221; custom_margin_tablet=&#8221;-31px||||false|false&#8221; custom_margin_phone=&#8221;-31px||||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;|0px|||false|false&#8221; custom_css_main_element=&#8221;clip-path: polygon(95% 0, 100% 95%, 5% 100%, 0 5%);&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_button][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Popup &#8211; #tayberry&#8221; module_id=&#8221;tayberry&#8221; module_class=&#8221;popup close-alt single with-loader no-shadow&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;RGBA(255,255,255,0)&#8221; width=&#8221;75%&#8221; module_alignment=&#8221;center&#8221; da_is_popup=&#8221;on&#8221; da_popup_slug=&#8221;tayberry&#8221; da_is_singular=&#8221;on&#8221; da_alt_close=&#8221;on&#8221; da_has_shadow=&#8221;off&#8221; da_with_loader=&#8221;on&#8221; da_disable_devices=&#8221;off|off|off&#8221; global_colors_info=&#8221;{}&#8221; da_exit_intent=&#8221;off&#8221; da_has_close=&#8221;on&#8221; da_dark_close=&#8221;off&#8221; da_not_modal=&#8221;on&#8221;][et_pb_row column_structure=&#8221;1_2,1_2&#8243; make_equal=&#8221;on&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; width=&#8221;75%&#8221; width_tablet=&#8221;100%&#8221; width_phone=&#8221;100%&#8221; width_last_edited=&#8221;on|phone&#8221; max_width=&#8221;2560px&#8221; custom_padding=&#8221;4%|5%|4%|5%|true|true&#8221; custom_css_main_element=&#8221;clip-path: polygon(0 2%, 97% 0, 100% 100%, 2% 97%);||&#8221; global_colors_info=&#8221;{}&#8221; custom_css_main_element_phone=&#8221;clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%);||&#8221; custom_css_main_element_last_edited=&#8221;on|phone&#8221; custom_css_main_element_tablet=&#8221;clip-path: polygon(0 2%, 97% 0, 100% 100%, 2% 97%);||&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; pac_dcm_carousel_specific_module_num=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/joe-bio.com\/wp-content\/uploads\/2023\/04\/02-tayberry-no-bg.png&#8221; title_text=&#8221;02-tayberry-no-bg&#8221; align=&#8221;center&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;align-self: center;&#8221; pac_dcm_carousel_specific_module_num=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Montserrat||||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;16px&#8221; header_2_font=&#8221;Cut and Paste|||on|||||&#8221; header_2_font_size=&#8221;56px&#8221; header_3_font=&#8221;Montserrat|700|||||||&#8221; header_3_text_color=&#8221;#000000&#8243; header_3_font_size=&#8221;18px&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2>tayberry<\/h2>\n<p><span><strong>Rubus hybrid \u2018Tayberry\u2019<\/strong><\/span><\/p>\n<p>Hey Tayberry! This Rubus hybrid is the best friend of all bees and butterflies, giving biodiversity a real boost. The tayberries are ideal for making delicious jam.<\/p>\n<p>[\/et_pb_text][et_pb_image src=&#8221;https:\/\/joe-bio.com\/wp-content\/uploads\/2023\/03\/REDCURRANT-info.png&#8221; title_text=&#8221;REDCURRANT-info&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_2&#8243; make_equal=&#8221;on&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; positioning=&#8221;absolute&#8221; position_origin_a=&#8221;center_center&#8221; vertical_offset=&#8221;24px&#8221; position_origin_a_tablet=&#8221;bottom_center&#8221; position_origin_a_phone=&#8221;bottom_center&#8221; position_origin_a_last_edited=&#8221;on|phone&#8221; position_origin_f_tablet=&#8221;&#8221; position_origin_f_phone=&#8221;&#8221; position_origin_f_last_edited=&#8221;on|phone&#8221; position_origin_r_tablet=&#8221;&#8221; position_origin_r_phone=&#8221;&#8221; position_origin_r_last_edited=&#8221;on|phone&#8221; width=&#8221;90%&#8221; max_width=&#8221;2560px&#8221; custom_margin_tablet=&#8221;0px||||false|false&#8221; custom_margin_last_edited=&#8221;off|tablet&#8221; custom_padding_tablet=&#8221;0px||0px||true|false&#8221; custom_padding_phone=&#8221;0px||0px||true|false&#8221; positioning_tablet=&#8221;none&#8221; positioning_phone=&#8221;none&#8221; positioning_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221; custom_css_main_element_last_edited=&#8221;on|phone&#8221; custom_css_main_element_phone=&#8221;display: flex;&#8221; custom_css_main_element_tablet=&#8221;display: flex;&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; pac_dcm_carousel_specific_module_num=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_button button_url=&#8221;#blackberry&#8221; button_text=&#8221;p&#8221; button_alignment=&#8221;left&#8221; module_class=&#8221;prev-btn&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; custom_button=&#8221;on&#8221; button_text_size=&#8221;30px&#8221; button_text_color=&#8221;RGBA(255,255,255,0)&#8221; button_bg_color=&#8221;#FFFFFF&#8221; button_border_width=&#8221;0px&#8221; button_border_color=&#8221;RGBA(255,255,255,0)&#8221; button_border_radius=&#8221;0px&#8221; button_font=&#8221;Cut and Paste||||||||&#8221; button_icon=&#8221;&#x23;||divi||400&#8243; button_icon_color=&#8221;#000000&#8243; button_icon_placement=&#8221;left&#8221; button_on_hover=&#8221;off&#8221; custom_margin=&#8221;||||false|false&#8221; custom_padding=&#8221;|0px|||false|false&#8221; custom_css_main_element=&#8221;clip-path: polygon(5% 0, 100% 5%, 95% 100%, 0 95%);&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_button][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;align-self: center;&#8221; pac_dcm_carousel_specific_module_num=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_button button_url=&#8221;#blackcurrant&#8221; button_text=&#8221;n&#8221; button_alignment=&#8221;right&#8221; button_text_last_edited=&#8221;off|desktop&#8221; module_class=&#8221;next-btn&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; custom_button=&#8221;on&#8221; button_text_size=&#8221;30px&#8221; button_text_color=&#8221;RGBA(255,255,255,0)&#8221; button_bg_color=&#8221;#FFFFFF&#8221; button_border_width=&#8221;0px&#8221; button_border_color=&#8221;RGBA(255,255,255,0)&#8221; button_border_radius=&#8221;0px&#8221; button_font=&#8221;Cut and Paste||||||||&#8221; button_icon=&#8221;&#x24;||divi||400&#8243; button_icon_color=&#8221;#000000&#8243; button_icon_placement=&#8221;left&#8221; button_on_hover=&#8221;off&#8221; custom_margin_tablet=&#8221;-31px||||false|false&#8221; custom_margin_phone=&#8221;-31px||||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;|0px|||false|false&#8221; custom_css_main_element=&#8221;clip-path: polygon(95% 0, 100% 95%, 5% 100%, 0 5%);&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_button][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Popup &#8211; #blackcurrant&#8221; module_id=&#8221;blackcurrant&#8221; module_class=&#8221;popup close-alt single with-loader no-shadow&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;RGBA(255,255,255,0)&#8221; width=&#8221;75%&#8221; module_alignment=&#8221;center&#8221; da_is_popup=&#8221;on&#8221; da_popup_slug=&#8221;blackcurrant&#8221; da_is_singular=&#8221;on&#8221; da_alt_close=&#8221;on&#8221; da_has_shadow=&#8221;off&#8221; da_with_loader=&#8221;on&#8221; da_disable_devices=&#8221;off|off|off&#8221; global_colors_info=&#8221;{}&#8221; da_exit_intent=&#8221;off&#8221; da_has_close=&#8221;on&#8221; da_dark_close=&#8221;off&#8221; da_not_modal=&#8221;on&#8221;][et_pb_row column_structure=&#8221;1_2,1_2&#8243; make_equal=&#8221;on&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; width=&#8221;75%&#8221; width_tablet=&#8221;100%&#8221; width_phone=&#8221;100%&#8221; width_last_edited=&#8221;on|phone&#8221; max_width=&#8221;2560px&#8221; custom_padding=&#8221;4%|5%|4%|5%|true|true&#8221; custom_css_main_element=&#8221;clip-path: polygon(0 2%, 97% 0, 100% 100%, 2% 97%);||&#8221; global_colors_info=&#8221;{}&#8221; custom_css_main_element_phone=&#8221;clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%);||&#8221; custom_css_main_element_last_edited=&#8221;on|phone&#8221; custom_css_main_element_tablet=&#8221;clip-path: polygon(0 2%, 97% 0, 100% 100%, 2% 97%);||&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; pac_dcm_carousel_specific_module_num=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/joe-bio.com\/wp-content\/uploads\/2023\/04\/03-blackcurrant-no-bg.png&#8221; title_text=&#8221;03-blackcurrant-no-bg&#8221; align=&#8221;center&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;align-self: center;&#8221; pac_dcm_carousel_specific_module_num=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Montserrat||||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;16px&#8221; header_2_font=&#8221;Cut and Paste|||on|||||&#8221; header_2_font_size=&#8221;56px&#8221; header_3_font=&#8221;Montserrat|700|||||||&#8221; header_3_text_color=&#8221;#000000&#8243; header_3_font_size=&#8221;18px&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2>BLACKcurrant<\/h2>\n<p><span style=\"font-size: 16px;\"><span><strong>Ribes nigrum \u2018Ben Nevis\u2019<\/strong><\/span><\/span><\/p>\n<p><span>Meet \u2018Ben Nevis\u2019, your new favourite blackcurrant. The Ben Nevis produces the best berries for any type of jam, juice, liquor or wine. But of course you can also eat them straight off the plant. The possibilities are endless\u2026<\/span><\/p>\n<p>[\/et_pb_text][et_pb_image src=&#8221;https:\/\/joe-bio.com\/wp-content\/uploads\/2023\/03\/REDCURRANT-info.png&#8221; title_text=&#8221;REDCURRANT-info&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_2&#8243; make_equal=&#8221;on&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; positioning=&#8221;absolute&#8221; position_origin_a=&#8221;center_center&#8221; vertical_offset=&#8221;24px&#8221; position_origin_a_tablet=&#8221;bottom_center&#8221; position_origin_a_phone=&#8221;bottom_center&#8221; position_origin_a_last_edited=&#8221;on|phone&#8221; position_origin_f_tablet=&#8221;&#8221; position_origin_f_phone=&#8221;&#8221; position_origin_f_last_edited=&#8221;on|phone&#8221; position_origin_r_tablet=&#8221;&#8221; position_origin_r_phone=&#8221;&#8221; position_origin_r_last_edited=&#8221;on|phone&#8221; width=&#8221;90%&#8221; max_width=&#8221;2560px&#8221; custom_margin_tablet=&#8221;0px||||false|false&#8221; custom_margin_last_edited=&#8221;off|tablet&#8221; custom_padding_tablet=&#8221;0px||0px||true|false&#8221; custom_padding_phone=&#8221;0px||0px||true|false&#8221; positioning_tablet=&#8221;none&#8221; positioning_phone=&#8221;none&#8221; positioning_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221; custom_css_main_element_last_edited=&#8221;on|phone&#8221; custom_css_main_element_phone=&#8221;display: flex;&#8221; custom_css_main_element_tablet=&#8221;display: flex;&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; pac_dcm_carousel_specific_module_num=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_button button_url=&#8221;#tayberry&#8221; button_text=&#8221;p&#8221; button_alignment=&#8221;left&#8221; module_class=&#8221;prev-btn&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; custom_button=&#8221;on&#8221; button_text_size=&#8221;30px&#8221; button_text_color=&#8221;RGBA(255,255,255,0)&#8221; button_bg_color=&#8221;#FFFFFF&#8221; button_border_width=&#8221;0px&#8221; button_border_color=&#8221;RGBA(255,255,255,0)&#8221; button_border_radius=&#8221;0px&#8221; button_font=&#8221;Cut and Paste||||||||&#8221; button_icon=&#8221;&#x23;||divi||400&#8243; button_icon_color=&#8221;#000000&#8243; button_icon_placement=&#8221;left&#8221; button_on_hover=&#8221;off&#8221; custom_margin=&#8221;||||false|false&#8221; custom_padding=&#8221;|0px|||false|false&#8221; custom_css_main_element=&#8221;clip-path: polygon(5% 0, 100% 5%, 95% 100%, 0 95%);&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_button][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;align-self: center;&#8221; pac_dcm_carousel_specific_module_num=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_button button_url=&#8221;#raspberry&#8221; button_text=&#8221;n&#8221; button_alignment=&#8221;right&#8221; button_text_last_edited=&#8221;off|desktop&#8221; module_class=&#8221;next-btn&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; custom_button=&#8221;on&#8221; button_text_size=&#8221;30px&#8221; button_text_color=&#8221;RGBA(255,255,255,0)&#8221; button_bg_color=&#8221;#FFFFFF&#8221; button_border_width=&#8221;0px&#8221; button_border_color=&#8221;RGBA(255,255,255,0)&#8221; button_border_radius=&#8221;0px&#8221; button_font=&#8221;Cut and Paste||||||||&#8221; button_icon=&#8221;&#x24;||divi||400&#8243; button_icon_color=&#8221;#000000&#8243; button_icon_placement=&#8221;left&#8221; button_on_hover=&#8221;off&#8221; custom_margin_tablet=&#8221;-31px||||false|false&#8221; custom_margin_phone=&#8221;-31px||||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;|0px|||false|false&#8221; custom_css_main_element=&#8221;clip-path: polygon(95% 0, 100% 95%, 5% 100%, 0 5%);&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_button][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Popup &#8211; #raspberry&#8221; module_id=&#8221;raspberry&#8221; module_class=&#8221;popup close-alt single with-loader no-shadow&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;RGBA(255,255,255,0)&#8221; width=&#8221;75%&#8221; module_alignment=&#8221;center&#8221; da_is_popup=&#8221;on&#8221; da_popup_slug=&#8221;raspberry&#8221; da_is_singular=&#8221;on&#8221; da_alt_close=&#8221;on&#8221; da_has_shadow=&#8221;off&#8221; da_with_loader=&#8221;on&#8221; da_disable_devices=&#8221;off|off|off&#8221; global_colors_info=&#8221;{}&#8221; da_exit_intent=&#8221;off&#8221; da_has_close=&#8221;on&#8221; da_dark_close=&#8221;off&#8221; da_not_modal=&#8221;on&#8221;][et_pb_row column_structure=&#8221;1_2,1_2&#8243; make_equal=&#8221;on&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; width=&#8221;75%&#8221; width_tablet=&#8221;100%&#8221; width_phone=&#8221;100%&#8221; width_last_edited=&#8221;on|phone&#8221; max_width=&#8221;2560px&#8221; custom_padding=&#8221;4%|5%|4%|5%|true|true&#8221; custom_css_main_element=&#8221;clip-path: polygon(0 2%, 97% 0, 100% 100%, 2% 97%);||&#8221; global_colors_info=&#8221;{}&#8221; custom_css_main_element_phone=&#8221;clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%);||&#8221; custom_css_main_element_last_edited=&#8221;on|phone&#8221; custom_css_main_element_tablet=&#8221;clip-path: polygon(0 2%, 97% 0, 100% 100%, 2% 97%);||&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; pac_dcm_carousel_specific_module_num=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/joe-bio.com\/wp-content\/uploads\/2023\/04\/04-Redcurrant-no-bg.png&#8221; title_text=&#8221;04-Redcurrant-no-bg&#8221; align=&#8221;center&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;align-self: center;&#8221; pac_dcm_carousel_specific_module_num=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Montserrat||||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;16px&#8221; header_2_font=&#8221;Cut and Paste|||on|||||&#8221; header_2_font_size=&#8221;56px&#8221; header_3_font=&#8221;Montserrat|700|||||||&#8221; header_3_text_color=&#8221;#000000&#8243; header_3_font_size=&#8221;18px&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2>RASPBERRY<\/h2>\n<h3><span><strong>Rubus idaeus \u2018Heritage\u2019<\/strong><\/span><\/h3>\n<p>With its strong roots and high yields, the Rubus idaeus rightfully earns its \u2018Heritage\u2019 name. This berry is ideal for making any type of juice or jam.<\/p>\n<p>[\/et_pb_text][et_pb_image src=&#8221;https:\/\/joe-bio.com\/wp-content\/uploads\/2023\/03\/RASPBERRY-info.png&#8221; title_text=&#8221;RASPBERRY-info&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_2&#8243; make_equal=&#8221;on&#8221; custom_padding_last_edited=&#8221;on|tablet&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; positioning=&#8221;absolute&#8221; position_origin_a=&#8221;center_center&#8221; vertical_offset=&#8221;24px&#8221; position_origin_a_tablet=&#8221;bottom_center&#8221; position_origin_a_phone=&#8221;bottom_center&#8221; position_origin_a_last_edited=&#8221;on|phone&#8221; position_origin_f_tablet=&#8221;&#8221; position_origin_f_phone=&#8221;&#8221; position_origin_f_last_edited=&#8221;on|phone&#8221; position_origin_r_tablet=&#8221;&#8221; position_origin_r_phone=&#8221;&#8221; position_origin_r_last_edited=&#8221;on|phone&#8221; width=&#8221;90%&#8221; max_width=&#8221;2560px&#8221; custom_padding_tablet=&#8221;0px||||false|false&#8221; custom_padding_phone=&#8221;||||true&#8221; positioning_tablet=&#8221;none&#8221; positioning_phone=&#8221;none&#8221; positioning_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221; custom_css_main_element_last_edited=&#8221;on|phone&#8221; custom_css_main_element_phone=&#8221;display: flex;&#8221; custom_css_main_element_tablet=&#8221;display: flex;&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; pac_dcm_carousel_specific_module_num=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_button button_url=&#8221;#blackcurrant&#8221; button_text=&#8221;p&#8221; button_alignment=&#8221;left&#8221; module_class=&#8221;prev-btn&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; custom_button=&#8221;on&#8221; button_text_size=&#8221;30px&#8221; button_text_color=&#8221;RGBA(255,255,255,0)&#8221; button_bg_color=&#8221;#FFFFFF&#8221; button_border_width=&#8221;0px&#8221; button_border_color=&#8221;RGBA(255,255,255,0)&#8221; button_border_radius=&#8221;0px&#8221; button_font=&#8221;Cut and Paste||||||||&#8221; button_icon=&#8221;&#x23;||divi||400&#8243; button_icon_color=&#8221;#000000&#8243; button_icon_placement=&#8221;left&#8221; button_on_hover=&#8221;off&#8221; custom_padding=&#8221;|0px|||false|false&#8221; custom_css_main_element=&#8221;clip-path: polygon(5% 0, 100% 5%, 95% 100%, 0 95%);&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_button][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;align-self: center;&#8221; pac_dcm_carousel_specific_module_num=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_button button_url=&#8221;#gooseberry&#8221; button_text=&#8221;n&#8221; button_alignment=&#8221;right&#8221; button_text_last_edited=&#8221;off|desktop&#8221; module_class=&#8221;next-btn&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; custom_button=&#8221;on&#8221; button_text_size=&#8221;30px&#8221; button_text_color=&#8221;RGBA(255,255,255,0)&#8221; button_bg_color=&#8221;#FFFFFF&#8221; button_border_width=&#8221;0px&#8221; button_border_color=&#8221;RGBA(255,255,255,0)&#8221; button_border_radius=&#8221;0px&#8221; button_font=&#8221;Cut and Paste||||||||&#8221; button_icon=&#8221;&#x24;||divi||400&#8243; button_icon_color=&#8221;#000000&#8243; button_icon_placement=&#8221;left&#8221; button_on_hover=&#8221;off&#8221; custom_margin_tablet=&#8221;-31px||||false|false&#8221; custom_margin_phone=&#8221;-31px||||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;|0px|||false|false&#8221; custom_css_main_element=&#8221;clip-path: polygon(95% 0, 100% 95%, 5% 100%, 0 5%);&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_button][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Popup &#8211; #gooseberry&#8221; module_id=&#8221;gooseberry&#8221; module_class=&#8221;popup close-alt single with-loader no-shadow&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;RGBA(255,255,255,0)&#8221; width=&#8221;75%&#8221; module_alignment=&#8221;center&#8221; da_is_popup=&#8221;on&#8221; da_popup_slug=&#8221;gooseberry&#8221; da_is_singular=&#8221;on&#8221; da_alt_close=&#8221;on&#8221; da_has_shadow=&#8221;off&#8221; da_with_loader=&#8221;on&#8221; da_disable_devices=&#8221;off|off|off&#8221; global_colors_info=&#8221;{}&#8221; da_exit_intent=&#8221;off&#8221; da_has_close=&#8221;on&#8221; da_dark_close=&#8221;off&#8221; da_not_modal=&#8221;on&#8221;][et_pb_row column_structure=&#8221;1_2,1_2&#8243; make_equal=&#8221;on&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; width=&#8221;75%&#8221; width_tablet=&#8221;100%&#8221; width_phone=&#8221;100%&#8221; width_last_edited=&#8221;on|phone&#8221; max_width=&#8221;2560px&#8221; custom_padding=&#8221;4%|5%|4%|5%|true|true&#8221; custom_css_main_element=&#8221;clip-path: polygon(0 2%, 97% 0, 100% 100%, 2% 97%);||&#8221; global_colors_info=&#8221;{}&#8221; custom_css_main_element_phone=&#8221;clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%);||&#8221; custom_css_main_element_last_edited=&#8221;on|phone&#8221; custom_css_main_element_tablet=&#8221;clip-path: polygon(0 2%, 97% 0, 100% 100%, 2% 97%);||&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; pac_dcm_carousel_specific_module_num=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/joe-bio.com\/wp-content\/uploads\/2023\/04\/05-gooseberry-no-bg.png&#8221; title_text=&#8221;05-gooseberry-no-bg&#8221; align=&#8221;center&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;align-self: center;&#8221; pac_dcm_carousel_specific_module_num=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Montserrat||||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;16px&#8221; header_2_font=&#8221;Cut and Paste|||on|||||&#8221; header_2_font_size=&#8221;56px&#8221; header_3_font=&#8221;Montserrat|700|||||||&#8221; header_3_text_color=&#8221;#000000&#8243; header_3_font_size=&#8221;18px&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2>gooseberry<\/h2>\n<p><span><strong>Ribes uva-crispa \u2018Spinefree\u2019<\/strong><\/span><\/p>\n<p>The \u2018Spinefree\u2019 is a delicious red-purple gooseberry packed with vitamins and minerals, a real fruity hero. Perfect as a topping for desserts and yoghurts.<\/p>\n<p>[\/et_pb_text][et_pb_image src=&#8221;https:\/\/joe-bio.com\/wp-content\/uploads\/2023\/03\/REDCURRANT-info.png&#8221; title_text=&#8221;REDCURRANT-info&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_2&#8243; make_equal=&#8221;on&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; positioning=&#8221;absolute&#8221; position_origin_a=&#8221;center_center&#8221; vertical_offset=&#8221;24px&#8221; position_origin_a_tablet=&#8221;bottom_center&#8221; position_origin_a_phone=&#8221;bottom_center&#8221; position_origin_a_last_edited=&#8221;on|phone&#8221; position_origin_f_tablet=&#8221;&#8221; position_origin_f_phone=&#8221;&#8221; position_origin_f_last_edited=&#8221;on|phone&#8221; position_origin_r_tablet=&#8221;&#8221; position_origin_r_phone=&#8221;&#8221; position_origin_r_last_edited=&#8221;on|phone&#8221; width=&#8221;90%&#8221; max_width=&#8221;2560px&#8221; custom_margin_tablet=&#8221;0px||||false|false&#8221; custom_margin_last_edited=&#8221;off|tablet&#8221; custom_padding_tablet=&#8221;0px||0px||true|false&#8221; custom_padding_phone=&#8221;0px||0px||true|false&#8221; positioning_tablet=&#8221;none&#8221; positioning_phone=&#8221;none&#8221; positioning_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221; custom_css_main_element_last_edited=&#8221;on|phone&#8221; custom_css_main_element_phone=&#8221;display: flex;&#8221; custom_css_main_element_tablet=&#8221;display: flex;&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; pac_dcm_carousel_specific_module_num=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_button button_url=&#8221;#raspberry&#8221; button_text=&#8221;p&#8221; button_alignment=&#8221;left&#8221; module_class=&#8221;prev-btn&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; custom_button=&#8221;on&#8221; button_text_size=&#8221;30px&#8221; button_text_color=&#8221;RGBA(255,255,255,0)&#8221; button_bg_color=&#8221;#FFFFFF&#8221; button_border_width=&#8221;0px&#8221; button_border_color=&#8221;RGBA(255,255,255,0)&#8221; button_border_radius=&#8221;0px&#8221; button_font=&#8221;Cut and Paste||||||||&#8221; button_icon=&#8221;&#x23;||divi||400&#8243; button_icon_color=&#8221;#000000&#8243; button_icon_placement=&#8221;left&#8221; button_on_hover=&#8221;off&#8221; custom_margin=&#8221;||||false|false&#8221; custom_padding=&#8221;|0px|||false|false&#8221; custom_css_main_element=&#8221;clip-path: polygon(5% 0, 100% 5%, 95% 100%, 0 95%);&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_button][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;align-self: center;&#8221; pac_dcm_carousel_specific_module_num=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_button button_url=&#8221;#blueberry&#8221; button_text=&#8221;n&#8221; button_alignment=&#8221;right&#8221; button_text_last_edited=&#8221;off|desktop&#8221; module_class=&#8221;next-btn&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; custom_button=&#8221;on&#8221; button_text_size=&#8221;30px&#8221; button_text_color=&#8221;RGBA(255,255,255,0)&#8221; button_bg_color=&#8221;#FFFFFF&#8221; button_border_width=&#8221;0px&#8221; button_border_color=&#8221;RGBA(255,255,255,0)&#8221; button_border_radius=&#8221;0px&#8221; button_font=&#8221;Cut and Paste||||||||&#8221; button_icon=&#8221;&#x24;||divi||400&#8243; button_icon_color=&#8221;#000000&#8243; button_icon_placement=&#8221;left&#8221; button_on_hover=&#8221;off&#8221; custom_margin_tablet=&#8221;-31px||||false|false&#8221; custom_margin_phone=&#8221;-31px||||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;|0px|||false|false&#8221; custom_css_main_element=&#8221;clip-path: polygon(95% 0, 100% 95%, 5% 100%, 0 5%);&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_button][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Popup &#8211; #blueberry&#8221; module_id=&#8221;blueberry&#8221; module_class=&#8221;popup close-alt single with-loader no-shadow&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;RGBA(255,255,255,0)&#8221; width=&#8221;75%&#8221; module_alignment=&#8221;center&#8221; da_is_popup=&#8221;on&#8221; da_popup_slug=&#8221;blueberry&#8221; da_is_singular=&#8221;on&#8221; da_alt_close=&#8221;on&#8221; da_has_shadow=&#8221;off&#8221; da_with_loader=&#8221;on&#8221; da_disable_devices=&#8221;off|off|off&#8221; global_colors_info=&#8221;{}&#8221; da_exit_intent=&#8221;off&#8221; da_has_close=&#8221;on&#8221; da_dark_close=&#8221;off&#8221; da_not_modal=&#8221;on&#8221;][et_pb_row column_structure=&#8221;1_2,1_2&#8243; make_equal=&#8221;on&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; width=&#8221;75%&#8221; width_tablet=&#8221;100%&#8221; width_phone=&#8221;100%&#8221; width_last_edited=&#8221;on|phone&#8221; max_width=&#8221;2560px&#8221; custom_padding=&#8221;4%|5%|4%|5%|true|true&#8221; custom_css_main_element=&#8221;clip-path: polygon(0 2%, 97% 0, 100% 100%, 2% 97%);||&#8221; global_colors_info=&#8221;{}&#8221; custom_css_main_element_phone=&#8221;clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%);||&#8221; custom_css_main_element_last_edited=&#8221;on|phone&#8221; custom_css_main_element_tablet=&#8221;clip-path: polygon(0 2%, 97% 0, 100% 100%, 2% 97%);||&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; pac_dcm_carousel_specific_module_num=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/joe-bio.com\/wp-content\/uploads\/2023\/04\/06-blueberry-no-bg.png&#8221; title_text=&#8221;06-blueberry-no-bg&#8221; align=&#8221;center&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;align-self: center;&#8221; pac_dcm_carousel_specific_module_num=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Montserrat||||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;16px&#8221; header_2_font=&#8221;Cut and Paste|||on|||||&#8221; header_2_font_size=&#8221;56px&#8221; header_3_font=&#8221;Montserrat|700|||||||&#8221; header_3_text_color=&#8221;#000000&#8243; header_3_font_size=&#8221;18px&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2>BlUEberry<\/h2>\n<h3><span><strong>Vaccinium corymbosum \u2018Brigitta Blue\u2019<\/strong><\/span><\/h3>\n<p>\u2018Brigitta Blue\u2019 will be your biggest friend \u2013 quite literally, as it\u2019s one of the largest blueberry trees available. It also produces what may just be the biggest blueberries out there, perfect for a juicy jam or delicious juice.<\/p>\n<p>[\/et_pb_text][et_pb_image src=&#8221;https:\/\/joe-bio.com\/wp-content\/uploads\/2023\/03\/BLUEBERRY-info.png&#8221; title_text=&#8221;BLUEBERRY-info&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_2&#8243; make_equal=&#8221;on&#8221; custom_padding_last_edited=&#8221;on|tablet&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; positioning=&#8221;absolute&#8221; position_origin_a=&#8221;center_center&#8221; vertical_offset=&#8221;24px&#8221; position_origin_a_tablet=&#8221;bottom_center&#8221; position_origin_a_phone=&#8221;bottom_center&#8221; position_origin_a_last_edited=&#8221;on|phone&#8221; position_origin_f_tablet=&#8221;&#8221; position_origin_f_phone=&#8221;&#8221; position_origin_f_last_edited=&#8221;on|phone&#8221; position_origin_r_tablet=&#8221;&#8221; position_origin_r_phone=&#8221;&#8221; position_origin_r_last_edited=&#8221;on|phone&#8221; width=&#8221;90%&#8221; max_width=&#8221;2560px&#8221; custom_padding_tablet=&#8221;0px||0px||true|false&#8221; custom_padding_phone=&#8221;0px||0px||true|false&#8221; positioning_tablet=&#8221;none&#8221; positioning_phone=&#8221;none&#8221; positioning_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221; custom_css_main_element_last_edited=&#8221;on|phone&#8221; custom_css_main_element_phone=&#8221;display: flex&#8221; custom_css_main_element_tablet=&#8221;display: flex;&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; pac_dcm_carousel_specific_module_num=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_button button_url=&#8221;#gooseberry&#8221; button_text=&#8221;p&#8221; button_alignment=&#8221;left&#8221; module_class=&#8221;prev-btn&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; custom_button=&#8221;on&#8221; button_text_size=&#8221;30px&#8221; button_text_color=&#8221;RGBA(255,255,255,0)&#8221; button_bg_color=&#8221;#FFFFFF&#8221; button_border_width=&#8221;0px&#8221; button_border_color=&#8221;RGBA(255,255,255,0)&#8221; button_border_radius=&#8221;0px&#8221; button_font=&#8221;Cut and Paste||||||||&#8221; button_icon=&#8221;&#x23;||divi||400&#8243; button_icon_color=&#8221;#000000&#8243; button_icon_placement=&#8221;left&#8221; button_on_hover=&#8221;off&#8221; custom_padding=&#8221;|0px|||false|false&#8221; custom_css_main_element=&#8221;clip-path: polygon(5% 0, 100% 5%, 95% 100%, 0 95%);&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_button][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;align-self: center;&#8221; pac_dcm_carousel_specific_module_num=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_button button_url=&#8221;#redcurrant&#8221; button_text=&#8221;n&#8221; button_alignment=&#8221;right&#8221; button_text_last_edited=&#8221;off|desktop&#8221; module_class=&#8221;next-btn&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; custom_button=&#8221;on&#8221; button_text_size=&#8221;30px&#8221; button_text_color=&#8221;RGBA(255,255,255,0)&#8221; button_bg_color=&#8221;#FFFFFF&#8221; button_border_width=&#8221;0px&#8221; button_border_color=&#8221;RGBA(255,255,255,0)&#8221; button_border_radius=&#8221;0px&#8221; button_font=&#8221;Cut and Paste||||||||&#8221; button_icon=&#8221;&#x24;||divi||400&#8243; button_icon_color=&#8221;#000000&#8243; button_icon_placement=&#8221;left&#8221; button_on_hover=&#8221;off&#8221; custom_margin_tablet=&#8221;-31px||||false|false&#8221; custom_margin_phone=&#8221;-31px||||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;|0px|||false|false&#8221; custom_css_main_element=&#8221;clip-path: polygon(95% 0, 100% 95%, 5% 100%, 0 5%);&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_button][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Popup &#8211; #redcurrant&#8221; module_id=&#8221;redcurrant&#8221; module_class=&#8221;popup close-alt single with-loader no-shadow&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;RGBA(255,255,255,0)&#8221; width=&#8221;75%&#8221; module_alignment=&#8221;center&#8221; da_is_popup=&#8221;on&#8221; da_popup_slug=&#8221;redcurrant&#8221; da_is_singular=&#8221;on&#8221; da_alt_close=&#8221;on&#8221; da_has_shadow=&#8221;off&#8221; da_with_loader=&#8221;on&#8221; da_disable_devices=&#8221;off|off|off&#8221; global_colors_info=&#8221;{}&#8221; da_exit_intent=&#8221;off&#8221; da_has_close=&#8221;on&#8221; da_dark_close=&#8221;off&#8221; da_not_modal=&#8221;on&#8221;][et_pb_row column_structure=&#8221;1_2,1_2&#8243; make_equal=&#8221;on&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; width=&#8221;75%&#8221; width_tablet=&#8221;100%&#8221; width_phone=&#8221;100%&#8221; width_last_edited=&#8221;on|phone&#8221; max_width=&#8221;2560px&#8221; custom_padding=&#8221;4%|5%|4%|5%|true|true&#8221; custom_css_main_element=&#8221;clip-path: polygon(0 2%, 97% 0, 100% 100%, 2% 97%);||&#8221; global_colors_info=&#8221;{}&#8221; custom_css_main_element_phone=&#8221;clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%);||&#8221; custom_css_main_element_last_edited=&#8221;on|phone&#8221; custom_css_main_element_tablet=&#8221;clip-path: polygon(0 2%, 97% 0, 100% 100%, 2% 97%);||&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; pac_dcm_carousel_specific_module_num=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/joe-bio.com\/wp-content\/uploads\/2023\/04\/07-Redcurrant-no-bg.png&#8221; title_text=&#8221;07-Redcurrant-no-bg&#8221; align=&#8221;center&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;align-self: center;&#8221; pac_dcm_carousel_specific_module_num=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Montserrat||||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;16px&#8221; header_2_font=&#8221;Cut and Paste|||on|||||&#8221; header_2_font_size=&#8221;56px&#8221; header_3_font=&#8221;Montserrat|700|||||||&#8221; header_3_text_color=&#8221;#000000&#8243; header_3_font_size=&#8221;18px&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2>redcurrant<\/h2>\n<p><span><strong>Ribes rubrum \u2018Jonkheer van Tets\u2019<\/strong><\/span><\/p>\n<p>This redcurrant has its ancient origins to thank for its Middle-Ages-inspired name. But don\u2019t be fooled by its age: \u2018Jonkheer van Tets\u2019 grows rapidly, maintaining beautiful flowers which will eventually grow into delicious redcurrants.<\/p>\n<p>[\/et_pb_text][et_pb_image src=&#8221;https:\/\/joe-bio.com\/wp-content\/uploads\/2023\/03\/REDCURRANT-info.png&#8221; title_text=&#8221;REDCURRANT-info&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_2&#8243; make_equal=&#8221;on&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; positioning=&#8221;absolute&#8221; position_origin_a=&#8221;center_center&#8221; vertical_offset=&#8221;24px&#8221; position_origin_a_tablet=&#8221;bottom_center&#8221; position_origin_a_phone=&#8221;bottom_center&#8221; position_origin_a_last_edited=&#8221;on|phone&#8221; position_origin_f_tablet=&#8221;&#8221; position_origin_f_phone=&#8221;&#8221; position_origin_f_last_edited=&#8221;on|phone&#8221; position_origin_r_tablet=&#8221;&#8221; position_origin_r_phone=&#8221;&#8221; position_origin_r_last_edited=&#8221;on|phone&#8221; width=&#8221;90%&#8221; max_width=&#8221;2560px&#8221; custom_margin_tablet=&#8221;0px||||false|false&#8221; custom_margin_last_edited=&#8221;off|tablet&#8221; custom_padding_tablet=&#8221;0px||0px||true|false&#8221; custom_padding_phone=&#8221;0px||0px||true|false&#8221; positioning_tablet=&#8221;none&#8221; positioning_phone=&#8221;none&#8221; positioning_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221; custom_css_main_element_last_edited=&#8221;on|phone&#8221; custom_css_main_element_phone=&#8221;display: flex;&#8221; custom_css_main_element_tablet=&#8221;display: flex;&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; pac_dcm_carousel_specific_module_num=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_button button_url=&#8221;#blueberry&#8221; button_text=&#8221;p&#8221; button_alignment=&#8221;left&#8221; module_class=&#8221;prev-btn&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; custom_button=&#8221;on&#8221; button_text_size=&#8221;30px&#8221; button_text_color=&#8221;RGBA(255,255,255,0)&#8221; button_bg_color=&#8221;#FFFFFF&#8221; button_border_width=&#8221;0px&#8221; button_border_color=&#8221;RGBA(255,255,255,0)&#8221; button_border_radius=&#8221;0px&#8221; button_font=&#8221;Cut and Paste||||||||&#8221; button_icon=&#8221;&#x23;||divi||400&#8243; button_icon_color=&#8221;#000000&#8243; button_icon_placement=&#8221;left&#8221; button_on_hover=&#8221;off&#8221; custom_margin=&#8221;||||false|false&#8221; custom_padding=&#8221;|0px|||false|false&#8221; custom_css_main_element=&#8221;clip-path: polygon(5% 0, 100% 5%, 95% 100%, 0 95%);&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_button][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;align-self: center;&#8221; pac_dcm_carousel_specific_module_num=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_button button_url=&#8221;#blackberry&#8221; button_text=&#8221;n&#8221; button_alignment=&#8221;right&#8221; button_text_last_edited=&#8221;off|desktop&#8221; module_class=&#8221;next-btn&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; custom_button=&#8221;on&#8221; button_text_size=&#8221;30px&#8221; button_text_color=&#8221;RGBA(255,255,255,0)&#8221; button_bg_color=&#8221;#FFFFFF&#8221; button_border_width=&#8221;0px&#8221; button_border_color=&#8221;RGBA(255,255,255,0)&#8221; button_border_radius=&#8221;0px&#8221; button_font=&#8221;Cut and Paste||||||||&#8221; button_icon=&#8221;&#x24;||divi||400&#8243; button_icon_color=&#8221;#000000&#8243; button_icon_placement=&#8221;left&#8221; button_on_hover=&#8221;off&#8221; custom_margin_tablet=&#8221;-31px||||false|false&#8221; custom_margin_phone=&#8221;-31px||||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;|0px|||false|false&#8221; custom_css_main_element=&#8221;clip-path: polygon(95% 0, 100% 95%, 5% 100%, 0 5%);&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_button][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Popup &#8211; #cyclus&#8221; module_id=&#8221;cyclus&#8221; module_class=&#8221;popup close-alt single with-loader no-shadow&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;RGBA(255,255,255,0)&#8221; width=&#8221;75%&#8221; module_alignment=&#8221;center&#8221; da_is_popup=&#8221;on&#8221; da_popup_slug=&#8221;cyclus&#8221; da_is_singular=&#8221;on&#8221; da_alt_close=&#8221;on&#8221; da_has_shadow=&#8221;off&#8221; da_with_loader=&#8221;on&#8221; da_disable_devices=&#8221;off|off|off&#8221; global_colors_info=&#8221;{}&#8221; da_exit_intent=&#8221;off&#8221; da_has_close=&#8221;on&#8221; da_dark_close=&#8221;off&#8221; da_not_modal=&#8221;on&#8221;][et_pb_row make_equal=&#8221;on&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; width=&#8221;85%&#8221; width_tablet=&#8221;100%&#8221; width_phone=&#8221;100%&#8221; width_last_edited=&#8221;on|phone&#8221; max_width=&#8221;2560px&#8221; custom_padding=&#8221;4%|5%|4%|5%|true|true&#8221; custom_css_main_element=&#8221;clip-path: polygon(0 2%, 97% 0, 100% 100%, 2% 97%);||&#8221; global_colors_info=&#8221;{}&#8221; custom_css_main_element_phone=&#8221;clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%);||&#8221; custom_css_main_element_last_edited=&#8221;on|phone&#8221; custom_css_main_element_tablet=&#8221;clip-path: polygon(0 2%, 97% 0, 100% 100%, 2% 97%);||&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; pac_dcm_carousel_specific_module_num=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/joe-bio.com\/wp-content\/uploads\/2023\/03\/cyclus-US.png&#8221; title_text=&#8221;cyclus-US&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][\/et_pb_row][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"<p><div class=\"et_pb_module dica_divi_carousel dica_divi_carousel_0 eerste-carousel\">\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<div class=\"et_pb_module_inner\">\n\t\t\t\t\t<div class=\"dica-container  desktop_middle-inside tablet_middle-inside mobile_middle-inside\" data-props='{\"desktop\":\"3\",\"tablet\":\"2\",\"mobile\":\"1\",\"speed\":\"500\",\"arrow\":\"off\",\"dots\":\"off\",\"autoplay\":\"on\",\"autoSpeed\":\"5000\",\"loop\":\"on\",\"item_spacing\":\"30\",\"center_mode\":\"off\",\"slider_effec\":\"1\",\"cover_rotate\":\"50\",\"pause_onhover\":\"off\",\"multislide\":\"off\",\"cfshadow\":\"on\",\"order\":\"0\",\"lazyload\":\"off\",\"lazybefore\":\"off\",\"scroller_effect\":\"off\",\"autowidth\":\"off\",\"item_spacing_tablet\":\"30\",\"item_spacing_phone\":\"30\",\"scroller_speed\":\"4000\",\"hashNavigation\":\"off\",\"simulatetouch\":\"off\",\"allowtouchmove\":\"off\",\"slide_row\":\"1\",\"slide_row_tablet\":\"1\",\"slide_row_phone\":\"1\",\"keyboard\":\"off\",\"mousewheel\":\"off\",\"autoplay_viewport\":\"80%\"}'>\n\t\t\t\t\t\t\t \t<div class=\"swiper-container\" >\n\t\t\t\t\t\t\t\t\t<div class=\"swiper-wrapper\"><\/div>\t\n\t\t\t\t\t\t\t\t<\/div>\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div><div class=\"et_pb_module dica_divi_carouselitem dica_divi_carouselitem_0\">\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<div class=\"et_pb_module_inner\">\n\t\t\t\t\t <div class=\"dica-item image_top\"   data-hash=\"dica_divi_carouselitem_0\">\n\t\t\t\t\t\t\t\t\t<div class=\"dica-image-container\"><span class=\"image\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/joe-bio.com\/wp-content\/uploads\/2023\/03\/Potgrond.png\" srcset=\"https:\/\/joe-bio.com\/wp-content\/uploads\/2023\/03\/Potgrond.png 567w, https:\/\/joe-bio.com\/wp-content\/uploads\/2023\/03\/Potgrond-480x550.png 480w\" alt=\"\" class=\"dica-item-image\" width=\"567\" height=\"650\"\/><\/span><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"dica-item-content\"><h2 class=\"item-title\">Bio fertiliser<\/h2>        <\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>Joe has already [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_et_pb_use_builder":"on","_et_pb_old_content":"","_et_gb_content_width":"","footnotes":""},"class_list":["post-8","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/joe-bio.com\/index.php?rest_route=\/wp\/v2\/pages\/8","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/joe-bio.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/joe-bio.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/joe-bio.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/joe-bio.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=8"}],"version-history":[{"count":0,"href":"https:\/\/joe-bio.com\/index.php?rest_route=\/wp\/v2\/pages\/8\/revisions"}],"wp:attachment":[{"href":"https:\/\/joe-bio.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=8"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}