Privacy Policy

Information We Collect

When you interact with our store, we may collect the following information:

Personal Details: Name, email address, phone number, and billing/shipping address.

Payment Information: Collected securely through trusted third-party payment processors (we never store full card details).

Account Information: Login credentials if you create a customer account.


How We Use Your Information

We use the collected information to:

Process and deliver your orders.

Send order confirmations, shipping updates, and customer service responses.

Improve our website, products, and customer experience.

Send promotional offers or newsletters (only if you opt-in).

document.addEventListener("DOMContentLoaded", function () { // Select all top-level menu items const topLevelItems = document.querySelectorAll('.elementor-nav-menu--main > li');topLevelItems.forEach(function(li) { // If this item has a submenu const submenu = li.querySelector('ul'); if (submenu) { // Add a class for custom + icon li.classList.add('has-submenu');// Remove all possible default indicators inside the const link = li.querySelector('a'); if (link) { const indicators = link.querySelectorAll('svg, span'); indicators.forEach(indicator => indicator.remove()); } } }); });