1. Home
  2. Missy
  3. Bottoms
  4. Cotton Leggings Capri Length 15' Inseam
Shipping is on Us with a Purchase of $75 or More!

Cotton Leggings Capri Length 15' Inseam

Write a Review
Your Price: $15.00
Cotton Leggings
Part Number: 2981
Availability: In Stock. 17
In-store Pickup Available

Choose Options

*
*

Send to:

*We'll ask for shipping info at checkout
Cotton Leggings - Capri Length
17 Inch Inseam

These leggings are hands down the BEST leggings I have ever wore.   They are soft, and feel great.  I haven't had any issues with them sliding down or not staying in place.  


Size - True to Size

Colors
Black
Denim Blue
Dark Purple

Related Items

Cotton Leggings
(1)
$15.00
In Stock.
Lounge Pants
$25.00 $12.50 Sale
In Stock.
Cotton Leggings Capri Length
(1)
$15.00
In Stock.
Buttery Soft Leggings
(3)
$17.00
In Stock.
The Carmen Leggings
$20.00
In Stock.

Recently Viewed Items

TOP
0 Items
self.addEventListener('push', function(event) { const payload = event.data.json(); const notification = payload.data; const notificationTitle = notification['title']; let notificationOptions = { body: notification['body'], } if (event.data) { notificationOptions.icon = notification['icon'] notificationOptions.data = { click_action: notification['click_action'] }; } event.waitUntil( self.registration.showNotification(notificationTitle, notificationOptions) ); }); self.addEventListener('notificationclick', function(event) { event.notification.close(); var url = event.notification.data.click_action; if(url) { event.waitUntil( clients.openWindow(url) ); } });