Terms and Conditions

Orders & Acceptance

  • By placing an order, you agree to provide accurate billing and shipping details.

  • Order confirmation does not guarantee availability. If a product is unavailable, we will notify you and issue a refund or replacement option.

  • We reserve the right to refuse or cancel any order (e.g., due to pricing errors, suspected fraud, or supply issues).


Shipping & Delivery

  • Delivery times are estimates and may vary depending on location and courier.

  • We are not responsible for delays caused by third-party couriers, customs, or unforeseen circumstances.

  • Risk of loss passes to you once the order has been delivered to the shipping address provided.


Returns & Refunds

  • Customers may request returns or exchanges within [X days, e.g., 7–14 days] of delivery, provided the items are unused, undamaged, and in original packaging.

  • Certain items (e.g., personalized or custom ceramics) are non-returnable.

  • Refunds will be issued to the original payment method once returned items are inspected.

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