Your shopping cart is empty.

XCVI

14 Products
Special Collection

XCVI was founded in 1996 (or XCVI in roman numerals) from the back of a mom-and-pop clothing boutique on Melrose Avenue. Together with designer Lilia Gorodnitski, the Zeltzer family manifested a shared vision of casual clothing that enrich women’s lives with joy and ease.

Our clothing isn’t made to be worn on the runway, or to be meticulously styled for hours. Our clothing isn’t disposable fast-fashion, and we are not trend obsessed. XCVI is committed to making casual contemporary clothes for real women, who want clothing for real life.

Malanda Pants
$77.00
These pants feature jersey inserts and an elastic waistband for a great fit. Need pockets? These not only have two front pockets, but one with a zipper on the right pant leg.  Materials: 98% Cotton, 2% Spandex  Machine washable.  by XCVI. 
Trace Ruched Skirt
$54.00
This skirt features a pull on jersey waistband and ruching at sides, front and back for a flattering look. Pair with anything from a tee and sneakers to a blouse and heels. Stretch poplin body - 96% Cotton 4% Spandex, Jersey waistband - 92% Cotton 8% Spandex 18" long Model...
Aviana Ruched Dress
$79.00
This stretch poplin dress features short sleeves, ruching on skirt, jersey inserts in the bodice for an impeccable fit, and style lines for added structure. Stretch Poplin - 96/4 Cotton/Spandex. Jersey inserts - 92/8 Cotton/Spandex. Preshrunk. Model shown is wearing a size S. Machine washable.
SALE
Fiore Jacket Dress
$70.00 $100.00
A long time recurring favorite, the Fiore Jacket is back! Wear it as a dress or throw it over for a light, but stunning jacket; Fiore gives shape where you want it and slims where it's needed. Stretch Poplin: 96/4 Cotton/Spandex. 2x1 Rib Contrast Panels: 95/5 Cotton/Spandex. Preshrunk; Machine washable. Imported....
SALE
Leland Skirt
$67.00 $90.00
The Leland skirt by XCVI features a drawstring waistline and pockets.  Materials: 100% Linen.  Final Sale. 
SALE
Saunderson Midi Dress
$64.50 $86.00
Long and slinky, tie up the high slit sides to Saunderson and get going! V-neckline paired with short sleeves and made from our gorgeous rayon jersey, this darling dress with pockets is a winner. Luta Rayon Jersey: 94/6 Rayon/Spandex. Back Length: ~48.25" Preshrunk & Machine washable by XCVI  Final Sale...
Astri Linen Pants
$128.00
This wide leg linen pant features an elastic pull-on waistband with raw asymmetric handkerchief hemline. Preshrunk Linen body - 100% Linen, Jersey waist - 98/2 Cotton/Spandex. 26.75" inseam, Front rise: 10", Back rise: ~16" Machine washable by XCVI
Trace Tie Dyed Ruched Skirt
$50.00
This skirt features a pull on jersey waistband and ruching at sides, front and back for a flattering look. Pair with anything from a tee and sneakers to a blouse and heels. Stretch poplin body - 96% Cotton 4% Spandex, Jersey waistband - 92% Cotton 8% Spandex. 18" long. Machine...
SALE
Ismay Wide Leg Pant
$102.00 $128.00
These crocheted wide-leg pants go wonderfully with the Cambria top also from XCVI!  Materials: 100% Linen. Final Sale on all sale items!
SALE
Hattie Crop Legging
$73.00 $92.00
 Final sale on all sale items.  
Raymond Ruched Tank Dress
$79.00
This stretch poplin dress hugs and shows off curves in all the right places. Features ruching on skirt, jersey inserts in the bodice for an impeccable fit, and style lines for added structure. Stretch poplin body - 96% Cotton, 4% Spandex, Jersey waistband - 92% Cotton, 8% Spandex 36" long...
SALE
Iman Romper
$72.00 $96.00
The Iman romper features snap buttons for easy wear. Materials: 99% Cotton, 1% Spandex. by XCVI.
Amore Bubble Dress
$119.00
Snaps from top to bottom, adjustable snap straps and a bubble hem make this stunner a winner. Contrast rib panels give you room to move with having the most important feature for dresses….pockets! Materials: Brio Poplin: 97% Cotton, 3% Spandex; 2x1 Rib Inserts: 95% Cotton, 5% Spandex. Machine washable. 
SALE
Yael Scrunch Tie Top
$30.00 $64.00
A long sleeve version of our adjustable twill tie top. Pull up on the tie and create a full center front ruching effect. Abbott Jersey: 100% Cotton. Preshrunk; Machine washable. Imported. by XCVI. Sale Items are Final Sale **
is added to your shopping cart.
Go to Cart
is added to your wishlist.
Go to Wishlist
document.addEventListener('DOMContentLoaded', function() { const productJson = document.querySelectorAll('[id`^`=ProductJson-'); if (productJson.length > 0) { for (let i = 0; i < productJson.length; i++) { const current = productJson[i]; const sectionId = current.id.replace('ProductJson-', ''); const section = document.querySelector('[data-section-id="' + sectionId + '"]'); const product = JSON.parse(current.text); if (product.options.length === 1) { const unavailableVariants = []; for (let j = 0; j < product.variants.length; j++) { const variant = product.variants[j]; if (!variant.available) { unavailableVariants.push(variant); } } if (unavailableVariants.length > 0) { const mutationCallback = function() { const variantOptions = section.querySelectorAll('.single-option-selector option'); if (variantOptions.length > 0) { for (let k = 0; k < unavailableVariants.length; k++) { const unavailableVariant = unavailableVariants[k]; for (let l = 0; l < variantOptions.length; l++) { const option = variantOptions[l]; if (unavailableVariant.title === option.value) { option.remove(); } } } if (typeof observer === 'object' && typeof observer.disconnect === 'function') { observer.disconnect(); } } } const observer = new MutationObserver(mutationCallback); const addToCartForm = document.querySelector('form[action*="/cart/add"]'); mutationCallback(); if (window.MutationObserver && addToCartForm.length) { const config = { childList: true, subtree: true }; if (typeof observer === 'object' && typeof observer.disconnect === 'function') { observer.disconnect(); } observer.observe(addToCartForm, config); } } } } } });