{"product_id":"surprisingly-delicious-combo-4-most-loved-by-ohcrisp-team","title":"Surprisingly Delicious Combo | 4 Most Loved by OhCrisp Team","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\u003eA bundle of 4 bags of most delicious freeze-dried fruits — our team call it \"too-good-to-be-true combo\".\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv data-panel=\"inside\" class=\"vb-doc-tabs__panel\"\u003e\n\u003cp\u003eApple, Pineapple, Hami Melon, and Mango. 1.2oz for each of them.\u003c\/p\u003e\n\u003cp class=\"vb-doc-tabs__note\"\u003eNote: color and size may vary naturally. 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😋 Our team love these 4 kinds of fruits freeze-dried more 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 mango and pineapple taste like fragrant sweet-tart chips. They are for summer!\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","brand":"OhCrisp","offers":[{"title":"Default Title","offer_id":48567169843415,"sku":null,"price":19.9,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0793\/5292\/2327\/files\/editorpick.jpg?v=1777600548","url":"https:\/\/ohcrisp.com\/products\/surprisingly-delicious-combo-4-most-loved-by-ohcrisp-team","provider":"OhCrisp","version":"1.0","type":"link"}