top of page

Bring a burst of tropical flair to your home or office with this set of 4 Tiki Totem Face Coasters. Each coaster features a unique, colorful tiki design, inspired by traditional Polynesian motifs. Perfect for adding a beach or island vibe to your space, these coasters are not only decorative but also functional, protecting your surfaces from drink stains and moisture. Made from durable materials with vivid, fade-resistant colors, they are ideal for parties, tiki bars, or even as unique gifts for beach lovers. Whether you’re hosting a luau, setting up a tiki-themed bar, or just want to infuse your home with a festive feel, these coasters are a must-have!

Tiki Totem Face Coasters Set - Vibrant Tropical Drink Coasters for Beach Vibes

$28.00Price
  • Explore the beach with us as each handcrafted item will leave you on the beach.
    It's time to explore.

    These coasters are 4 inches in diamete

bottom of page
import wixData from 'wix-data'; export function uploadButton1_change(event) { let uploadedFile = event.target.files[0]; let reader = new FileReader(); reader.onload = (fileLoadEvent) => { let fileData = fileLoadEvent.target.result; wixData.insert('ProductFiles', { fileName: uploadedFile.name, fileType: uploadedFile.type, fileData: fileData }) .then((results) => { console.log('File uploaded and saved in database:', results); }) .catch((err) => { console.error('Error saving file:', err); }); }; reader.readAsDataURL(uploadedFile); }