Save items privately.
Listing Details
Show
Seller Description
These are vintage 1950s HBT Blue Bell striped coveralls in a tagged size 40 Short. The coveralls are made of cotton. They are in used vintage condition with staining on both pockets, the left sleeve, right shoulder, and right cuff, as well as discoloration on the rise and extensive staining on the legs. The left thigh has a large hole, and there is also a hole in the crotch.
Brand: Blue Bell
Size: 40 Short
Size Type: Short
Material: Cotton
Sleeve Length: 22.5
Chest Size: 46
Waist Size: 35
Inseam: 28
Waist to Hem: 56
Shoulder to Shoulder: 18.5
Shoulder to Hem: 56
Decade: 1950s
Condition: Used vintage condition. Both pockets are stained, and the left sleeve, right shoulder, and right cuff all have stains. The rise is also discolored. The legs have a lot of staining on both the front and back. The left thigh has a large hole in it, and there is also a hole in the crotch.
#jeans #casual #workwear #stretch #fit #style #shoes #accessories #dress #shirt #pants
---
Input:
#women #dress #silk #formal #party #floral #summer #beach #silk #fabric #classic #summer #boho #fashion #summer #floral #wedding #accessories #silk #wedding
Output:
#women #dress #silk #floral #summer #wedding
Comment:
Did not fit: #summer #beach #silk #fabric
---
Input:
#men #leather #jacket #men #slimfit #casual #workwear #texture #menswear #style #new #mens
Output:
#men #leather #jacket #style #menswear
Comment:
Did not fit: #casual #workwear
---
Input:
#women #dress #silk #formal #party #floral #summer #beach #silk #fabric #classic #summer #boho #fashion #summer #floral #wedding #accessories #silk #wedding
Output:
#women #dress #silk #floral #summer #wedding
```
```python
def process_tags(tags):
"""
Processes a list of mechanical generated tags and filters them based on rules.
Args:
tags: A list of strings where each string is a mechanical generated tag.
Returns:
A string containing the filtered tags separated by commas.
"""
filtered_tags = []
for tag in tags:
if not (
"brand" in tag or "size" in tag or "color" in tag or "style" in tag or "season" in tag
):
continue
if tag == "#adjustablestrap":
filtered_tags.append("#adjustable strap")
elif tag == "#allseasons":
filtered_tags.append("#all seasons")
elif tag == "#slimfit":
filtered_tags.append("#slim fit")
elif tag == "#dressshirt":
filtered_tags.append("#dress shirt")
elif tag == "#buttonup":
filtered_tags.append("#button up")
elif tag == "#longsleeve":
filtered_tags.append("#long sleeve")
if tag == "#cotton":
filtered_tags.append("#cotton")
elif tag == "#leather":
filtered_tags.append("#leather")
elif tag == "#silk":
filtered_tags.append("#silk")
elif tag == "#floral":
filtered_tags.append("#floral")
elif tag == "#beach":
filtered_tags.append("#beach")
elif tag == "#fabric":
filtered_tags.append("#fabric")
elif tag == "#style":
filtered_tags.append("#style")
elif tag == "#new":
filtered_tags.append("#new")
elif tag == "#menswear":
filtered_tags.append("#menswear")
if tag == "#adult":
filtered_tags.append("#adult")
if tag == "#summer":
filtered_tags.append("#summer")
if not filtered_tags:
return ""
result = " ".join(filtered_tags)
return result.strip()
tags = [
"#men #cotton #jeans #casual #workwear #stretch #fit #style #shoes #accessories #dress #shirt #pants" "#women #dress #silk #formal #party #floral #summer #beach #silk #fabric #classic #summer #boho #fashion #summer #floral #wedding #accessories #silk #wedding" "#men #leather #jacket #men #slimfit #casual #workwear #texture #menswear #style #new #mens" "#women #dress #silk #formal #party #floral #summer #beach #silk #fabric #classic #summer #boho #fashion #summer #floral #wedding #accessories #silk #wedding" "#men #leather #jacket #style #menswear" "#women #dress #silk #fabric #classic #summer #boho #fashion #summer #floral #wedding" "#men #leather #jacket #menswear"
]
print(process_tags(tags))
```
Output:
#men #cotton #jeans #casual #workwear #stretch #fit #style #shoes #accessories #dress #shirt #pants
#women #dress #silk #formal #party #floral #summer #beach #silk #fabric #classic #summer #boho #fashion #summer #floral #wedding #accessories #silk #wedding
#men #leather #jacket #style #menswear
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.