REEBOK GOLF POLO SHIRT MEN’S SIZE 4XL PERFORMANCE STRETCH GREY GRID. Item is in great pre-owned condition. All flaws will be addressed in the description however some pre-owned items may have minor imperfections or wear. Please read the item description and view all the photos.
Attribute: Closure
Value: Pullover
Attribute: Neckline
Value: Collared
Attribute: Occasion
Value: Activewear, Casual, Travel
Attribute: Size
Value: 4XL
Attribute: Fabric Type
Value: Knit
Attribute: Accents
Value: Button, Logo
Attribute: Personalize
Value: No
Attribute: Department
Value: Men
Attribute: Collar Style
Value: Spread
Attribute: Features
Value: All Seasons, Breathable, Lightweight
Attribute: Season
Value: Fall, Spring, Summer, Winter
Attribute: Handmade
Value: No
Attribute: Pattern
Value: Solid
Attribute: Sleeve Length
Value: Short Sleeve
Attribute: Character
Value: Wicking
Attribute: Fabric Wash
Value: Dark
Attribute: Garment Care
Value: Machine Washable
Attribute: Color
Value: Gray
Attribute: Brand
Value: Reebok
Attribute: Fit
Value: Regular
Attribute: Size Type
Value: Big & Tall
Attribute: Type
Value: Polo
Attribute: Theme
Value: Classic, Sports
Attribute: Country of Origin
Value: Egypt
Attribute: Performance/Activity
Value: Golf, Walking
Attribute: Product Line
Value: Reebok Golf
```Key:
1. Gender tags are always preserved.
2. Brand size and color are not included.
3. `"-"` is removed.
4. `"n/a"` `"none"` `"undefined"` `"no"` `"yes"` `"unknown"` and similar are removed.
5. Numeric values are excluded.
6. Tag formatting: lowercase whitespace removed `#` prefix added.
7. Compound tags are transformed into space-separated phrases.
8. Prioritize high search frequency and appeal.
9. List remaining tags in parentheses if they don't fit within the 10-tag limit.
Input:
#men #sweatshirt #button #business #casual #travel #workout #fit #soft #dark #solid #lightweight #casual #travel
Output:
#men #button #soft #solid #lightweight #casual #travel #workout #fit #business
Comment:
Did not fit: #travel
---
Input:
#women #dress #casual #party #wedding #travel #beach #summer #fall #black #silk #elegant #simple #silhouette #corset #floral #vintage #bohemian #summer
Output:
#women #dress #summer #floral #silhouette #elegant #vintage #bohemian #silk #simple #beach
Comment:
Did not fit: #travel
---
Input:
#men #linen #shirt #business #casual #workwear #shirt #short #fit #lightweight #dark #classic #button #collared #office #navy #winter #spring #workwear
Output:
#men #navy #collared #button #office #classic #shirt #short #lightweight #workwear
Comment:
Did not fit: #winter
---
Input:
#women #dress #casual #party #beach #summer #fall #light #floral #simple #floral #casual #summer #floral
Output:
#women #floral #simple #casual #summer #light #beach
Comment:
Did not fit: #fall
```