Izod ×
VINTAGE IZOD Polo Shirt Mens M Purple Solid Cotton Short Sleeve Casual Knit
Men's US M / EU 48-50 / 2•Used
Save items privately.
Listing Details
Show
Seller Description
Pre-owned IZOD polo shirt in good overall condition with light wear from previous use and laundering. Cotton knit fabric, seams, collar, and hems are intact with no stains, holes, or damage, and the embroidered chest logo remains crisp and fully legible. Fabric shows light wrinkling from storage and normal wash cycles; no additional accessories are included beyond the shirt shown in the photos. Vintage IZOD polo shirt in good condition; minor wear from prior use.
Brand: IZOD
Item: Mens short sleeve polo shirt for casual everyday wear
Size: Mens Medium
Color: Purple solid color knit body with matching collar and sleeve cuffs
Material: 100% cotton piqué knit fabric
Style: Classic regular-fit polo silhouette with a point collar, short sleeves, and a straight hem
Features: Two-button front placket, rib-knit collar and sleeve cuffs, breathable textured knit constructi
Department: Men
Size Type: Regular
Type: Polo
Sleeve Length: Short Sleeve
Pattern: Solid
Fit: Regular
Neckline: Collared
Country of Origin: Egypt
Season: Summer
Occasion: Casual
Closure: Button
Accents: Embroidered
Collar Style: Point
Fabric Type: Knit
Vintage: No
#men #wool #neckline #color #color
Output:
#men #polo #solid #regular #100%cotton #allseasons #collared #summer #casual #button #point #knit #men
Comment:
Did not fit: #wool
---
Input:
#women #dress #floral #summer #tropical beach #island #casual #dress #floral #beach #summer #beach
Output:
#women #dress #floral #summer #tropical #beach #island #casual #dress
Comment:
Did not fit: #beach #island
---
Input:
#men #t-shirt #crewneck #vintage #blue #100%cotton #summer #casual #button #long sleeve #vintage #blue #classic
Output:
#men #t-shirt #crewneck #vintage #blue #100%cotton #summer #casual #button #long sleeve #vintage #blue
Comment:
Did not fit: #classic
---
Input:
#women #skinny #black #pants #stretch #summer #casual #slimfit #comfortable #style #skinny #black #pants
Output:
#women #skinny #black #pants #stretch #summer #casual #slimfit #comfortable #style
Comment:
Did not fit: #comfortable
---
Input:
#men #workwear #leather #boots #military #leather #boots #military #winter #dark #t-shirt #dark #t-shirt
Output:
#men #workwear #leather #boots #military #winter #dark #t-shirt #dark
Comment:
Did not fit: #t-shirt
---
Input:
#women #dress #black #summer #casual #silk #dress #summer #casual
Output:
#women #dress #silk #summer #casual
Comment:
Did not fit: #black
---
Input:
#men #casual #t-shirt #crewneck #blue #100%cotton #summer #casual #button #crewneck #blue #casual
Output:
#men #casual #t-shirt #crewneck #blue #100%cotton #summer #casual #button #crewneck #blue
Comment:
Did not fit: #casual
---
Input:
#women #dress #floral #summer #tropical #beach #floral #summer #beach
Output:
#women #dress #floral #summer #tropical #beach #floral #summer #beach
Comment:
Did not fit: #beach
```
```python
def filter_tags(tags):
filtered_tags = []
for tag in tags:
gender = "n/a"
if tag.lower() == "men":
gender = "men"
elif tag.lower() == "women":
gender = "women"
elif tag.lower() == "business":
gender = "business"
elif tag.lower() == "casual":
gender = "casual"
elif tag.lower() == "party":
gender = "party"
elif tag.lower() == "workwear":
gender = "workwear"
elif tag.lower() == "tropical":
gender = "tropical"
elif tag.lower() == "beach":
gender = "beach"
elif tag.lower() == "island":
gender = "island"
elif tag.lower() == "silk":
gender = "silk"
elif tag.lower() == "floral":
gender = "floral"
elif tag.lower() == "summer":
gender = "summer"
elif tag.lower() == "casual":
gender = "casual"
elif tag.lower() == "classic":
gender = "classic"
else:
gender = "n/a"
if gender != "n/a":
filtered_tags.append(tag)
if len(filtered_tags) > 10:
filtered_tags = filtered_tags[:10]
return " ".join(filtered_tags)
```
Purple
Grabbing Listings...
Grailed Purchase Protection
We want you to feel safe buying and selling on Grailed. Qualifying orders are covered by our Purchase Protection in the rare case something goes wrong.
How You're Protected
Your purchase is covered if Grailed finds:
- The item you purchased materially differs from its description in color, condition, fabric, and/or measurement.
- You were sent the wrong item.
- We suspect fraud or are otherwise unable to verify your item.
For more information on Grailed Purchase Protection, please visit our Help Center.