Connect Connect
We send tasty emails
We set out to design the most comfortable and elongating denim maxi skirt in the world...and we succeeded! Donnybrook's comfy contour waistband and subtly feminine center slit in our holds-its-shape Italian Vintage Denim fabrication make this must-have piece a dream to wear.
Hand-distressed raw hemCenter slit that further elongates the silhouetteFlattering back pockets lift your bumContour waistband with zip fly and hook-and-bar closureHigh-rise. maxi lengthPaloma is 5'9" wearing a size 27Length: 35"This style was made using a small batch garment-dye process. giving each piece a unique look that will evolve and fade over timeStyle Code: DONNYBROOK-NATD
const list = document.querySelector('.acc__menu#description .details > ul');
if (list){
let para = document.createElement("li");
para.classList.add("js-sku")
const node = document.createTextNode("Style Code: DONNYBROOK-NATD-24");
para.appendChild(node);
list.appendChild(para)
}