{"product_id":"go-nuts-berries-6-pound-bulk-bag-limited-edition","title":"Go Nuts \u0026 Berries - 6 Pound Bulk Bag - Limited Edition","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003eGo Nuts \u0026amp; Berries — Bulk Bag | Rich Nuts\u003c\/title\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,400;0,600;1,400\u0026amp;family=DM+Sans:wght@300;400;500\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n  :root {\n    --cream: #f7f2e8;\n    --warm-white: #faf8f4;\n    --dark: #1a1208;\n    --berry: #b6195d;\n    --curry: #f78f33;\n    --sage: #63954b;\n    --text-body: #3a3028;\n    --text-muted: #8a7e72;\n    --border: #e8e0d4;\n  }\n\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n\n  body {\n    font-family: 'DM Sans', sans-serif;\n    background: var(--warm-white);\n    color: var(--text-body);\n    line-height: 1.6;\n  }\n\n\n\n  \/* MAIN PRODUCT SECTION *\/\n  .product-section {\n    max-width: 1100px;\n    margin: 0 auto;\n    padding: 60px 40px;\n    display: block;\n    max-width: 640px;\n    align-items: start;\n  }\n\n  .limited-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n    background: #fff4e6;\n    border: 1px solid #f0d4a8;\n    border-radius: 100px;\n    padding: 6px 14px;\n    font-size: 0.75rem;\n    font-weight: 500;\n    color: #a06010;\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n    margin-top: 16px;\n  }\n\n  .limited-badge::before {\n    content: '';\n    width: 6px;\n    height: 6px;\n    border-radius: 50%;\n    background: var(--curry);\n    flex-shrink: 0;\n  }\n\n  \/* PRODUCT INFO SIDE *\/\n  .product-info {}\n\n  .product-tag {\n    font-size: 0.72rem;\n    font-weight: 500;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    color: var(--berry);\n    margin-bottom: 10px;\n  }\n\n  .product-title {\n    font-family: 'Playfair Display', serif;\n    font-size: 2.6rem;\n    font-weight: 600;\n    line-height: 1.15;\n    color: var(--dark);\n    margin-bottom: 6px;\n  }\n\n  .product-subtitle {\n    font-family: 'Playfair Display', serif;\n    font-size: 1.1rem;\n    font-weight: 400;\n    font-style: italic;\n    color: var(--text-muted);\n    margin-bottom: 24px;\n  }\n\n  .price-row {\n    display: flex;\n    align-items: baseline;\n    gap: 14px;\n    margin-bottom: 8px;\n  }\n\n  .price-main {\n    font-size: 2rem;\n    font-weight: 500;\n    color: var(--dark);\n    letter-spacing: -0.02em;\n  }\n\n  .price-retail {\n    font-size: 0.9rem;\n    color: var(--text-muted);\n    text-decoration: line-through;\n  }\n\n  .price-savings {\n    font-size: 0.8rem;\n    font-weight: 500;\n    color: var(--sage);\n    background: #f0f7ec;\n    padding: 3px 10px;\n    border-radius: 100px;\n  }\n\n  .price-per-oz {\n    font-size: 0.8rem;\n    color: var(--text-muted);\n    margin-bottom: 28px;\n  }\n\n  .divider {\n    border: none;\n    border-top: 1px solid var(--border);\n    margin: 24px 0;\n  }\n\n  \/* STORY BLOCK *\/\n  .story-block {\n    background: #f5f0e8;\n    border-left: 3px solid var(--curry);\n    border-radius: 0 8px 8px 0;\n    padding: 18px 20px;\n    margin-bottom: 24px;\n  }\n\n  .story-block p {\n    font-size: 0.92rem;\n    line-height: 1.7;\n    color: var(--text-body);\n  }\n\n  \/* TRANSPARENCY NOTE *\/\n  .transparency-note {\n    display: flex;\n    gap: 12px;\n    align-items: flex-start;\n    background: var(--warm-white);\n    border: 1px solid var(--border);\n    border-radius: 8px;\n    padding: 14px 16px;\n    margin-bottom: 24px;\n  }\n\n  .transparency-icon {\n    font-size: 1.1rem;\n    flex-shrink: 0;\n    margin-top: 1px;\n  }\n\n  .transparency-note p {\n    font-size: 0.83rem;\n    color: var(--text-muted);\n    line-height: 1.6;\n  }\n\n  .transparency-note strong {\n    color: var(--text-body);\n    font-weight: 500;\n  }\n\n  \/* WHAT'S INSIDE *\/\n  .section-label {\n    font-size: 0.72rem;\n    font-weight: 500;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    color: var(--text-muted);\n    margin-bottom: 12px;\n  }\n\n  .ingredients-pills {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-bottom: 24px;\n  }\n\n  .pill {\n    font-size: 0.8rem;\n    padding: 5px 12px;\n    border-radius: 100px;\n    border: 1px solid var(--border);\n    color: var(--text-body);\n    background: white;\n  }\n\n  .pill.highlight {\n    background: #fdf3ec;\n    border-color: #f0cfa8;\n    color: #8a4a10;\n  }\n\n  \/* DETAILS LIST *\/\n  .details-list {\n    list-style: none;\n    margin-bottom: 28px;\n  }\n\n  .details-list li {\n    display: flex;\n    align-items: flex-start;\n    gap: 10px;\n    font-size: 0.88rem;\n    padding: 8px 0;\n    border-bottom: 1px solid var(--border);\n    color: var(--text-body);\n  }\n\n  .details-list li:last-child { border-bottom: none; }\n\n  .detail-check {\n    color: var(--sage);\n    font-size: 0.9rem;\n    flex-shrink: 0;\n    margin-top: 1px;\n  }\n\n  \/* ADD TO CART *\/\n  .atc-button {\n    width: 100%;\n    background: var(--dark);\n    color: var(--cream);\n    border: none;\n    border-radius: 8px;\n    padding: 18px 24px;\n    font-family: 'DM Sans', sans-serif;\n    font-size: 0.95rem;\n    font-weight: 500;\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n    cursor: pointer;\n    transition: background 0.2s, transform 0.1s;\n    margin-bottom: 12px;\n    display: flex;\nalign-items: center;\njustify-content: center;\n  }\n\n  .atc-button:hover {\n    background: #2d2010;\n    transform: translateY(-1px);\n  }\n\n  .atc-button:active { transform: translateY(0); }\n\n  .atc-sub {\n    text-align: center;\n    font-size: 0.78rem;\n    color: var(--text-muted);\n    margin-bottom: 28px;\n  }\n\n  \/* SOCIAL PROOF *\/\n  .social-proof {\n    display: flex;\n    gap: 12px;\n    align-items: center;\n    padding: 14px 0;\n  }\n\n  .proof-item {\n    text-align: center;\n    flex: 1;\n  }\n\n  .proof-name {\n    font-size: 0.72rem;\n    font-weight: 500;\n    color: var(--text-body);\n    letter-spacing: 0.05em;\n    display: block;\n    margin-bottom: 2px;\n  }\n\n  .proof-title {\n    font-size: 0.68rem;\n    color: var(--text-muted);\n  }\n\n  .proof-divider {\n    width: 1px;\n    height: 32px;\n    background: var(--border);\n    flex-shrink: 0;\n  }\n\n  \/* BELOW THE FOLD *\/\n  .below-fold {\n    max-width: 1100px;\n    margin: 0 auto;\n    padding: 0 40px 80px;\n  }\n\n  .section-title {\n    font-family: 'Playfair Display', serif;\n    font-size: 1.6rem;\n    font-weight: 600;\n    color: var(--dark);\n    margin-bottom: 20px;\n  }\n\n  .process-steps {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 24px;\n    margin-bottom: 60px;\n  }\n\n  .step {\n    text-align: center;\n    padding: 24px 16px;\n    background: white;\n    border-radius: 10px;\n    border: 1px solid var(--border);\n  }\n\n  .step-number {\n    font-family: 'Playfair Display', serif;\n    font-size: 2rem;\n    font-weight: 400;\n    color: var(--curry);\n    display: block;\n    margin-bottom: 8px;\n  }\n\n  .step-name {\n    font-size: 0.85rem;\n    font-weight: 500;\n    color: var(--dark);\n    display: block;\n    margin-bottom: 4px;\n    letter-spacing: 0.05em;\n    text-transform: uppercase;\n  }\n\n  .step-desc {\n    font-size: 0.78rem;\n    color: var(--text-muted);\n    line-height: 1.5;\n  }\n\n  \/* TESTIMONIAL *\/\n  .testimonial-block {\n    background: var(--dark);\n    border-radius: 12px;\n    padding: 40px 48px;\n    text-align: center;\n    margin-bottom: 60px;\n  }\n\n  .testimonial-quote {\n    font-family: 'Playfair Display', serif;\n    font-size: 1.4rem;\n    font-style: italic;\n    color: var(--cream);\n    line-height: 1.5;\n    margin-bottom: 16px;\n  }\n\n  .testimonial-attr {\n    font-size: 0.78rem;\n    color: #8a7e72;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n  }\n\n  \/* FAQ *\/\n  .faq-list {\n    display: flex;\n    flex-direction: column;\n    gap: 1px;\n    margin-bottom: 60px;\n  }\n\n  .faq-item {\n    border: 1px solid var(--border);\n    border-radius: 8px;\n    overflow: hidden;\n    margin-bottom: 8px;\n  }\n\n  .faq-q {\n    width: 100%;\n    background: white;\n    border: none;\n    padding: 18px 20px;\n    font-family: 'DM Sans', sans-serif;\n    font-size: 0.9rem;\n    font-weight: 500;\n    color: var(--dark);\n    text-align: left;\n    cursor: pointer;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n  }\n\n  .faq-q:hover { background: var(--cream); }\n\n  .faq-icon {\n    color: var(--text-muted);\n    font-size: 1.2rem;\n    transition: transform 0.2s;\n    flex-shrink: 0;\n  }\n\n  .faq-a {\n    display: none;\n    padding: 0 20px 18px;\n    font-size: 0.86rem;\n    color: var(--text-muted);\n    line-height: 1.7;\n    background: white;\n  }\n\n  .faq-item.open .faq-a { display: block; }\n  .faq-item.open .faq-icon { transform: rotate(45deg); }\n\n  @media (max-width: 768px) {\n    .product-section {\n      grid-template-columns: 1fr;\n      gap: 36px;\n      padding: 32px 20px;\n    }\n    .product-image-wrap { position: static; }\n    .product-title { font-size: 2rem; }\n    .process-steps { grid-template-columns: repeat(2, 1fr); }\n    .below-fold { padding: 0 20px 60px; }\n    .testimonial-block { padding: 28px 24px; }\n    .nav-placeholder { padding: 14px 20px; }\n  }\n\u003c\/style\u003e\n\n\n\n\u003cnav class=\"nav-placeholder\"\u003e\n  \u003ca href=\"#\" class=\"nav-logo\"\u003eRich Nuts\u003c\/a\u003e\n  \u003ca href=\"#\" class=\"nav-back\"\u003e← All Products\u003c\/a\u003e\n\u003c\/nav\u003e\n\n\u003csection class=\"product-section\"\u003e\n\n  \u003c!-- INFO COLUMN --\u003e\n  \u003cdiv class=\"product-info\"\u003e\n\n    \u003cp class=\"product-tag\"\u003eFan Favorite · Bulk Format\u003c\/p\u003e\n    \u003ch1 class=\"product-title\"\u003eGo Nuts\u003cbr\u003e\u0026amp; Berries\u003c\/h1\u003e\n    \u003cp class=\"product-subtitle\"\u003eThe 6 lb Bulk Bag\u003c\/p\u003e\n\n    \u003cdiv class=\"price-row\"\u003e\n      \u003cspan class=\"price-main\"\u003e$149.00\u003c\/span\u003e\n      \u003cspan class=\"price-retail\"\u003e$237+ retail\u003c\/span\u003e\n      \u003cspan class=\"price-savings\"\u003eSave $88\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"price-per-oz\"\u003e6 lbs · ~96 oz · $1.55\/oz\u003c\/p\u003e\n\n    \u003chr class=\"divider\"\u003e\n\n    \u003cdiv class=\"story-block\"\u003e\n      \u003cp\u003eYou asked for it. Enough of you go through bags of Go Nuts \u0026amp; Berries fast enough that it made sense to offer this. So here it is — a full 6 lb bulk bag, no retail packaging, just the good stuff. Stop running out.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"transparency-note\"\u003e\n      \u003cspan class=\"transparency-icon\"\u003e☀️\u003c\/span\u003e\n      \u003cp\u003e\u003cstrong\u003eA note on this batch:\u003c\/strong\u003e This is our Comeback Batch — 98% organic. Due to a co-packer error, the maple syrup used wasn't certified organic. The nuts, the sprouting process, everything else — exactly the same as always. We'd rather tell you the truth than hide it. That's who we are.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"section-label\"\u003eWhat's Inside\u003c\/p\u003e\n    \u003cdiv class=\"ingredients-pills\"\u003e\n      \u003cspan class=\"pill highlight\"\u003eSprouted Organic Cashews\u003c\/span\u003e\n      \u003cspan class=\"pill highlight\"\u003eSprouted Organic Pecans\u003c\/span\u003e\n      \u003cspan class=\"pill\"\u003eOrganic Blueberries\u003c\/span\u003e\n      \u003cspan class=\"pill\"\u003eOrgnaic Goji Berries\u003c\/span\u003e\n      \u003cspan class=\"pill\"\u003eOrganic Raisins\u003c\/span\u003e\n      \u003cspan class=\"pill\"\u003eMaple Syrup\u003c\/span\u003e\n      \u003cspan class=\"pill\"\u003eOrganic Coconut Aminos\u003c\/span\u003e\n      \u003cspan class=\"pill\"\u003eOrganic Curry · Organic Turmeric · Organic Cayenne\u003c\/span\u003e\n      \u003cspan class=\"pill\"\u003eOrganic Vanilla\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cul class=\"details-list\"\u003e\n      \u003cli\u003e\n\u003cspan class=\"detail-check\"\u003e✓\u003c\/span\u003e Fully sprouted — not just soaked. Phytic acid \u0026amp; lectins reduced.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"detail-check\"\u003e✓\u003c\/span\u003e No seed oils. No artificial flavors. No filler.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"detail-check\"\u003e✓\u003c\/span\u003e Low-temp dehydrated for crunch + nutrient retention\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"detail-check\"\u003e✓\u003c\/span\u003e 6 lbs shipped in a sealed bulk craft bag\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"detail-check\"\u003e✓\u003c\/span\u003e Limited run \u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cbutton class=\"atc-button\"\u003eAdd to Cart — $149.00\u003c\/button\u003e\n    \u003cp class=\"atc-sub\"\u003eNote: Due to the weight of this item, standard free shipping does not apply. Shipping will be calculated at checkout. Ships within 2–3 business days\u003c\/p\u003e\n\n    \u003chr class=\"divider\"\u003e\n\n    \u003cdiv class=\"social-proof\"\u003e\n      \u003cdiv class=\"proof-item\"\u003e\n        \u003cspan class=\"proof-name\"\u003eDr. Mark Hyman\u003c\/span\u003e\n        \u003cspan class=\"proof-title\"\u003eEndorsed\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"proof-divider\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"proof-item\"\u003e\n        \u003cspan class=\"proof-name\"\u003eErewhon LA\u003c\/span\u003e\n        \u003cspan class=\"proof-title\"\u003eStockist\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"proof-divider\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"proof-item\"\u003e\n        \u003cspan class=\"proof-name\"\u003eTim Ferriss\u003c\/span\u003e\n        \u003cspan class=\"proof-title\"\u003e5-Bullet Friday\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- BELOW THE FOLD --\u003e\n\u003cdiv class=\"below-fold\"\u003e\n\n  \u003chr class=\"divider\"\u003e\n  \u003cbr\u003e\n\n  \u003ch2 class=\"section-title\"\u003eWhy sprouted changes everything.\u003c\/h2\u003e\n  \u003cdiv class=\"process-steps\"\u003e\n    \u003cdiv class=\"step\"\u003e\n      \u003cspan class=\"step-number\"\u003e01\u003c\/span\u003e\n      \u003cspan class=\"step-name\"\u003eSoak\u003c\/span\u003e\n      \u003cspan class=\"step-desc\"\u003eBegins breaking down phytic acid \u0026amp; lectins — the antinutrients that cause bloating and block mineral absorption\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"step\"\u003e\n      \u003cspan class=\"step-number\"\u003e02\u003c\/span\u003e\n      \u003cspan class=\"step-name\"\u003eSprout\u003c\/span\u003e\n      \u003cspan class=\"step-desc\"\u003eFull germination activates the nut. Nutrients become bioavailable. This is where we go further than anyone else.\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"step\"\u003e\n      \u003cspan class=\"step-number\"\u003e03\u003c\/span\u003e\n      \u003cspan class=\"step-name\"\u003eSeason\u003c\/span\u003e\n      \u003cspan class=\"step-desc\"\u003eHand-curated gourmet spices and superfoods. Rich's recipes. No artificial anything.\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"step\"\u003e\n      \u003cspan class=\"step-number\"\u003e04\u003c\/span\u003e\n      \u003cspan class=\"step-name\"\u003eDehydrate\u003c\/span\u003e\n      \u003cspan class=\"step-desc\"\u003eLow-temp drying preserves nutrients and creates that signature crunch you can't get anywhere else.\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"testimonial-block\"\u003e\n    \u003cp class=\"testimonial-quote\"\u003e\"These really are the best nuts ever.\"\u003c\/p\u003e\n    \u003cp class=\"testimonial-attr\"\u003e— Gunnar Lovelace, Founder of Thrive Market\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"section-title\"\u003eQuestions about the bulk bag.\u003c\/h2\u003e\n  \u003cdiv class=\"faq-list\"\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003e\n        Why is this a limited run? \u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003e\n        We had more Go Nuts \u0026amp; Berries inventory than our retail packaging could accommodate — a result of working through a manufacturing transition. Rather than waste good product, we decided to offer it directly in bulk to the people who love this flavor most. Once this batch is gone, the bulk format goes with it.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003e\n        What does \"98% organic\" mean? \u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003e\n        Our co-packer made an error and used a non-certified-organic maple syrup in this batch. This maple syrup is still wild harvested. The nuts, the sprouting process, the spices — all exactly the same as always.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003e\n        How does it ship? \u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003e\n        The bulk bag ships in a sealed, food-safe craft bag. It's not our retail packaging — this is a direct-from-production format. We recommend storing in a cool, dry place or transferring to an airtight container once opened.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003e\n        How long does it stay fresh? \u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003e\n        Unopened, the bulk bag stays fresh for up to 12 months. Once opened, we recommend consuming within 4–6 weeks or storing in an airtight container. The low-temp dehydration process is what gives Rich Nuts their shelf stability and crunch.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003e\n        Is this good value vs. buying individual bags? \u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003e\n        At $12.49 per retail bag, 6 lbs would cost you $237+ if you bought it bag by bag. The bulk bag is $149 — you're saving $88. If you go through Go Nuts \u0026amp; Berries regularly, this is the obvious move.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  function toggleFaq(btn) {\n    const item = btn.parentElement;\n    item.classList.toggle('open');\n  }\n\u003c\/script\u003e\n\n\n\u003c\/body\u003e","brand":"Rich Nuts","offers":[{"title":"Default Title","offer_id":46173360685244,"sku":"MIX-BER-BUL-6lb-NON","price":149.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0263\/3131\/6302\/files\/GNB_6lb_Bulk_ProductImage.png?v=1775672657","url":"https:\/\/richnuts.com\/products\/go-nuts-berries-6-pound-bulk-bag-limited-edition","provider":"Rich Nuts","version":"1.0","type":"link"}