ADVERTISEMENT

London Fashion Week: Dreaming Eli and the duality of feminine existence

An unapologetic celebration of women's resilience and empowerment

Published Feb 18, 2024 04:22 pm

Dreaming Eli's fashion show, inspired by the evocative poetry of Christina Rossetti, unfolded as a powerful and empowering ode to feminine strength and resilience. Drawing from Rossetti's poignant verses, Dreaming Eli crafted a collection that reverberated with a resounding message of empowerment and self-possession, ushering in a new era where women take center stage, reclaiming their narratives with unapologetic fervor.

427968091_745146517580683_4542465859333425044_n.jpg
Elisa Trombatore (middle) of Dreaming Eli (Photo by Ines Bahr)

The show's thematic resonance with Rossetti's verse “Remember me when I am gone away; gone far away into the silent land” was palpable, as it served as a poignant backdrop for the emergence of a female collective that refuses to be confined by societal norms and expectations. Dreaming Eli's presentation marked a departure from traditional notions of femininity, with women assuming agency over their bodies, desires, and emotional landscapes.

The collection's diverse range, spanning from corsetry and lingerie to streetwear, underscored the multifaceted nature of feminine identity. The juxtaposition of delicate, hand-embroidered t-shirts and deconstructed denim, upcycled from vintage Levi's, alongside stocking jersey and sheer bodycon silhouettes, epitomized the fusion of strength and vulnerability, resilience and sensuality.

427078317_666532045479031_4746187668866472019_n.jpg
(Photos by Ines Bahr)

Notably, the incorporation of ripped box jackets featuring molded corsetry adorned with pearls and distressed chiffons encapsulated the duality of feminine existence—embracing both the scars of adversity and the beauty of rebirth. This juxtaposition of raw, distressed elements with opulent adornments symbolized the transformative journey of women who have endured and emerged stronger, symbolizing the idea that one must experience pain to fully appreciate joy.

426978231_2010365586000106_7412138909126498675_n.jpg
(Photos by Ines Bahr)

Dreaming Eli's portrayal of women as mystical and powerful creatures who assert ownership over their bodies and emotions resonated as a declaration of liberation and self-actualization. The collection's unapologetic celebration of feminine resilience and empowerment served as a testament to the enduring strength and fortitude of women who have transcended suffering and emerged reborn.

In essence, Dreaming Eli's show, inspired by Christina Rossetti's poignant verse, represented a bold and unyielding affirmation of feminine agency and empowerment. The collection's fusion of corsetry, lingerie, and streetwear, infused with the symbolism of rebirth and resilience, encapsulated the essence of a woman who has risen from the ashes, embracing her pain as a catalyst for transformative growth and unyielding vitality.

427915203_266290249892025_3752227739485869379_n.jpg
(Photos by Ines Bahr)

Overall, Dreaming Eli's presentation offered a resounding testament to the enduring spirit of women, amplifying their voices and experiences with a resolute declaration of empowerment, resilience, and unapologetic self-possession.
 

Related Tags

Dreaming Eli Fashion and Beauty London Fashion Week
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.