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.
Naturally crunchy and packed with plant-based protein for...
Pure, unsweetened tropical goodness perfect for baking or...
Aromatic and fresh blends to elevate your cooking...
Nutrient-dense beans and lentils rich in protein and...
Nutrient-dense seeds bursting with natural goodness for healthier...
Smooth, natural butters perfect for spreading, blending, and...
Premium cacao and chocolate for baking, blending, and...
Enjoy great savings on your favorite healthy essentials.....
Fresh, flavorful fruits packed with natural sweetness and...
A curated collection of useful, wholesome, and specialty...
Premium mushrooms packed with flavor and natural goodness....
A selection of useful essentials and specialty products...
Nutrient-rich supplements designed to boost energy and vitality....
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.
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.
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…
<?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--light__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--light__btn-wrap .custom-wishlist-area .tinvwl_add_to_wishlist_text {
display: none !important;
}
.product-card--light__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,…
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--light__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--light__btn-wrap .custom-wishlist-area .tinvwl_add_to_wishlist_text {
display: none !important;
}
.product-card--light__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.
<?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--light__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--light__btn-wrap .custom-wishlist-area .tinvwl_add_to_wishlist_text {
display: none !important;
}
.product-card--light__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--light__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--light__btn-wrap .custom-wishlist-area .tinvwl_add_to_wishlist_text {
display: none !important;
}
.product-card--light__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--light__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--light__btn-wrap .custom-wishlist-area .tinvwl_add_to_wishlist_text {
display: none !important;
}
.product-card--light__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--light__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--light__btn-wrap .custom-wishlist-area .tinvwl_add_to_wishlist_text {
display: none !important;
}
.product-card--light__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…
Certified Organic Whole Cashews from Bali, Indonesia Experience the pure, natural taste…
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--light__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--light__btn-wrap .custom-wishlist-area .tinvwl_add_to_wishlist_text {
display: none !important;
}
.product-card--light__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 */
}Certified Organic Whole Cashews from Bali, Indonesia
Experience the pure, natural taste of our Certified Organic Whole Cashews, sourced directly from Bali, Indonesia. These premium cashews are an excellent choice for various culinary applications, providing a nutritious and delicious addition to your diet.
Key Features
25% OFF Certified Organic Cashew Pieces from Vietnam Experience the rich, natural…
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--light__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--light__btn-wrap .custom-wishlist-area .tinvwl_add_to_wishlist_text {
display: none !important;
}
.product-card--light__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 */
}25% OFF
Certified Organic Cashew Pieces from Vietnam
Experience the rich, natural taste of our Certified Organic Cashew Pieces, sourced directly from Vietnam. These premium cashews are an excellent choice for various culinary applications, providing a nutritious and delicious addition to your diet.
Key Features
Certified Organic Walnuts from California Experience the exceptional quality of our Certified…
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--light__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--light__btn-wrap .custom-wishlist-area .tinvwl_add_to_wishlist_text {
display: none !important;
}
.product-card--light__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 */
}Certified Organic Walnuts from California
Experience the exceptional quality of our Certified Organic Walnuts, sourced directly from California. These walnuts are unheated, light-colored, and large, offering a perfect mix of halves and pieces.
Overview Our Certified Organic Walnuts are grown in California, known for its ideal walnut-growing climate. These premium walnuts are unheated and light-colored,…
<?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--light__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--light__btn-wrap .custom-wishlist-area .tinvwl_add_to_wishlist_text {
display: none !important;
}
.product-card--light__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 */
}We 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.

What is Adrenal Fatigue? Adrenal fatigue is a group of related signs and symptoms (a…

When the body has too much acid the condition is called “Acidosis”.It is the more…

What is Adrenal Fatigue?Adrenal fatigue is a group of related signs and symptoms (a syndrome)…
Article Summary In 1945, Dr. Weston Price described “a new vitamin-like activator” that played an…
The Sodium Chlorite flakes are 80% pure. The rest is mostly salt and some trace…
Article Summary In 1945, Dr. Weston Price described “a new vitamin-like activator” that played an…
The egg is optional, we've made the pancakes both ways, with egg and without. With…
We have become so artificial in our habits of thinking that it almost invariably occurs…
When the body has too much acid the condition is called "Acidosis". It is the…
Soak nuts the day before or use almond butter. Put a litre of water in…