Skip to content

OTTODISANPIETRO

Get our app ✨

Download

Cart

Your cart is empty

Select your gift wrapping

Re/Done Women

Re/Done

Re/Done creates one-of-a-kind, limited-edition luxury design jeans with a commitment to mindful production and circular fashion offering reduced-water denim.
Re/Done is more than a denim company, Re/Done is a brand with a mission.

Find the best selection of Re/Done Women below.

Sort by

Filters

Easy Straight Crop jeansEasy Straight Crop jeansEasy Straight Crop jeans
Sale price170 € Regular price340 €
Loose Boot jeansLoose Boot jeansLoose Boot jeans
Sale price180 € Regular price360 €
}
document.addEventListener('DOMContentLoaded', function () { const dropdown = document.querySelector('.header__dropdown-menu'); const primaryNav = document.querySelector('.header__primary-nav'); function showMenu() { dropdown.style.display = 'block'; dropdown.style.opacity = '1'; } function hideMenu() { dropdown.style.opacity = '0'; setTimeout(() => { dropdown.style.display = 'none'; }, 300); } primaryNav.addEventListener('mouseenter', showMenu); primaryNav.addEventListener('mouseleave', hideMenu); primaryNav.addEventListener('click', function (event) { event.stopPropagation(); if (dropdown.style.display === 'block') { hideMenu(); } else { showMenu(); } }); document.addEventListener('click', function (event) { if (!primaryNav.contains(event.target) && !dropdown.contains(event.target)) { hideMenu(); } }); });