Nuts
Naturally crunchy and packed with plant-based protein for...
Our purpose is to provide unheated, non GMO, organically grown food to anyone at a fair price.
We believe real food means unprocessed, nutrient-rich, and ethically sourced ingredients.
We are a family business located in a small village called Naramata near the south end of the Beautiful Okanagan Valley in the heart of British Columbia, Canada. We are working together with others to provide the same foods that we enjoy, whole foods that have been grown organically, sustainability and prepared without hurting their viability.
Our purpose is to provide unheated, non GMO, pure organically grown foods at a fair price. That means paying more to the grower in some cases and selling lower to the consumer in most cases.
<?php
global $product;
if ( $product ) {
// 1. PRODUCT ACTIONS (Pricing + Buttons)
if ( $product->is_type( 'variable' ) ) {
// Variable products handle their own price display
woocommerce_variable_add_to_cart();
} else {
// Simple Products: Only show price if it's NOT already being injected
echo '<div class="product-card-price">' . $product->get_price_html() . '</div>';
if ( ! $product->is_in_stock() ) {
// Show notifier for out of stock
do_action( 'woocommerce_before_add_to_cart_form' );
} else {
// Standard Add to cart for simple products
woocommerce_simple_add_to_cart();
}
}
// 2. THE WISHLIST ICON (The isolated way)
if ( class_exists( 'TInvWL_Public_AddToWishlist' ) ) {
$wishlist_instance = TInvWL_Public_AddToWishlist::instance();
// This specific call usually avoids re-triggering hooks
echo '<div class="custom-wishlist-area">';
echo $wishlist_instance->htmloutput();
echo '</div>';
}
}
?>/* Hide the text labels inside the wishlist area */
.product-card__btn-wrap .custom-wishlist-area span {
display: none !important;
}
/* If the price is still doubling, hide our manual one or the plugin's */
.custom-wishlist-area .price,
.custom-wishlist-area .amount {
display: none !important;
}
/* Style the heart icon so it's visible */
.tinvwl_add_to_wishlist_button::before {
font-size: 22px !important;
color: #4a6741 !important;
}
/* 1. Hide the "Add to Wishlist" text label */
.product-card__btn-wrap .custom-wishlist-area .tinvwl_add_to_wishlist_text {
display: none !important;
}
.product-card__btn-wrap .tinvwl_add_to_wishlist_button.tinvwl-product-in-list .tinvwl_remove_from_wishlist-text {
display: none !important;
}
/* 2. Reset the button to a simple icon */
.custom-wishlist-area a.tinvwl_add_to_wishlist_button {
background: transparent !important;
border: none !important;
padding: 0 !important;
box-shadow: none !important;
width: auto !important;
display: inline-flex !important;
align-items: center;
justify-content: center;
}
/* 3. Style the heart icon */
.custom-wishlist-area .tinvwl_add_to_wishlist_button::before {
font-size: 22px !important;
color: var(--primary) !important; /* Your brand green */
transform: scale(1.3);
transition: transform 0.2s ease;
}
.custom-wishlist-area .tinvwl_add_to_wishlist_button:hover::before {
transform: scale(1.4);
color: var(--secondary) !important; /* Darker green on hover */
}
/* 4. Position it next to the Read More button */
.custom-wishlist-area {
display: inline-block;
vertical-align: middle;
/* Space between Read More and Heart */
}<?php
global $product;
if ( $product ) {
// 1. PRODUCT ACTIONS (Pricing + Buttons)
if ( $product->is_type( 'variable' ) ) {
// Variable products handle their own price display
woocommerce_variable_add_to_cart();
} else {
// Simple Products: Only show price if it's NOT already being injected
echo '<div class="product-card-price">' . $product->get_price_html() . '</div>';
if ( ! $product->is_in_stock() ) {
// Show notifier for out of stock
do_action( 'woocommerce_before_add_to_cart_form' );
} else {
// Standard Add to cart for simple products
woocommerce_simple_add_to_cart();
}
}
// 2. THE WISHLIST ICON (The isolated way)
if ( class_exists( 'TInvWL_Public_AddToWishlist' ) ) {
$wishlist_instance = TInvWL_Public_AddToWishlist::instance();
// This specific call usually avoids re-triggering hooks
echo '<div class="custom-wishlist-area">';
echo $wishlist_instance->htmloutput();
echo '</div>';
}
}
?>/* Hide the text labels inside the wishlist area */
.product-card__btn-wrap .custom-wishlist-area span {
display: none !important;
}
/* If the price is still doubling, hide our manual one or the plugin's */
.custom-wishlist-area .price,
.custom-wishlist-area .amount {
display: none !important;
}
/* Style the heart icon so it's visible */
.tinvwl_add_to_wishlist_button::before {
font-size: 22px !important;
color: #4a6741 !important;
}
/* 1. Hide the "Add to Wishlist" text label */
.product-card__btn-wrap .custom-wishlist-area .tinvwl_add_to_wishlist_text {
display: none !important;
}
.product-card__btn-wrap .tinvwl_add_to_wishlist_button.tinvwl-product-in-list .tinvwl_remove_from_wishlist-text {
display: none !important;
}
/* 2. Reset the button to a simple icon */
.custom-wishlist-area a.tinvwl_add_to_wishlist_button {
background: transparent !important;
border: none !important;
padding: 0 !important;
box-shadow: none !important;
width: auto !important;
display: inline-flex !important;
align-items: center;
justify-content: center;
}
/* 3. Style the heart icon */
.custom-wishlist-area .tinvwl_add_to_wishlist_button::before {
font-size: 22px !important;
color: var(--primary) !important; /* Your brand green */
transform: scale(1.3);
transition: transform 0.2s ease;
}
.custom-wishlist-area .tinvwl_add_to_wishlist_button:hover::before {
transform: scale(1.4);
color: var(--secondary) !important; /* Darker green on hover */
}
/* 4. Position it next to the Read More button */
.custom-wishlist-area {
display: inline-block;
vertical-align: middle;
/* Space between Read More and Heart */
}Organic, Raw and Sprouted Trail Mix made In-house. Ingredients: Sprouted walnuts, sprouted almonds, truly raw cashews, pumpkin seeds, raisins, mango, dates, banana, goji berries with herb seasoning and gluten-free tamari. Store in the fridge or freezer. Read More
Read more<?php
global $product;
if ( $product ) {
// 1. PRODUCT ACTIONS (Pricing + Buttons)
if ( $product->is_type( 'variable' ) ) {
// Variable products handle their own price display
woocommerce_variable_add_to_cart();
} else {
// Simple Products: Only show price if it's NOT already being injected
echo '<div class="product-card-price">' . $product->get_price_html() . '</div>';
if ( ! $product->is_in_stock() ) {
// Show notifier for out of stock
do_action( 'woocommerce_before_add_to_cart_form' );
} else {
// Standard Add to cart for simple products
woocommerce_simple_add_to_cart();
}
}
// 2. THE WISHLIST ICON (The isolated way)
if ( class_exists( 'TInvWL_Public_AddToWishlist' ) ) {
$wishlist_instance = TInvWL_Public_AddToWishlist::instance();
// This specific call usually avoids re-triggering hooks
echo '<div class="custom-wishlist-area">';
echo $wishlist_instance->htmloutput();
echo '</div>';
}
}
?>/* Hide the text labels inside the wishlist area */
.product-card__btn-wrap .custom-wishlist-area span {
display: none !important;
}
/* If the price is still doubling, hide our manual one or the plugin's */
.custom-wishlist-area .price,
.custom-wishlist-area .amount {
display: none !important;
}
/* Style the heart icon so it's visible */
.tinvwl_add_to_wishlist_button::before {
font-size: 22px !important;
color: #4a6741 !important;
}
/* 1. Hide the "Add to Wishlist" text label */
.product-card__btn-wrap .custom-wishlist-area .tinvwl_add_to_wishlist_text {
display: none !important;
}
.product-card__btn-wrap .tinvwl_add_to_wishlist_button.tinvwl-product-in-list .tinvwl_remove_from_wishlist-text {
display: none !important;
}
/* 2. Reset the button to a simple icon */
.custom-wishlist-area a.tinvwl_add_to_wishlist_button {
background: transparent !important;
border: none !important;
padding: 0 !important;
box-shadow: none !important;
width: auto !important;
display: inline-flex !important;
align-items: center;
justify-content: center;
}
/* 3. Style the heart icon */
.custom-wishlist-area .tinvwl_add_to_wishlist_button::before {
font-size: 22px !important;
color: var(--primary) !important; /* Your brand green */
transform: scale(1.3);
transition: transform 0.2s ease;
}
.custom-wishlist-area .tinvwl_add_to_wishlist_button:hover::before {
transform: scale(1.4);
color: var(--secondary) !important; /* Darker green on hover */
}
/* 4. Position it next to the Read More button */
.custom-wishlist-area {
display: inline-block;
vertical-align: middle;
/* Space between Read More and Heart */
}<?php
global $product;
if ( $product ) {
// 1. PRODUCT ACTIONS (Pricing + Buttons)
if ( $product->is_type( 'variable' ) ) {
// Variable products handle their own price display
woocommerce_variable_add_to_cart();
} else {
// Simple Products: Only show price if it's NOT already being injected
echo '<div class="product-card-price">' . $product->get_price_html() . '</div>';
if ( ! $product->is_in_stock() ) {
// Show notifier for out of stock
do_action( 'woocommerce_before_add_to_cart_form' );
} else {
// Standard Add to cart for simple products
woocommerce_simple_add_to_cart();
}
}
// 2. THE WISHLIST ICON (The isolated way)
if ( class_exists( 'TInvWL_Public_AddToWishlist' ) ) {
$wishlist_instance = TInvWL_Public_AddToWishlist::instance();
// This specific call usually avoids re-triggering hooks
echo '<div class="custom-wishlist-area">';
echo $wishlist_instance->htmloutput();
echo '</div>';
}
}
?>/* Hide the text labels inside the wishlist area */
.product-card__btn-wrap .custom-wishlist-area span {
display: none !important;
}
/* If the price is still doubling, hide our manual one or the plugin's */
.custom-wishlist-area .price,
.custom-wishlist-area .amount {
display: none !important;
}
/* Style the heart icon so it's visible */
.tinvwl_add_to_wishlist_button::before {
font-size: 22px !important;
color: #4a6741 !important;
}
/* 1. Hide the "Add to Wishlist" text label */
.product-card__btn-wrap .custom-wishlist-area .tinvwl_add_to_wishlist_text {
display: none !important;
}
.product-card__btn-wrap .tinvwl_add_to_wishlist_button.tinvwl-product-in-list .tinvwl_remove_from_wishlist-text {
display: none !important;
}
/* 2. Reset the button to a simple icon */
.custom-wishlist-area a.tinvwl_add_to_wishlist_button {
background: transparent !important;
border: none !important;
padding: 0 !important;
box-shadow: none !important;
width: auto !important;
display: inline-flex !important;
align-items: center;
justify-content: center;
}
/* 3. Style the heart icon */
.custom-wishlist-area .tinvwl_add_to_wishlist_button::before {
font-size: 22px !important;
color: var(--primary) !important; /* Your brand green */
transform: scale(1.3);
transition: transform 0.2s ease;
}
.custom-wishlist-area .tinvwl_add_to_wishlist_button:hover::before {
transform: scale(1.4);
color: var(--secondary) !important; /* Darker green on hover */
}
/* 4. Position it next to the Read More button */
.custom-wishlist-area {
display: inline-block;
vertical-align: middle;
/* Space between Read More and Heart */
}<?php
global $product;
if ( $product ) {
// 1. PRODUCT ACTIONS (Pricing + Buttons)
if ( $product->is_type( 'variable' ) ) {
// Variable products handle their own price display
woocommerce_variable_add_to_cart();
} else {
// Simple Products: Only show price if it's NOT already being injected
echo '<div class="product-card-price">' . $product->get_price_html() . '</div>';
if ( ! $product->is_in_stock() ) {
// Show notifier for out of stock
do_action( 'woocommerce_before_add_to_cart_form' );
} else {
// Standard Add to cart for simple products
woocommerce_simple_add_to_cart();
}
}
// 2. THE WISHLIST ICON (The isolated way)
if ( class_exists( 'TInvWL_Public_AddToWishlist' ) ) {
$wishlist_instance = TInvWL_Public_AddToWishlist::instance();
// This specific call usually avoids re-triggering hooks
echo '<div class="custom-wishlist-area">';
echo $wishlist_instance->htmloutput();
echo '</div>';
}
}
?>/* Hide the text labels inside the wishlist area */
.product-card__btn-wrap .custom-wishlist-area span {
display: none !important;
}
/* If the price is still doubling, hide our manual one or the plugin's */
.custom-wishlist-area .price,
.custom-wishlist-area .amount {
display: none !important;
}
/* Style the heart icon so it's visible */
.tinvwl_add_to_wishlist_button::before {
font-size: 22px !important;
color: #4a6741 !important;
}
/* 1. Hide the "Add to Wishlist" text label */
.product-card__btn-wrap .custom-wishlist-area .tinvwl_add_to_wishlist_text {
display: none !important;
}
.product-card__btn-wrap .tinvwl_add_to_wishlist_button.tinvwl-product-in-list .tinvwl_remove_from_wishlist-text {
display: none !important;
}
/* 2. Reset the button to a simple icon */
.custom-wishlist-area a.tinvwl_add_to_wishlist_button {
background: transparent !important;
border: none !important;
padding: 0 !important;
box-shadow: none !important;
width: auto !important;
display: inline-flex !important;
align-items: center;
justify-content: center;
}
/* 3. Style the heart icon */
.custom-wishlist-area .tinvwl_add_to_wishlist_button::before {
font-size: 22px !important;
color: var(--primary) !important; /* Your brand green */
transform: scale(1.3);
transition: transform 0.2s ease;
}
.custom-wishlist-area .tinvwl_add_to_wishlist_button:hover::before {
transform: scale(1.4);
color: var(--secondary) !important; /* Darker green on hover */
}
/* 4. Position it next to the Read More button */
.custom-wishlist-area {
display: inline-block;
vertical-align: middle;
/* Space between Read More and Heart */
}<?php
global $product;
if ( $product ) {
// 1. PRODUCT ACTIONS (Pricing + Buttons)
if ( $product->is_type( 'variable' ) ) {
// Variable products handle their own price display
woocommerce_variable_add_to_cart();
} else {
// Simple Products: Only show price if it's NOT already being injected
echo '<div class="product-card-price">' . $product->get_price_html() . '</div>';
if ( ! $product->is_in_stock() ) {
// Show notifier for out of stock
do_action( 'woocommerce_before_add_to_cart_form' );
} else {
// Standard Add to cart for simple products
woocommerce_simple_add_to_cart();
}
}
// 2. THE WISHLIST ICON (The isolated way)
if ( class_exists( 'TInvWL_Public_AddToWishlist' ) ) {
$wishlist_instance = TInvWL_Public_AddToWishlist::instance();
// This specific call usually avoids re-triggering hooks
echo '<div class="custom-wishlist-area">';
echo $wishlist_instance->htmloutput();
echo '</div>';
}
}
?>/* Hide the text labels inside the wishlist area */
.product-card__btn-wrap .custom-wishlist-area span {
display: none !important;
}
/* If the price is still doubling, hide our manual one or the plugin's */
.custom-wishlist-area .price,
.custom-wishlist-area .amount {
display: none !important;
}
/* Style the heart icon so it's visible */
.tinvwl_add_to_wishlist_button::before {
font-size: 22px !important;
color: #4a6741 !important;
}
/* 1. Hide the "Add to Wishlist" text label */
.product-card__btn-wrap .custom-wishlist-area .tinvwl_add_to_wishlist_text {
display: none !important;
}
.product-card__btn-wrap .tinvwl_add_to_wishlist_button.tinvwl-product-in-list .tinvwl_remove_from_wishlist-text {
display: none !important;
}
/* 2. Reset the button to a simple icon */
.custom-wishlist-area a.tinvwl_add_to_wishlist_button {
background: transparent !important;
border: none !important;
padding: 0 !important;
box-shadow: none !important;
width: auto !important;
display: inline-flex !important;
align-items: center;
justify-content: center;
}
/* 3. Style the heart icon */
.custom-wishlist-area .tinvwl_add_to_wishlist_button::before {
font-size: 22px !important;
color: var(--primary) !important; /* Your brand green */
transform: scale(1.3);
transition: transform 0.2s ease;
}
.custom-wishlist-area .tinvwl_add_to_wishlist_button:hover::before {
transform: scale(1.4);
color: var(--secondary) !important; /* Darker green on hover */
}
/* 4. Position it next to the Read More button */
.custom-wishlist-area {
display: inline-block;
vertical-align: middle;
/* Space between Read More and Heart */
}Wild Brazil Nuts from Bolivia Brazil nuts grow on one of the largest and longest-lived trees in the Amazon rainforest. These trees can reach heights of up to 164 feet and live for up to 1000 years. Each tree can produce up to 250 pounds of Brazil nuts, making them a remarkable and sustainable source of… Read More
Read moreWe will be closed for the holidays from December 18th until January 5th. We will still check the emails periodically so please email us if you have any questions or concerns.
We are open from 8:00 a.m. to 3:00 p.m. – Monday to Friday, and closed on Saturdays, Sundays and Holidays.
Wholesale prices are available to everyone, on our website. You will notice price breaks with larger quantities. Case prices are wholesale.
No, Unfortunately we do not have a storefront. Please place your order online and if you are hoping to pick up your order right away just give us a call and we will get it ready. Please note you will need to enter a local postal code in the address for the Pickup option to show up.
Yes, you are welcome to pick up your order at our warehouse in Naramata, B.C. Your order should be made prior to pick up, as we don’t have a retail store with employees to cater to walk-ins. Using the shopping cart method on our website you will be given the option for “pick-up” at the checkout page. Once your order has been placed we will notify when it is ready.
Naramata, BC, Canada, which is in the Southern Interior of our Province, about an hour drive from Kelowna, and 20 minutes from Penticton.
Yes, you can. However the fees on Credit Card transactions are non refundable once the order is placed.