ADVERTISEMENT

Things you should know about the fashions that went into 'House of Gucci'

Published Jan 24, 2022 03:55 pm

The plot: Lady Gaga and her looks as Patrizia Reggiani

Filipino film buffs are taken to a stylish time travel as Ridley Scott’s “House of Gucci” hit theaters last Jan. 19. Based on the 2001 book, “The House of Gucci: A Sensational Story of Murder, Madness, Glamour, and Greed” by Sara Gay Forden, the movie relives the family tragedy that’s forever part of the history of the Italian maison.

While the performances of Lady Gaga and Adam Driver as Patrizia Reggiani and Maurizio Gucci truly shone in the film, a particular ensemble also gave them a good run for their money—their costumes, particularly, Gaga’s. Esteemed costume designer Janty Yates, a long-time collaborator of Scott, brought to the big screen a fashion fest that spans the ’70s, ’80s, and ’90s, a feast for the eye to any fashion history fans.

If you’re as obsessed as we are about Gaga’s looks as Patrizia, Yates took out from the closets some stories about her master costuming in the film.

Lady Gaga as Patrizia wearing Gucci archive pieces for the "42nd Street" scene (Fabio Lovino/Metro-Goldwyn-Mayer Pictures Inc.)

Only a few Gucci archive clothing were used in the film

Yates pulled about 20 outfits from Gucci’s archive, which also include bags, sunglasses, and belts. But, despite its title, only two of those were used during the filming. “We hardly touched them. They were in a strong room at our hotel under lock and key and guard the whole time,” Yates told Harper’s Bazaar. “We only ended up using two in the film—when we see Lady Gaga in a Double G tunic and trousers with leather trim on 42nd Street finding cheap fakes, and when she's in a Double G silk blouse and leather skirt when she receives her divorce papers.”

Some of the costumes were from Lady Gaga’s closet

In her interview with The Wrap, Yates shared that almost 70 percent of the film’s costumes were custom-made by her team (that includes the recreated runway shows). The others were sourced from vintage shops. While some came from Gaga’s personal archive where the costume designer stressed that “she had one house just for Versaces.”

Patrizia wore a pink dress when she first met Maurizio. In the movie, Yates changed it into red as seen on Lady Gaga (Photo by Fabio Lovino/Metro-Goldwyn-Mayer Pictures Inc.)

Lady Gaga’s blings are courtesy of major fashion houses

In the movie, Patrizia was described as resembling the beauty of Elizabeth Taylor. And if there is one thing that fashion people think when the iconic actress is mentioned is the number of jewels she had. Lady Gaga’s look as Patrizia is always adorned with spectacular pieces of jewelry to a point that Yates described her dressing much “like a Christmas tree.” According to EW, some of the sparkling items seen in the film were from Boucheron, Bulgari, and Gucci.

If asked to select, Yates most favorite look in the movie was Lady Gaga in her wedding dress (Photo from Backgrid)

Patrizia Reggiani was never a big Gucci wearer

While the movie showcased her journey in being part of the Gucci clan, Patrizia didn’t always wear Gucci pieces, because “their fashion at the time was conservative,” as Yates mentioned. “Patrizia was a very sexy lady. She dressed to impress, hence all the jewelry. She wanted to show her boobs off, her tiny waist, and voluptuous figure,” she told Harper’s Bazaar. “I've always described Gucci of that era as ‘round and brown.’ Patrizia wore lots of YSL and Dior.”

Hello, readers! Do you have stories you want us to feature? Follow us on Facebook, Instagram, Tiktok, and Twitter and let’s talk about it.

Related Tags

Fashion Lady Gaga janty yates Style house of gucci
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.