google-site-verification=zvmYIFkf8w9AZSOgsphz9dlRLK-yRmj0bpifv5uddfM google-site-verification=zvmYIFkf8w9AZSOgsphz9dlRLK-yRmj0bpifv5uddfM google-site-verification: google219b1e1d54437648.html 4-Inch Sandstone Coaster with Cork Backing Palm Tree Artwork | BeachHutDecor.com
top of page

This beautiful 4-inch sandstone coaster is the perfect addition to any kitchen or bar décor. Natural sandstone is heat-resistant and absorbent, making it ideal for protecting your surfaces from hot drinks and condensation. The coaster also features a cork backing, which prevents it from slipping and sliding.

The coaster is made from natural sandstone, which is a sustainable and environmentally friendly material. Sandstone has a unique pattern of grains and colors, which makes each coaster a one-of-a-kind piece.

4-Inch Sandstone Coaster with Cork Backing Palm Tree Artwork

$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

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