A childhood classic ALL GROWN UP. Our decadent Peanut Butter Chunk Cookie is made with creamy organic PB and sweetened with maple syrup to take this treat to the NEXT LEVEL. ORGANIC PLANT BASED GLUTEN FREE GRAIN FREE SEED OIL FREE REFINED SUGAR FREE SOY FREE NO ADDITIVES Ingredients organic peanut butter (dry roasted organic peanuts), organic tapioca flour, organic maple syrup, organic coconut sugar, organic tigernut flour, organic coconut oil, organic tahini (organic sesame seeds), baking soda, organic vanilla extract, sea salt Shelf Life For maximum freshness, refrigerate your Brune cookies once you receive them and enjoy within four months. If you want to save some for later, you can pop them in the freezer for up to one year. Eat it YOUR Way Room Temp: Take your cookies on the go! They stay fresh for up to three days unrefrigerated. From the Fridge: Enjoy them cold for a chewy texture. From the Freezer: Freeze and thaw for five-minutes for a treat with a creamy ice cream-like cookie. Extra points for adding ice cream ;) Microwave: Heat unwrapped for 10 seconds for maximum ooey-gooeyness. /* Styling for Circular Callouts */ .callout-circles { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 15px; justify-content: center; } .callout { background-color: #F7F3EF; color: #000; font-family: "Poppins", sans-serif; font-size: 1.2rem; /* Increased font size */ font-weight: bold; width: 120px; /* Adjust size as needed */ height: 120px; /* Adjust size as needed */ border-radius: 50%; display: flex; align-items: center; justify-content: center; text-align: center; padding: 20px; /* Added padding for spacing */ box-sizing: border-box; text-transform: uppercase; /* All caps for prominence */ } /* Button styling to match theme with custom color for containers */ .collapsible-btn { width: 100%; background-color: #B5E0DC; /* Updated container color */ color: #333; font-family: "Poppins", sans-serif; font-size: 1rem; padding: 10px; border: none; text-align: left; cursor: pointer; font-weight: bold; margin-top: 10px; border-bottom: 1px solid #e0e0e0; } /* Content box styling with custom color */ .collapsible-content { background-color: #B5E0DC; /* Updated background color */ padding: 10px; color: #333; font-family: "Poppins", sans-serif; border-bottom: 1px solid #e0e0e0; font-size: 0.95rem; } /* Hover effect for button */ .collapsible-btn:hover { background-color: #A3D7D3; /* Slightly darker hover effect */ }