The Bizweld Work FR Cargo Pants offer protection against the thermal hazard of electric arc and guarantees flame resistance for the life of the garment. These modern pants have an elastic waist band for comfort and ease of movement and a woman fit. A range of ample pockets allows for convenient storage.
Shell Fabric: 100% Cotton 9.5oz
Features
40+ UPF rated fabric to block 98% of UV rays
Two back patch pockets
Rule pocket
Concealed cell phone pocket
Easy access cargo pocket
7 pockets for ample storage
Fully elasticated waistband for ultimate wearer comfort
SELECT `I`.`ListID`, `I`.`ProductID`, `I`.`ItemGroup`, `I`.`ItemColorID`, `I`.`ItemColor`, `I`.`ItemSizeOnly` AS `ItemSize`, `I`.`ItemLength`, `I`.`RequiredAlterationID`, `I`.`ProspectItem`,
MAX(`S`.CatID) AS CatID, `I`.`SalesPrice`,`I`.`SalesPrice` AS `WebPrice`,
`I`.`AltShowListID`, `I`.`InventoryOnly`
FROM `tbl_items` `I`
LEFT JOIN `tbl_items_search` `S` ON (`I`.`ItemID`=`S`.`ItemID`) AND (`S`.`CatID` = '2076')
WHERE (`I`.`ItemGroup` = '3PW-FR424') AND (`I`.`ShowOnlyLocal` = '1') AND (`I`.`IsActive` != '0') AND (`I`.`SpecialGroupID` Is Null OR `I`.`SpecialGroupID` = '0')
GROUP BY `I`.`ListID`
ORDER BY `I`.`ProspectItem`, IFNULL(`I`.`ItemColor`,'ZZZZZZ'),`I`.`SizeSort`,`I`.`ItemSize`, `I`.`ItemLength`