Women Pointed Toe Embellished Mules Flats
Product Details
A pair of white mules
Upper Material: synthetic leather
Cushioned footbed
Textured and patterned outsole
Material & Care
Upper Material : Synthetic Leather
Sole Material : TPR
Wipe it with a clean dry cloth to remove dust
{ string catName = Model.Category?.Name?.ToLower() ?? "";
string subCatName = Model.SubCategory?.Name?.ToLower() ?? ""; }
if (catName.Contains("men"))
{
if (subCatName.Contains("shirt") || subCatName.Contains("t-shirt"))
{
Size (Shirt/T-shirt):
-- Select Size --
38
40
42
44
}
else if (subCatName.Contains("jean") || subCatName.Contains("trouser"))
{
Size (Jeans & Trousers):
-- Select Size --
28
30
32
34
36
}
else if (subCatName.Contains("footwear") || subCatName.Contains("shoe"))
{
Size (Footwear):
-- Select Size --
7
8
9
10
11
12
}
else if (subCatName.Contains("ethnic"))
{
Size (Ethnic Wear):
-- Select Size --
S
M
L
XL
}
}
else if (catName.Contains("kid"))
{
Age:
-- Select Age --
1-2 yrs
3-4 yrs
5-6 yrs
7-8 yrs
9-10 yrs
}
else if (catName.Contains("women"))
{
Size: Free Size
}