She Said / She Said with Laura Cox Kaplan

328. Innovation Through Collaboration with Dillard’s Alexandra Dillard Lucie


Listen Later

SHOW NOTES

Title: Innovation Through Collaboration with Alexandra Dillard Lucie

Episode 328

Guest: Alexandra Dillard Lucie, Vice President and General Merchandise Manager at Dillard’s, Inc.

THIS WEEK’S TOPIC:

How do you breathe new life into a beloved legacy brand without losing sight of its roots? This week on She Said/She Said Podcast, we’re diving into the world of retail reinvention with Alexandra Dillard Lucie—third-generation leader at Dillard’s Inc.—as part of our She Said/She Said + The Southern C Collaboration Series.

Alexandra is helping reshape the department store experience for a new generation by weaving together innovation, strategic designer partnerships, and the unique sensibility that has defined Dillard’s since 1938. What does it really take to drive meaningful change in an established business, especially one that’s family-run? And how do you balance honoring tradition with charting a bold new course?

If you’re in the midst of transforming an organization (or even your own career), considering a collaborative venture, or simply curious about the evolution of retail, this episode is full of actionable insights and inspiration.

ABOUT THIS WEEK’S GUEST:

Alexandra Dillard Lucie is the Vice President and General Merchandise Manager for Dillard’s Inc. As the granddaughter of the company’s founder, she grew up steeped in the world of retail and fashion. Today, Alexandra is driving innovation at Dillard’s, launching new brands and influencer collaborations, building a “shop-within-the-shop” concept to nurture emerging designers, and embracing both the challenges and the strengths of leading within a family enterprise.

KEY TOPICS AND WHAT YOU’LL LEARN IN THIS EPISODE:

– FAMILY BUSINESS DYNAMICS: Alexandra shares the unique opportunities (and challenges!) of working at the intersection of family and business, and how generational leadership can anchor long-term thinking.

– BALANCING TRADITION & INNOVATION: Discover how Dillard’s is blending its Southern roots and decades-long reputation with unexpected collaborations, strategic risk-taking, and keeping a finger on the pulse of what’s next in retail.

– THE POWER OF COLLABORATION: Learn about Dillard’s Coterie Shop and how nurturing rising designers and forming authentic influencer partnerships has become a major driver of growth—and why authenticity is the No. 1 ingredient for success.

– MEASURING SUCCESS BEYOND SALES: Sometimes the biggest win is taking a bold risk, even if the immediate payoff isn’t monetary.

– BLENDING BRICKS AND CLICKS: Alexandra explains how Dillard’s approaches the balance of in-store and digital experiences in a fast-evolving retail landscape, plus why personal connection and community-building remain central.

– WHY SOUTHERN STYLE MATTERS: How Dillard’s Southern heritage is a strategic advantage—and why the explosion of “new South” creativity is shaping the future of fashion and retail.

– LEADERSHIP LESSONS & GROWTH: Insights on what it takes to stay inspired, creative, and forward-moving in an ever-changing industry.

There’s so much wisdom here for anyone navigating change—inside a business, a family, or your own career. We can’t wait to hear what resonates with you!

WHAT STRUCK YOU MOST?

Share your thoughts, aha moments, and takeaways from this week’s conversation! Connect with Laura:  Instagram, Linked In,  Facebook, or email: [email protected]

You can access all previous episodes and more content here!  

SPECIAL SHE SAID/SHE SAID PODCAST LISTENER BENEFIT:

Looking for the perfect summer accessory? Check out Ericjavits.com and use our special promo code SHESAID for 20% off —just in time for Mother’s Day or to treat yourself.

**PLEASE RATE AND REVIEW SHE SAID/SHE SAID PODCAST!**

If you enjoy the show, please take a moment to share a rating or review wherever you listen. Your feedback is invaluable and helps us deliver more of the content you love.

Note: She Said/She Said Podcast is a weekly production of She Said/She Said Media. Thanks for listening!

Contact Form

  • First Name
  • Last Name
  • Email
  • Message
  • /* = 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_1');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_1').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_1').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_1').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_1').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_1').val();gformInitSpinner( 1, 'https://shesaidshesaidpodcast.com/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [1, current_page]);window['gf_submitting_1'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_1').replaceWith(confirmation_content);jQuery(document).trigger('gform_confirmation_loaded', [1]);window['gf_submitting_1'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_1').text());}else{jQuery('#gform_1').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger("gform_pre_post_render", [{ formId: "1", currentPage: "current_page", abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_1" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_1"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_1" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; gform.core.triggerPostRenderEvents( 1, current_page ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } );} );
    /* ]]> */

    The post 328. Innovation Through Collaboration with Dillard’s Alexandra Dillard Lucie appeared first on She Said / She Said.

    ...more
    View all episodesView all episodes
    Download on the App Store

    She Said / She Said with Laura Cox KaplanBy Laura Cox Kaplan

    • 4.8
    • 4.8
    • 4.8
    • 4.8
    • 4.8

    4.8

    130 ratings


    More shows like She Said / She Said with Laura Cox Kaplan

    View all
    Happier with Gretchen Rubin by Gretchen Rubin / The Onward Project

    Happier with Gretchen Rubin

    12,911 Listeners

    WSJ What’s News by The Wall Street Journal

    WSJ What’s News

    4,358 Listeners

    The School of Greatness by Lewis Howes

    The School of Greatness

    21,197 Listeners

    10% Happier with Dan Harris by 10% Happier

    10% Happier with Dan Harris

    12,732 Listeners

    The Lazy Genius Podcast by Kendra, The Lazy Genius

    The Lazy Genius Podcast

    6,633 Listeners

    WSJ Minute Briefing by The Wall Street Journal

    WSJ Minute Briefing

    673 Listeners

    Happier in Hollywood by The Onward Project

    Happier in Hollywood

    2,448 Listeners

    Worklife with Adam Grant by TED

    Worklife with Adam Grant

    9,187 Listeners

    Boutique Chat by The Boutique Hub with Ashley Alderson

    Boutique Chat

    863 Listeners

    Laugh Lines with Kim & Penn Holderness by Kim & Penn Holderness

    Laugh Lines with Kim & Penn Holderness

    3,370 Listeners

    SmartHERNews by Jenna Lee

    SmartHERNews

    641 Listeners

    Lipstick on the Rim by Sony Music Entertainment

    Lipstick on the Rim

    1,050 Listeners

    Morning Wire by The Daily Wire

    Morning Wire

    26,663 Listeners

    Honestly with Bari Weiss by The Free Press

    Honestly with Bari Weiss

    8,808 Listeners

    The Mel Robbins Podcast by Mel Robbins

    The Mel Robbins Podcast

    20,377 Listeners