<turbo-stream action="update" target="modal-root"><template><div class="modal-backdrop" role="presentation">
    <dialog class="modal" open aria-labelledby="bestseller-modal-title">
        <header class="modal__header">
            <div>
                <h2 id="bestseller-modal-title">Bestsellers</h2>
                <p class="modal__subtitle">0/4 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/bestsellers">
            <div class="modal__body">
                <input type="hidden" name="_csrf_token" value="0423f50f08.adGzD9bKpCiZgwzNgXDw26LMY9UcpB9dGZt4bNHwiR4.UJrbYJmgzEOr5376xC-1mPuiF6JU_Fk_UP0XD6uG3kYPtNx-lIXrcqrFew">
                <input type="hidden" name="mode" value="replace">

                
                                    <p class="modal__subtitle">Aucun vetement n'est encore marque comme bestseller.</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>