Hear Cecilie talk about the inspiration for the new collection
let streamBlockOptions = {
root: null,
rootMargin: "0px",
threshold: 0,
};
let streamBlockOptionsCallback = (entries, observer) => {
entries.forEach(entry => {
if (entry.isIntersecting) {
document.querySelector('.header .inner-container').classList.add('header-white');
} else {
document.querySelector('.header .inner-container').classList.remove('header-white');
}
});
};
let streamBlockObserver = new IntersectionObserver(streamBlockOptionsCallback, streamBlockOptions);
let streamBlockTarget = document.querySelector(".stream-block");
streamBlockObserver.observe(streamBlockTarget);
Book a private virtual appointment
Book a private virtual appointment for a personalized introduction to the FW22 Collection. A studied reflection on growth and creative journeys, discover the new shapes silhouettes and hues.
To request a virtual appointment please get in touch by sending us your email below.