Cookie Policy (EU)


Open seven days a week
9:00 - 21:00

We are open by pre-booked appointments at our studios on Carrer Pelai, 12.
(Please check your confirmation email to see which of our three studios you are in).

We also offer visits to homes/hotels/offices & bespoke events.

document.addEventListener("DOMContentLoaded", function () { const greetingBox = document.querySelector(".ht_ctc_chat_greetings_box"); if (!greetingBox) return; // Function to remove the open class if it's applied const removeOpenClass = function () { if (greetingBox.classList.contains("ctc_greetings_opened")) { greetingBox.classList.remove("ctc_greetings_opened"); } }; // Try immediately removeOpenClass(); // Watch for class changes on the greeting box const observer = new MutationObserver(function () { removeOpenClass(); }); observer.observe(greetingBox, { attributes: true, attributeFilter: ["class"] }); // Disconnect the observer after a few seconds to save performance setTimeout(function () { observer.disconnect(); }, 5000); }); linkedin facebook pinterest youtube rss twitter instagram facebook-blank rss-blank linkedin-blank pinterest youtube twitter instagram