google-site-verification=zvmYIFkf8w9AZSOgsphz9dlRLK-yRmj0bpifv5uddfM google-site-verification=zvmYIFkf8w9AZSOgsphz9dlRLK-yRmj0bpifv5uddfM google-site-verification: google219b1e1d54437648.html Hibiscus Glass Drink Coasters | BeachHutDecor.com
top of page

Hibiscus Glass 4" inch round glass coasters. Set of 4. Hot & cold beverages. Rubber feet for surface protection. Tempered Glass

Hibiscus Glass Drink Coasters

$28.00Price
  • This coaster is a beautiful addition to any tropical-themed bar or kitchen.

    The design features a vibrant hibiscus flower in bright red colors against a green background.

    The coaster is made of high-quality tempered glass, which makes it durable and resistant to scratches and cracks.

    Not only does this coaster look stunning, but it also provides a practical solution to protect your surfaces from water rings and stains.

    The tempered glass material allows for easy cleaning with a damp cloth, ensuring that your coaster will last for many uses.

    So, whether you're hosting a summer party, or just want to add a tropical flair to your home, the Tropical Hibiscus Drink Coaster is a perfect choice.

    Order yours today and enjoy the beauty and practicality of this stunning coaster!

    These coasters are 4 inches in diameter

Upload It
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); }