{"title":"Best Sellers","description":"","products":[{"product_id":"freeze-dried-coconuts-chunks","title":"Freeze-dried Coconuts (Chunks)","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\u003eFreeze-dried coconut is incredibly crisp, deeply fragrant, and seriously hard to stop eating. It has that rich coconut flavor you love, but in a light, crunchy bite that feels even more satisfying than chips.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv data-panel=\"inside\" class=\"vb-doc-tabs__panel\"\u003e\n\u003cp\u003eThis bag contains freeze-dried coconut with no added sugar — just pure coconut flavor in a crispier, more snackable form.\u003c\/p\u003e\n\u003cp class=\"vb-doc-tabs__note\"\u003eNote: color, shape, and size may vary naturally from piece to piece.\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🥥 Rich coconut flavor becomes even more addictive in a light, crispy bite.\u003c\/li\u003e\n\u003cli\u003e✨ The crunch feels almost like chips — just more fragrant, more satisfying, and way more fun to snack on.\u003c\/li\u003e\n\u003cli\u003e😋 Many people say freeze-dried coconut is even better than fresh coconut meat.\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 #efe3bf;\n    background: #fff8e8;\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: #f3c65a;\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":"1 Bag","offer_id":48448207749335,"sku":null,"price":5.39,"currency_code":"USD","in_stock":false},{"title":"Case (8 Bags)","offer_id":48448207782103,"sku":null,"price":39.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0793\/5292\/2327\/files\/Artboard1_5-100.jpg?v=1775182607"},{"product_id":"freeze-dried-classic-fruits-mix","title":"Freeze-dried Classic Fruits (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\u003eClassic Mix brings together 8 easy-to-love fruit favorites in one colorful bag — perfect for everyday snacking, sharing, or discovering the bites you’ll want again and again.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv data-panel=\"inside\" class=\"vb-doc-tabs__panel\"\u003e\n\u003cp\u003eThe current mix includes strawberry, blueberry, dragon fruit, coconut, pineapple, mango, peach, and apple.\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 pineapple taste even better than fresh.\u003c\/li\u003e\n\u003cli\u003e🍑 White peach has its own naturally soft blush tone, which is why the pieces can look pale pink.\u003c\/li\u003e\n\u003cli\u003e💗 Freeze-dried dragon fruit brings the pink naturally — drop it into a drink and you’ve got an instant pink 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","brand":"OhCrisp","offers":[{"title":"1 Bag","offer_id":48448281936087,"sku":null,"price":18.99,"currency_code":"USD","in_stock":false},{"title":"Case (3 Bags)","offer_id":48448281968855,"sku":null,"price":48.99,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0793\/5292\/2327\/files\/Slide2.webp?v=1776306187"},{"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"},{"product_id":"freeze-dried-jackfruits-chunks","title":"Freeze-dried Jackfruits (Chunks)","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\u003eFreeze-dried durian keeps the fruit’s rich, unmistakable aroma — but without the off-putting note some people expect. What comes through instead is a super fragrant, naturally sweet bite with a light, satisfying crunch.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv data-panel=\"inside\" class=\"vb-doc-tabs__panel\"\u003e\n\u003cp\u003eThis bag contains freeze-dried durian with no added sugar — just pure durian flavor in a sweeter, crispier, easier-to-love form.\u003c\/p\u003e\n\u003cp class=\"vb-doc-tabs__note\"\u003eNote: color, shape, and size may vary naturally from piece to piece.\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👑 Freeze-drying keeps durian intensely aromatic, but the flavor often comes across cleaner and more snackable than people expect.\u003c\/li\u003e\n\u003cli\u003e💛 Many people are surprised that it tastes sweet, fragrant, and rich — without the “bad smell” they were worried about.\u003c\/li\u003e\n\u003cli\u003e✨ The texture turns light and crunchy, making durian feel more like a sweet crispy treat than a soft fruit.\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 #efe3bf;\n    background: #fff8e8;\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: #f3c65a;\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":"1 Bag","offer_id":48447533154519,"sku":null,"price":5.99,"currency_code":"USD","in_stock":false},{"title":"Case (8 Bag)","offer_id":48447533187287,"sku":null,"price":46.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0793\/5292\/2327\/files\/Artboard1_18-100.jpg?v=1775182554"}],"url":"https:\/\/ohcrisp.com\/collections\/best-sellers.oembed","provider":"OhCrisp","version":"1.0","type":"link"}