Updated adjustable waistband construction allows for adjustment via pull tabs that are easily secured via hook and loop at the front of the waistband
Flexible, lightweight stretch woven inserts at side seams, knees, back yoke and crotch gusset allow for maximum movement and comfort
Updated, more modern athletic fit: Updated front and back rise and slimmer leg
Updated, more athletic (slightly slimmer) thigh and a slimmer ankle/leg opening for a more professional appearance
Knife notch front hand pockets
Updated thigh cargo pocket construction to allow for larger cell phone/mag storage and less outward “blousing”. Convertible flap closure can be tucked in or secured with hook and loop.
Interior loop on internal thigh pocket is compatible with Tactigami® inserts for easy organization
Kneepad panel allows for any kneepad inserts, and is easily cinched down with hook and loop closures at back of knee
Gusseted crotch for added comfort and to prevent blowouts
Mag pockets along back yoke seam are easier to access and low profile in appearance
YKK zipper pockets along back yoke seam are low profile and easy to open/close with one hand
Back welt pockets along thigh can be used for extra gear without adding the bulky look of cargo pockets
Flap-closure cargo pocket on lower calf allows storage for extra gear such as tourniquets or med pouches
Belt loop location is ideal for weapons systems carry
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` = '3VX-VTX1903') 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`