top of page

Enjoy your drinks in style with our Tropical Floral Steel Tumblers. These 20oz stainless steel tumblers feature vibrant floral designs, perfect for adding a splash of color to your day. Each tumbler comes with a clear plastic lid and stainless steel straw. They are double-wall insulated to keep your beverages hot or cold, making them a great gift idea. Capacity: 20oz/600ml.

Tropical Floral Steel Tumblers

$28.00Price
    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); }