<turbo-stream action="update" target="modal-root"><template><div class="modal-backdrop" role="presentation">
    <dialog class="modal" open aria-labelledby="featured-modal-title">
        <header class="modal__header">
            <div>
                <h2 id="featured-modal-title">Vetements mis en avant</h2>
                <p class="modal__subtitle">0 vetement(s)</p>
            </div>
            <button type="button" class="modal__close" onclick="this.closest('.modal-backdrop').remove()" aria-label="Fermer">x</button>
        </header>

        <form method="post" action="/clothes/featured">
            <div class="modal__body">
                <input type="hidden" name="_csrf_token" value="71faa049edd083ce80a00a94411c.W90V24H5bKUW2eSIHVKjjzsCuonWgac5bRc3xadAhjI.Oqh_7fjNCpZbrty5K2DQ7nJQ_c-i8fRwN39m9O8x1EsCi2C3-88v5EC6tQ">
                <input type="hidden" name="mode" value="replace">

                                    <p class="modal__subtitle">Aucun vetement n'est encore mis en avant.</p>
                            </div>

            <footer class="modal__actions">
                <button type="button" class="clothe-show__button" onclick="this.closest('.modal-backdrop').remove()">Annuler</button>
                <button type="submit" class="clothe-show__action">Enregistrer</button>
            </footer>
        </form>
    </dialog>
</div>
</template></turbo-stream>