{"product_id":"freeze-dried-fruit-discovery-mix","title":"Freeze-dried Exotic Fruits Discovery (Mix \/ 4oz)","description":"\u003cdiv id=\"vb-doc-tabs\" class=\"vb-doc-tabs\"\u003e\n\u003cdiv aria-label=\"Product details tabs\" role=\"tablist\" class=\"vb-doc-tabs__nav\"\u003e\n\u003cbutton data-tab=\"intro\" aria-selected=\"true\" role=\"tab\" type=\"button\" class=\"vb-doc-tabs__tab is-active\"\u003e Intro \u003c\/button\u003e \u003cbutton data-tab=\"inside\" aria-selected=\"false\" role=\"tab\" type=\"button\" class=\"vb-doc-tabs__tab\"\u003e What’s Inside \u003c\/button\u003e \u003cbutton data-tab=\"facts\" aria-selected=\"false\" role=\"tab\" type=\"button\" class=\"vb-doc-tabs__tab\"\u003e Fun Facts \u003c\/button\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vb-doc-tabs__body\"\u003e\n\u003cdiv data-panel=\"intro\" class=\"vb-doc-tabs__panel is-active\"\u003e\n\u003cp\u003eDiscovery Mix lets you try 8 fun fruits in one bag — a playful way to explore new favorites, share with friends, or find the bites you’ll keep reaching for.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv data-panel=\"inside\" class=\"vb-doc-tabs__panel\"\u003e\n\u003cp\u003eThe current mix includes Hami melon, jackfruit, coconut, winter jujube, mulberry, lychee, mangosteen, and fig.\u003c\/p\u003e\n\u003cp class=\"vb-doc-tabs__note\"\u003eNote: product description and back label reflect the current mix. Images are for illustration only.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv data-panel=\"facts\" class=\"vb-doc-tabs__panel\"\u003e\n\u003cul class=\"vb-doc-tabs__facts\"\u003e\n\u003cli\u003e😋 In a recent customer survey,92% said freeze-dried coconut and jackfruit taste even better than fresh.\u003c\/li\u003e\n\u003cli\u003e🍈 Thanks to abundant sunshine and big day-night temperature swings, Hami melon develops a rich, honeyed sweetness that feels almost candy-like — with no added sugar.\u003c\/li\u003e\n\u003cli\u003e💜 Freeze-dried mulberry brings the purple naturally — drop it into a drink and you’ve got an instant purple drink.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n  .vb-doc-tabs {\n    margin: 18px 0;\n    border: 1px solid #eadfda;\n    border-radius: 18px;\n    background: #fffdfb;\n    overflow: hidden;\n  }\n\n  .vb-doc-tabs__nav {\n    display: flex;\n    gap: 0;\n    border-bottom: 1px solid #efe5e1;\n    background: #fdf7f4;\n    overflow-x: auto;\n  }\n\n  .vb-doc-tabs__tab {\n    appearance: none;\n    border: 0;\n    background: transparent;\n    padding: 14px 16px;\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n    color: #9c8c84;\n    cursor: pointer;\n    white-space: nowrap;\n    position: relative;\n  }\n\n  .vb-doc-tabs__tab.is-active {\n    color: #2a2320;\n  }\n\n  .vb-doc-tabs__tab.is-active::after {\n    content: \"\";\n    position: absolute;\n    left: 16px;\n    right: 16px;\n    bottom: 0;\n    height: 2px;\n    border-radius: 999px;\n    background: #f1a7bb;\n  }\n\n  .vb-doc-tabs__body {\n    padding: 18px 18px 16px;\n  }\n\n  .vb-doc-tabs__panel {\n    display: none;\n  }\n\n  .vb-doc-tabs__panel.is-active {\n    display: block;\n  }\n\n  .vb-doc-tabs__panel p {\n    margin: 0;\n    font-size: 14px;\n    line-height: 1.7;\n    color: #403733;\n  }\n\n  .vb-doc-tabs__panel p + p {\n    margin-top: 10px;\n  }\n\n  .vb-doc-tabs__note {\n    font-size: 12px !important;\n    line-height: 1.6;\n    color: #8a7e78 !important;\n    font-style: italic;\n  }\n\n.vb-doc-tabs__facts {\n  margin: 0 !important;\n  padding: 0 !important;\n  list-style: none !important;\n}\n\n.vb-doc-tabs__facts li {\n  margin: 0 0 10px !important;\n  padding: 0 !important;\n  list-style: none !important;\n  text-indent: 0 !important;\n  font-size: 14px !important;\n}\n\n.vb-doc-tabs__facts li::marker {\n  content: '' !important;\n}\n  \n  @media screen and (max-width: 749px) {\n    .vb-doc-tabs {\n      border-radius: 16px;\n    }\n\n    .vb-doc-tabs__tab {\n      padding: 12px 14px;\n      font-size: 11px;\n    }\n\n    .vb-doc-tabs__body {\n      padding: 16px 14px 14px;\n    }\n\n    .vb-doc-tabs__panel p,\n    .vb-doc-tabs__facts li {\n      font-size: 13px;\n    }\n\n    .vb-doc-tabs__note {\n      font-size: 11px !important;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cscript\u003e\n  (function() {\n    var wrapper = document.getElementById('vb-doc-tabs');\n    if (!wrapper) return;\n\n    var tabs = wrapper.querySelectorAll('.vb-doc-tabs__tab');\n    var panels = wrapper.querySelectorAll('.vb-doc-tabs__panel');\n\n    tabs.forEach(function(tab) {\n      tab.addEventListener('click', function() {\n        var key = tab.getAttribute('data-tab');\n\n        tabs.forEach(function(item) {\n          item.classList.remove('is-active');\n          item.setAttribute('aria-selected', 'false');\n        });\n\n        panels.forEach(function(panel) {\n          panel.classList.remove('is-active');\n        });\n\n        tab.classList.add('is-active');\n        tab.setAttribute('aria-selected', 'true');\n\n        var activePanel = wrapper.querySelector('.vb-doc-tabs__panel[data-panel=\"' + key + '\"]');\n        if (activePanel) activePanel.classList.add('is-active');\n      });\n    });\n  })();\n\u003c\/script\u003e\n","brand":"OhCrisp","offers":[{"title":"1 Bag","offer_id":48448278397143,"sku":null,"price":21.99,"currency_code":"USD","in_stock":false},{"title":"Case (3 Bags)","offer_id":48448278429911,"sku":null,"price":54.99,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0793\/5292\/2327\/files\/Slide6.webp?v=1776308478","url":"https:\/\/ohcrisp.com\/products\/freeze-dried-fruit-discovery-mix","provider":"OhCrisp","version":"1.0","type":"link"}