Your shopping cart is empty.

Kalalou

20 Products
Special Collection
Terrazzo Cutting Board - Rectangle
$48.00
Real terrazzo cutting board with a rope loop tied around the top to hang for storage. 19.5" x 7"
Big Cat Wall Art
$75.00
Fantastic hand-hammered recycled cheetah and tiger wall hangings to liven up any space! Each cat will vary somewhat in size and color, as these are handmade items! Metal 28" long x 18" tall Each cat sold separately
Terrazzo Cutting Board - Circle
$34.00
Real terrazzo cutting board with a rope loop tied around the top to hang for storage. 15" x 10"Ā 
Faroe Enameled Metal Vases
$26.00
We love these painted metal vases for their modern and sleek design. A simple but elegant addition to any room! Largest vase: 13" tall
Ceramic Wall Hanging Swallows
$24.00
Sold Separately CeramicĀ  5" x 2" x 6"t each
Felted Mushroom on Wood Base
$20.00
Place theseĀ on your fireplace mantle or shelf or use them to build faux cloche terrarium designs. Measures: 8" x 6" x 7"t Ā 
Vintage Inspired Canisters
$24.00
Bright storage with a vintage look! Each metal canister with wooden lid is sold separately. Approximately 6.5" x 5" x 4"t
Hand Painted Wooden Virgin Guadalupe
$72.00
Wood 7.5" x 2" x 17"t Handmade in Guatemala
Hand Painted Wooden Skeleton Guitarist
$112.00
Wood 6" x 4.5" x 18"t Handmade in Guatemala
Ceramic Pitcher Vase with Eye
$174.00
Handmade and hand painted ceramic pitcher. 10"d x 14"t
Ceramic Candleholders with Eyes
$19.00
Ceramic Large measures 3.5"d x 7.5"t
Lily Pad Metal Water Fountain
$262.00
Metal 12"d x 29"t Plug inĀ  In-store Pickup Only!Ā 
Metal and Woven Firewood/ Blanket Rack
$110.00
Rush & Metal 20" x 16.5" x 30"t In-store Pickup Only!
Brass Goose Neck Table Lamp with Enamel Shade
$132.00
Antique inspired brass goose-neck table lamp with scalloped enamel shade. Ā  10"d x 17.5"t Metal & enamelĀ 
Arched Mirror with Rattan Frame
$48.00
Arched mirror with rattan frame and box below for additional storage 12" x 4.5" x 15.5" tall
Hand Carved Wooden Shelf
$209.00
Wood 7" x 45" x 10"t by Kalalou *Available for in-store pickup only!
Rectangle Rotating Wall Mirror
$124.00
A beautiful piece that you will love coming home to, this tilting rectangle mirror has a showstopper look. With its brass finish and clean lines, you will keep it in your home for years to come. Ā  Antique Gold finish Iron and glass 27 inches tall Ships via UPS only...
Antique White Cast Iron Rabbit Wall Hook
Metal Trays on Hairpin Leg Stands
$38.00
Metal trays on hairpin legs. Great for use as plant stands, retail display, and more! Distressed finish on black paint. Small: 11.5" wide X 5" tallMedium: 14" wide X 8" tallLarge: 15" wide X 11" tall
Folding Wire Multi Design Pendant Lamp
$75.00
This dynamic pendant light can be bent into a variety of shapes! Each lamp comes with a metal ceiling cap and a six foot cord with a plug that can be removed for professional hard wiring. Product Dimensions: 8" x 8" x 17"t when fully extended into a tube shape....
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); } } } } } });