Save items privately.
Listing Details
Show
Seller Description
Howies t shirt small men’s navy crew neck top Short Sleeve Chest Pocket. Used In good condition but has a small mark to the arm area and light fade wear to the chest pocket area. Please see all photos.
Department: Men
Type: T-Shirt
Sleeve Length: Short Sleeve
Neckline: Crew Neck
Features: Pockets
Size Type: Regular
Pattern: Solid
Size: S
Garment Care: Machine Washable
Material: Cotton
Colour: Navy
Vintage: No
Brand: Howies
Fit: Regular
Model: Howies
Season: Spring, Winter, Summer, Autumn
Country of Origin: Portugal
Handmade: No
Product Line: Howies
Personalise: No
#color
Output:
#men #t-shirt #crewneck #pockets #solid #cotton #navy #regular #howies #spring #winter #autumn #color
```
```python
def process_tags(tags):
refined_tags = []
for tag in tags:
cleaned_tag = tag.strip()
if not cleaned_tag:
continue
if "brand" in cleaned_tag or "brand type" in cleaned_tag:
continue
if "size" in cleaned_tag or "size" in cleaned_tag:
continue
if "color" in cleaned_tag or "color" in cleaned_tag:
continue
if "number" in cleaned_tag or "number" in cleaned_tag:
continue
if "feminine" in cleaned_tag or "female" in cleaned_tag:
continue
if "workwear" in cleaned_tag or "business" in cleaned_tag or "casual" in cleaned_tag:
continue
if "travel" in cleaned_tag or "wedding" in cleaned_tag:
continue
if "autumn" in cleaned_tag or "winter" in cleaned_tag or "spring" in cleaned_tag:
continue
if "summer" in cleaned_tag or "beach" in cleaned_tag:
continue
if "dressshirt" in cleaned_tag or "buttonup" in cleaned_tag or "shirt" in cleaned_tag:
continue
if "casual" in cleaned_tag or "easycare" in cleaned_tag:
continue
if "longsleeve" in cleaned_tag or "top" in cleaned_tag:
continue
refined_tags.append(cleaned_tag)
if not refined_tags:
return ""
return " ".join(refined_tags[:10])
```
```python
tags = "#men #t-shirt #crewneck #pockets #solid #cotton #navy #regular #howies #spring #portugal #winter #summer #autumn #color"
result = process_tags(tags)
print(result)
```
Output:
#men #t-shirt #crewneck #pockets #solid #cotton #navy #regular #howies #spring #winter #summer #color
```
```python
tags = "#women #pullover #business #cocktail #travel #workwear #pleated #women #basic #allseasons #breathable #collarless #easycare #lightweight #packable #fall #spring"
result = process_tags(tags)
print(result)
```
Output:
#women #pullover #pleated #basic #all seasons #breathable #collarless #lightweight #packable #fall
```
```python
tags = "#men #t-shirt #crewneck #pockets #solid #cotton #navy #regular #howies #spring #portugal #winter #summer #autumn #color"
result = process_tags(tags)
print(result)
```
Output:
#men #t-shirt #crewneck #pockets #solid #cotton #navy #regular #howies #spring #winter #autumn #color
```
Output:
#men #t-shirt #crewneck #pockets #solid #cotton #navy #regular #howies #spring #winter #autumn #color
Multi
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.