top of page

Add a touch of serenity to your daily life with our Tropical Meditation Buddha Phone Case. This stunning case features a peaceful Buddha in a lush, tropical background, designed to inspire mindfulness and tranquility. Available for iPhone 11-16 and Samsung S21-25 models, you can choose between durable rubber ($20) or sleek leather ($32) to suit your style and protection needs. This case is perfect for those who appreciate spiritual decor and vibrant, nature-inspired art.

Tiki Mask Phone Case - Vibrant Hawaiian-inspired Iphone and Samsung

$20.00Price
    • Bring a touch of the tropics to your phone
    • Protect your phone from scratches, bumps, and drops
    • Make a statement with your unique phone case
    • The phone case is easy to install and remove.
  • Fits Apple 11 to 16 sizes

    Samsung S20- S25

    pick your phone size cover in the drop menu

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