top of page

Introducing our 22oz/650ml Stainless Steel Travel Tumbler with Flip Lid, the perfect companion for your on-the-go beverage needs. Made from high-quality stainless steel, this travel tumbler ensures durability and excellent insulation, keeping your drinks hot or cold for extended periods. Featuring a vibrant hibiscus design, it adds a touch of tropical flair to your daily routine.

22oz Stainless Steel Travel Tumbler with Flip Lid

$32.00Price
    • Stainless steel travel tumbler
    • 22oz travel mug
    • Insulated travel tumbler
    • Flip lid travel tumbler
    • Hibiscus design tumbler
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); }