Your shopping cart is empty.

Bar & Entertainment

16 Products
Special Collection

Brass Spoon with Bee
$5.00
This gold honey spoon will help with that presentation. It can also be a great addition to your sugar bowl. Measures: 5" L To protect brass: Use linseed or mineral oil to clean with a soft terry towel. Avoid cooking with and avoid use with acidic foods. After every use,...
Folk Flower Tumblers
$18.00
Sold individually 3" diameter x 4.75" tall Made in India Hand wash by Karma Living
The Ohio State University Tea Towel
$24.00
This original design by catstudio is printed using the labor intensive hand-swipe silk-screen process with 12 colors (that's 12 screens used for each towel!). The design is framed with a hand-embroidered border on a 100% hand-loomed cotton towel generously sized at 20x29 inches. Three cheery woven stripes run down both sides and hand-dyed rick-rack at the top and bottom...
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,...
Vintage Green Embossed 12 oz. Drinking Glass
$10.00
Glass 3-1/4" Round x 4"H 12 oz  
Vintage Embossed Amber 12 oz. Drinking Glass
$10.00
Glass 3-1/4" Round x 4"H 12 oz.  
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...
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...
Woven Handle Gold Bottle Opener
$14.00
A classic article of daily use transformed into a fun way to pop the top of your favorite bottle. 6.0 x 1.8 x 0.3
Acacia Wood Cutting Board
$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
Measure & Stir Spoon
$14.00
Double Duty Cocktail maker. This spoon serves as a jigger and a stirring spoon. This spoon has a "graduated" stepped design along with 1/2 oz, 1 1/2 oz and 1 oz indicators. Spoon serves as a jigger (ml/oz) Indicators: 10ml, 20ml, 32,5ml, 45ml
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.
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.
SALE
Rattan Lattice Glasses
$9.00 $14.00
These High ball and double old fashion glasses have woven in lattice paper yarn making these such a wonderful compliment to your table setting and party setting. Removable lattice sleeves for easy washing Hand-wash only Short double old fashioned glass: 8 oz Large highball glass: 13.5 oz Final sale on clearance...
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); } } } } } });