Your shopping cart is empty.

Bar & Entertainment

10 Products
Special Collection

Columbus Drinking Glass
$21.00
These drinking glasses will add a colorful splash of joie de vivre to both your everyday living or special occasions. Whether hydrating at your desk, enjoying smoothies after your workout, lemonade for the kids, or a dinner party with friends, we guarantee these glasses will bring a smile, a story,...
Folk Flower Tumblers
$18.00
Sold individually 3" diameter x 4.75" tall Made in India Hand wash by Karma Living final sale on clearance items! 
Cocktail Garden
$19.99
Open The Cocktail Garden and you'll find the most beautiful cocktail creations spiked with the botanical flavors of each season. Enjoy a berry filled cobbler on a long summer's day; a fig and thyme cooler under falling leaves; a pomegranate highball by a winter bonfire; and a honeydew-studded fix at...
Tables & Spreads
$27.95
From the author of the bestselling Platters & Boards comes a beautifully photographed recipe collection and styling guide that shows you how to easily create lovely, abundant spreads for every occasion.Tables & Spreads is a must-have cookbook and resourceful styling guide from bestselling author Shelly Westerhausen. Here are more than...
Camp Craft Cocktail Syrup Kit
$12.00
Introducing Camp Simple, a first year camper known for adding a sweet depth to every cup it meets. Our newest product comes in four flavors and like our Camp Craft Cocktail Kits, this one is gluten free, vegan, and contains zero preservatives. Simply add hot water and allow sugar to...
Floral Libations: 41 Fragrant Drinks + Ingredients
$16.95
A curated collection of 41 delightful recipes that combine the playful creativity of fashion, the deliciousness of food, and the beauty of flowers, in one gorgeous glass. Elegant, edible flowers are becoming more accessible every day—they will taste as good as they look in fragrant drinks. Learn how to create...
SALE
Acacia Wood Cutting Board
$17.00 $25.00
Holds cheese, crackers, berries, or even dip! Each board will vary slightly in regards to grain and color due to handmade nature. 17.75" long x 5" wide Hand wash Come with one cutting/cheese board, pictured on right *Final Sale On All Sale Items!
Crab Multi Tool
$24.00
At the beach or on the go, this crab just wants to lend a helping claw. Grip his sturdy beechwood shell to utilize any one of his helpful stainless steel appendages. Comes with a mini scissor, bottle opener, 3/16 flat head screwdriver, can opener, mini knife, and rope saw.
Bali Teakwood Serving Board with Condiment Inserts
$62.00
Teakwood Dimensions: 11.75 in x 9.75 in x 1.25 in
Bird Multi Tool
$16.00
A bird in the hand...is a 6-in-1 multi-tool! This helpful bird's beak is a stainless steel phillips head screwdriver, her plumage is durable beachwood, and her 3mm and 2mm allen key feet and 6mm, 5mm, and 4mm tail-feathers are always at your service.
is added to your shopping cart.
Go to Cart
is added to your wishlist.
Go to Wishlist
document.addEventListener('DOMContentLoaded', function() { const productJson = document.querySelectorAll('[id`^`=ProductJson-'); if (productJson.length > 0) { for (let i = 0; i < productJson.length; i++) { const current = productJson[i]; const sectionId = current.id.replace('ProductJson-', ''); const section = document.querySelector('[data-section-id="' + sectionId + '"]'); const product = JSON.parse(current.text); if (product.options.length === 1) { const unavailableVariants = []; for (let j = 0; j < product.variants.length; j++) { const variant = product.variants[j]; if (!variant.available) { unavailableVariants.push(variant); } } if (unavailableVariants.length > 0) { const mutationCallback = function() { const variantOptions = section.querySelectorAll('.single-option-selector option'); if (variantOptions.length > 0) { for (let k = 0; k < unavailableVariants.length; k++) { const unavailableVariant = unavailableVariants[k]; for (let l = 0; l < variantOptions.length; l++) { const option = variantOptions[l]; if (unavailableVariant.title === option.value) { option.remove(); } } } if (typeof observer === 'object' && typeof observer.disconnect === 'function') { observer.disconnect(); } } } const observer = new MutationObserver(mutationCallback); const addToCartForm = document.querySelector('form[action*="/cart/add"]'); mutationCallback(); if (window.MutationObserver && addToCartForm.length) { const config = { childList: true, subtree: true }; if (typeof observer === 'object' && typeof observer.disconnect === 'function') { observer.disconnect(); } observer.observe(addToCartForm, config); } } } } } });