app-download-header
Trending Now

Premium collection

Premium

Filter
Shopping Options
Category
Category
Styles
Styles
  1. Asymmetrical Dresses 50 items
  2. Beach Tops 1 item
  3. Blouses 128 items
  4. Body Suits 119 items
  5. Bodycon 202 items
  6. Bracelets 0 items
  7. Caps 1 item
  8. Cover Ups 65 items
  9. Crop Tops 292 items
  10. Cropped Jeans 1 item
  11. Dungarees 1 item
  12. Earrings 1 item
  13. Flare Jeans 1 item
  14. Hats 1 item
  15. Jumpsuits 29 items
  16. Maxi Dresses 199 items
  17. Maxi Skirts 36 items
  18. Maxi Tops 5 items
  19. Midi Dresses 69 items
  20. Midi Skirts 29 items
  21. Nightdresses 36 items
  22. Nightwear Set 83 items
  23. Off Shoulder Tops 48 items
  24. Off-shoulder And Bandeau Dresses 103 items
  25. Pencil Dresses 18 items
  26. Pencil Skirts 2 items
  27. Playsuits And Rompers 38 items
  28. Sets 345 items
  29. Shift Dresses 14 items
  30. Shirt Dresses 9 items
  31. Shirts 51 items
  32. Short And Mini Skirts 51 items
  33. Skater Dresses 114 items
  34. Skater Skirts 13 items
  35. Straight Jeans 11 items
  36. Swimsuit 50 items
  37. T-shirts 442 items
  38. Tunic Dresses 4 items
  39. Tunic Tops 3 items
  40. Vests And Camis 376 items
  41. Gloves 1 item
  42. Hipster 12 items
  43. Bikini 15 items
  44. Boyshort 5 items
  45. Thong 64 items
  46. Boyleg 1 item
  47. Halter Neck Bra 1 item
  48. Front Open 3 items
  49. Full Figure 2 items
  50. Sports 5 items
  51. Racerback 2 items
  52. T-Shirt Bra 6 items
  53. Bralette 13 items
  54. Padded 25 items
  55. Non Padded 10 items
  56. Sports Bra 1 item
  57. Collars 22 items
  58. Wrap Dresses 4 items
  59. Mom Jeans 1 item
  60. Baggy Jeans 4 items
  61. Vests 3 items
  62. Wide Leg Jeans 3 items
  63. Neck Warmer 1 item
  64. Shawl 2 items
  65. Corsets & Tube Tops 143 items
  66. Cold Shoulder Tops 6 items
  67. Sarong 6 items
  68. Corset Dresses 21 items
  69. Dressing Gowns & Robes 6 items
Colour
Colour
  1. Beige 108 items
  2. Black 482 items
  3. Blue 140 items
  4. Brown 163 items
  5. Gold 3 items
  6. Green 117 items
  7. Grey 117 items
  8. Maroon 5 items
  9. Multi 71 items
  10. Orange 16 items
  11. Pink 149 items
  12. Purple 27 items
  13. Red 84 items
  14. Silver 16 items
  15. White 395 items
  16. Yellow 33 items
Less
Size
Size
  1. 2XL 3 items
  2. 70A 1 item
  3. 70B 1 item
  4. 70C 1 item
  5. 75A 1 item
  6. 75B 2 items
  7. 75C 1 item
  8. 80A 1 item
  9. 80B 1 item
  10. 80C 2 items
  11. 85B 2 items
  12. 85C 1 item
  13. FS 54 items
  14. L 325 items
  15. M 329 items
  16. S 334 items
  17. XL 75 items
  18. XS 27 items
  19. XXL 12 items
  20. XXXL 2 items
Less
Price
Price
  1. Rs. 200 - 400 1 item
  2. Rs. 400 - 600 5 items
  3. Rs. 600 - 800 40 items
  4. Rs. 800 - 1000 94 items
  5. Rs. 1000 - 1200 94 items
  6. Rs. 1200 - 1400 63 items
  7. Rs. 1400 - 1600 36 items
  8. Rs. 1600 - 1800 28 items
  9. Rs. 1800 - 2000 19 items
  10. Rs. 2000 - 2500 21 items
  11. Rs. 2500 - 3000 5 items
  12. Rs. 3000 - 3500 1 item
  13. Rs. 3500 - 4000 3 items
  1. Skater Skirts Remove This Item
  2. Bracelets Remove This Item
  3. Vests And Camis Remove This Item
  4. Shirt Dresses Remove This Item
  5. Bralette Remove This Item
  6. White Remove This Item
  7. Silver Remove This Item

SELECT `e`.*, `cat_index`.`position` AS `cat_index_position`, `stock_status_index`.`stock_status` AS `is_salable`, `price_index`.`price`, `price_index`.`tax_class_id`, `price_index`.`final_price`, IF(price_index.tier_price IS NOT NULL, LEAST(price_index.min_price, price_index.tier_price), price_index.min_price) AS `minimal_price`, `price_index`.`min_price`, `price_index`.`max_price`, `price_index`.`tier_price`, `at_special_price`.`value` AS `special_price` FROM `catalog_product_entity` AS `e` INNER JOIN `catalog_category_product_index_store1` AS `cat_index` ON cat_index.product_id=e.entity_id AND cat_index.store_id=1 AND cat_index.visibility IN(2, 4) AND cat_index.category_id=1539 INNER JOIN `cataloginventory_stock_status` AS `stock_status_index` ON e.entity_id = stock_status_index.product_id AND stock_status_index.website_id = 0 AND stock_status_index.stock_id = 1 INNER JOIN `catalog_product_index_price` AS `price_index` ON price_index.entity_id = e.entity_id AND price_index.website_id = '1' AND price_index.customer_group_id = 0 INNER JOIN `search_tmp_66e890739e9796_08917582` AS `search_result` ON e.entity_id = search_result.entity_id LEFT JOIN `catalog_product_entity_decimal` AS `at_special_price` ON (`at_special_price`.`entity_id` = `e`.`entity_id`) AND (`at_special_price`.`attribute_id` = '76') AND (`at_special_price`.`store_id` = 0) WHERE (stock_status_index.stock_status = 1) ORDER BY `special_price` DESC, `e`.`entity_id` DESC LIMIT 24

411 styles found
  1. 60% Off
    -60%
    White Multi-slit Long Shirt Dress
  2. 60% Off
    -60%
    Silver Sequin Pleated Skater Skirt
  3. 60% Off
    -60%
    Silver Embellished Open-back Vest
  4. 60% Off
    -60%
    White Voluminous Tent Shirt Dress
  5. 60% Off
    -60%
    White Pleated Detail Shirt Dress
  6. 60% Off
    -60%
    White V-neck Striped Vest
  7. 60% Off
    -60%
    White Fitted Sheer Lace Bustier
  8. 60% Off
    -60%
    White Short Buttoned Shirt Dress
  9. 60% Off
    -60%
    White Button-front Short Vest Coat
  10. 60% Off
    -60%
    White Lace-trim Fitted Top
  11. 60% Off
    -60%
    White Graphic Print Torn Tank Top
  12. 60% Off
    -60%
    MIDI PARACHUTE WHITE SKATER SKIRT
  13. 60% Off
    -60%
    Collared Free Size White Pleat Dress
  14. 60% Off
    -60%
    White Scallop Hem Strappy Top
  15. 60% Off
    -60%
    Silver Rhinestone Chain Detail Top