Red “Just Culture” Graphic T-Shirt
INR. 1090.00
In Stock (179)
A bold red crew-neck T-shirt featuring the stylish “Just Culture” graphic print on the chest. Made with breathable cotton fabric, this tee offers both comfort and urban streetwear appeal. Perfect for casual outings or pairing with jeans for a statement look.
{ 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
}