{"product_id":"vanguard-field-shirt","title":"Vanguard Field Shirt","description":"\u003cstyle\u003e\n  .fd-vanguard-field {\n    --vf-black: #0f1112;\n    --vf-dark: #1b1f21;\n    --vf-grey: #687075;\n    --vf-light: #f3f5f4;\n    --vf-white: #ffffff;\n    --vf-red: #d62831;\n    --vf-red-dark: #a71c23;\n    --vf-olive: #59604d;\n    --vf-border: #d9dddc;\n    --vf-text: #272b2d;\n    --vf-radius: 8px;\n    max-width: 1220px;\n    margin: 0 auto;\n    color: var(--vf-text);\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.65;\n  }\n\n  .fd-vanguard-field *,\n  .fd-vanguard-field *::before,\n  .fd-vanguard-field *::after {\n    box-sizing: border-box;\n  }\n\n  .fd-vanguard-field h1,\n  .fd-vanguard-field h2,\n  .fd-vanguard-field h3,\n  .fd-vanguard-field p {\n    margin-top: 0;\n  }\n\n  .fd-vanguard-field h1,\n  .fd-vanguard-field h2,\n  .fd-vanguard-field h3 {\n    color: var(--vf-black);\n    line-height: 1.15;\n  }\n\n  .fd-vanguard-field h1 {\n    margin-bottom: 18px;\n    font-size: clamp(38px, 6vw, 68px);\n    letter-spacing: -0.045em;\n  }\n\n  .fd-vanguard-field h2 {\n    margin-bottom: 16px;\n    font-size: clamp(28px, 4vw, 42px);\n    letter-spacing: -0.03em;\n  }\n\n  .fd-vanguard-field h3 {\n    margin-bottom: 9px;\n    font-size: 20px;\n  }\n\n  .fd-vanguard-field p {\n    margin-bottom: 16px;\n  }\n\n  .fd-vanguard-field a {\n    color: inherit;\n    text-decoration: none;\n  }\n\n  .fd-vanguard-field strong {\n    font-weight: 800;\n  }\n\n  \/* HERO *\/\n\n  .vf-hero {\n    position: relative;\n    overflow: hidden;\n    padding: 60px 52px;\n    margin-bottom: 18px;\n    border-radius: var(--vf-radius);\n    background:\n      linear-gradient(\n        125deg,\n        #0d0f10 0%,\n        #1a1e20 67%,\n        #303638 100%\n      );\n    color: var(--vf-white);\n  }\n\n  .vf-hero::before {\n    content: \"VANGUARD\";\n    position: absolute;\n    right: -28px;\n    bottom: -38px;\n    color: rgba(255, 255, 255, 0.035);\n    font-size: clamp(100px, 18vw, 230px);\n    font-weight: 900;\n    letter-spacing: -0.08em;\n    line-height: 0.8;\n    pointer-events: none;\n  }\n\n  .vf-hero::after {\n    content: \"\";\n    position: absolute;\n    top: -175px;\n    right: 4%;\n    width: 480px;\n    height: 480px;\n    border: 76px solid rgba(214, 40, 49, 0.14);\n    border-radius: 50%;\n    pointer-events: none;\n  }\n\n  .vf-hero-content {\n    position: relative;\n    z-index: 2;\n    max-width: 940px;\n  }\n\n  .vf-eyebrow {\n    display: inline-block;\n    padding: 8px 13px;\n    margin-bottom: 20px;\n    border-radius: 4px;\n    background: var(--vf-red);\n    color: var(--vf-white);\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n  }\n\n  .vf-hero h1 {\n    color: var(--vf-white);\n  }\n\n  .vf-hero-lead {\n    max-width: 900px;\n    margin-bottom: 28px !important;\n    color: #e5e8e7;\n    font-size: clamp(18px, 2.2vw, 21px);\n  }\n\n  .vf-hero-lead strong {\n    color: var(--vf-white);\n  }\n\n  .vf-buttons {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 12px;\n  }\n\n  .vf-button {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 48px;\n    padding: 13px 21px;\n    border: 2px solid transparent;\n    border-radius: 5px;\n    font-size: 14px;\n    font-weight: 800;\n    transition:\n      transform 0.2s ease,\n      background 0.2s ease,\n      color 0.2s ease,\n      border-color 0.2s ease;\n  }\n\n  .vf-button:hover {\n    transform: translateY(-2px);\n  }\n\n  .vf-button-primary {\n    background: var(--vf-red);\n    color: var(--vf-white);\n  }\n\n  .vf-button-primary:hover {\n    background: var(--vf-red-dark);\n    color: var(--vf-white);\n  }\n\n  .vf-button-outline {\n    border-color: rgba(255, 255, 255, 0.5);\n    color: var(--vf-white);\n  }\n\n  .vf-button-outline:hover {\n    border-color: var(--vf-white);\n    background: var(--vf-white);\n    color: var(--vf-black);\n  }\n\n  .vf-button-dark {\n    background: var(--vf-black);\n    color: var(--vf-white);\n  }\n\n  \/* QUICK FEATURES *\/\n\n  .vf-quick {\n    display: grid;\n    grid-template-columns: repeat(5, 1fr);\n    overflow: hidden;\n    margin-bottom: 50px;\n    border: 1px solid var(--vf-border);\n    border-radius: var(--vf-radius);\n  }\n\n  .vf-quick-item {\n    min-height: 120px;\n    padding: 23px 14px;\n    border-right: 1px solid var(--vf-border);\n    background: var(--vf-white);\n    text-align: center;\n  }\n\n  .vf-quick-item:last-child {\n    border-right: 0;\n  }\n\n  .vf-quick-value {\n    display: block;\n    margin-bottom: 6px;\n    color: var(--vf-red);\n    font-size: 22px;\n    font-weight: 900;\n  }\n\n  .vf-quick-item strong {\n    display: block;\n    margin-bottom: 3px;\n    color: var(--vf-black);\n  }\n\n  .vf-quick-item span:last-child {\n    color: var(--vf-grey);\n    font-size: 13px;\n  }\n\n  \/* GENERAL *\/\n\n  .vf-section {\n    margin-bottom: 52px;\n  }\n\n  .vf-heading {\n    max-width: 950px;\n    padding-bottom: 15px;\n    margin-bottom: 25px;\n    border-bottom: 4px solid var(--vf-red);\n  }\n\n  .vf-heading p {\n    max-width: 830px;\n    margin-bottom: 0;\n    color: var(--vf-grey);\n    font-size: 17px;\n  }\n\n  \/* BENEFITS *\/\n\n  .vf-benefits {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 15px;\n  }\n\n  .vf-benefit {\n    min-height: 235px;\n    padding: 24px 20px;\n    border: 1px solid var(--vf-border);\n    border-top: 4px solid var(--vf-red);\n    border-radius: var(--vf-radius);\n    background: var(--vf-white);\n  }\n\n  .vf-benefit p {\n    margin-bottom: 0;\n    color: var(--vf-grey);\n    font-size: 14px;\n  }\n\n  \/* DARK OPERATIONAL SECTION *\/\n\n  .vf-operational {\n    display: grid;\n    grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);\n    gap: 38px;\n    padding: 44px;\n    border-radius: var(--vf-radius);\n    background: var(--vf-dark);\n    color: var(--vf-white);\n  }\n\n  .vf-operational h2,\n  .vf-operational h3 {\n    color: var(--vf-white);\n  }\n\n  .vf-operational p {\n    color: #dce1de;\n  }\n\n  .vf-operational-list {\n    display: grid;\n    gap: 12px;\n  }\n\n  .vf-operational-item {\n    padding: 17px;\n    border: 1px solid rgba(255, 255, 255, 0.14);\n    border-left: 4px solid var(--vf-red);\n    border-radius: 5px;\n    background: rgba(255, 255, 255, 0.045);\n  }\n\n  .vf-operational-item strong {\n    display: block;\n    margin-bottom: 4px;\n    color: var(--vf-white);\n  }\n\n  .vf-operational-item span {\n    color: #d3d8d5;\n    font-size: 14px;\n  }\n\n  \/* MATERIAL *\/\n\n  .vf-material {\n    display: grid;\n    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.9fr);\n    gap: 34px;\n    align-items: center;\n    padding: 40px;\n    border: 1px solid var(--vf-border);\n    border-radius: var(--vf-radius);\n    background: var(--vf-light);\n  }\n\n  .vf-material-panel {\n    display: grid;\n    gap: 12px;\n  }\n\n  .vf-material-item {\n    padding: 18px;\n    border: 1px solid var(--vf-border);\n    border-radius: 6px;\n    background: var(--vf-white);\n  }\n\n  .vf-material-item strong {\n    display: block;\n    margin-bottom: 4px;\n    color: var(--vf-black);\n  }\n\n  .vf-material-item span {\n    color: var(--vf-grey);\n    font-size: 14px;\n  }\n\n  \/* POCKETS *\/\n\n  .vf-pocket-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 16px;\n  }\n\n  .vf-pocket {\n    position: relative;\n    overflow: hidden;\n    min-height: 245px;\n    padding: 24px 21px;\n    border: 1px solid var(--vf-border);\n    border-radius: var(--vf-radius);\n    background: var(--vf-white);\n  }\n\n  .vf-pocket::after {\n    content: \"\";\n    position: absolute;\n    right: -38px;\n    bottom: -38px;\n    width: 120px;\n    height: 120px;\n    border: 22px solid rgba(214, 40, 49, 0.06);\n    border-radius: 50%;\n  }\n\n  .vf-pocket-number {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 42px;\n    height: 42px;\n    margin-bottom: 16px;\n    border-radius: 50%;\n    background: var(--vf-black);\n    color: var(--vf-white);\n    font-size: 13px;\n    font-weight: 900;\n  }\n\n  .vf-pocket h3,\n  .vf-pocket p {\n    position: relative;\n    z-index: 2;\n  }\n\n  .vf-pocket p {\n    margin-bottom: 0;\n    color: var(--vf-grey);\n    font-size: 14px;\n  }\n\n  \/* UNIFORM FEATURES *\/\n\n  .vf-uniform {\n    padding: 42px;\n    border-radius: var(--vf-radius);\n    background: var(--vf-black);\n    color: var(--vf-white);\n  }\n\n  .vf-uniform h2,\n  .vf-uniform h3 {\n    color: var(--vf-white);\n  }\n\n  .vf-uniform \u003e p {\n    max-width: 900px;\n    color: #dce1df;\n  }\n\n  .vf-uniform-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 14px;\n    margin-top: 25px;\n  }\n\n  .vf-uniform-card {\n    padding: 21px;\n    border: 1px solid rgba(255, 255, 255, 0.14);\n    border-radius: 5px;\n    background: rgba(255, 255, 255, 0.045);\n  }\n\n  .vf-uniform-card strong {\n    display: block;\n    margin-bottom: 5px;\n    color: var(--vf-white);\n  }\n\n  .vf-uniform-card span {\n    color: #d1d6d3;\n    font-size: 13px;\n  }\n\n  \/* TWO COLUMN *\/\n\n  .vf-two-column {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 18px;\n  }\n\n  .vf-column-card {\n    padding: 31px;\n    border: 1px solid var(--vf-border);\n    border-radius: var(--vf-radius);\n    background: var(--vf-light);\n  }\n\n  .vf-column-card h3 {\n    padding-bottom: 10px;\n    border-bottom: 3px solid var(--vf-red);\n    font-size: 25px;\n  }\n\n  .vf-checks {\n    display: grid;\n    gap: 10px;\n    padding: 0 !important;\n    margin: 20px 0 0;\n    list-style: none;\n  }\n\n  .vf-checks-two {\n    grid-template-columns: 1fr 1fr;\n    gap: 11px 32px;\n  }\n\n  .vf-checks li {\n    position: relative;\n    padding-left: 29px;\n    margin: 0;\n  }\n\n  .vf-checks li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 0;\n    left: 0;\n    color: var(--vf-red);\n    font-size: 18px;\n    font-weight: 900;\n  }\n\n  \/* PROFESSIONAL USE *\/\n\n  .vf-use-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 16px;\n  }\n\n  .vf-use {\n    min-height: 225px;\n    padding: 24px 21px;\n    border: 1px solid var(--vf-border);\n    border-radius: var(--vf-radius);\n    background: var(--vf-white);\n  }\n\n  .vf-use-label {\n    display: inline-block;\n    padding: 5px 9px;\n    margin-bottom: 15px;\n    border-radius: 3px;\n    background: var(--vf-black);\n    color: var(--vf-white);\n    font-size: 11px;\n    font-weight: 900;\n    letter-spacing: 0.06em;\n  }\n\n  .vf-use p {\n    margin-bottom: 0;\n    color: var(--vf-grey);\n    font-size: 14px;\n  }\n\n  \/* SIZE GUIDE *\/\n\n  .vf-size-guide {\n    padding: 38px;\n    border: 1px solid var(--vf-border);\n    border-left: 7px solid var(--vf-red);\n    border-radius: var(--vf-radius);\n    background: #faf8f5;\n  }\n\n  .vf-size-intro {\n    display: grid;\n    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);\n    gap: 30px;\n    align-items: start;\n    margin-bottom: 28px;\n  }\n\n  .vf-measure-box {\n    padding: 24px;\n    border: 1px solid var(--vf-border);\n    border-radius: 6px;\n    background: var(--vf-white);\n  }\n\n  .vf-measure-box strong {\n    display: block;\n    margin-bottom: 8px;\n    color: var(--vf-black);\n    font-size: 20px;\n  }\n\n  .vf-measure-box p {\n    margin-bottom: 0;\n    color: var(--vf-grey);\n    font-size: 14px;\n  }\n\n  .vf-table-wrap {\n    overflow-x: auto;\n    border-radius: 6px;\n  }\n\n  .vf-size-table {\n    width: 100%;\n    min-width: 940px;\n    border-collapse: collapse;\n    border: 1px solid var(--vf-border);\n  }\n\n  .vf-size-table th,\n  .vf-size-table td {\n    padding: 14px 12px;\n    border-right: 1px solid var(--vf-border);\n    border-bottom: 1px solid var(--vf-border);\n    text-align: center;\n    vertical-align: middle;\n  }\n\n  .vf-size-table th {\n    background: var(--vf-black);\n    color: var(--vf-white);\n    font-size: 13px;\n  }\n\n  .vf-size-table th:first-child,\n  .vf-size-table td:first-child {\n    position: sticky;\n    left: 0;\n    z-index: 2;\n    min-width: 175px;\n    text-align: left;\n  }\n\n  .vf-size-table td:first-child {\n    background: var(--vf-light);\n    color: var(--vf-black);\n    font-weight: 800;\n  }\n\n  .vf-size-table tbody tr:nth-child(even) td:not(:first-child) {\n    background: var(--vf-light);\n  }\n\n  .vf-size-note {\n    padding: 17px;\n    margin-top: 20px;\n    border-radius: 5px;\n    background: #fff0f1;\n    color: #654044;\n    font-size: 14px;\n  }\n\n  \/* SPEC TABLE *\/\n\n  .vf-table {\n    width: 100%;\n    border-collapse: collapse;\n    border: 1px solid var(--vf-border);\n  }\n\n  .vf-table th,\n  .vf-table td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--vf-border);\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .vf-table th {\n    width: 34%;\n    background: var(--vf-light);\n    color: var(--vf-black);\n    font-weight: 800;\n  }\n\n  .vf-table tr:last-child th,\n  .vf-table tr:last-child td {\n    border-bottom: 0;\n  }\n\n  \/* NOTICE *\/\n\n  .vf-notice {\n    padding: 24px;\n    border: 1px solid #d8c6c8;\n    border-left: 6px solid var(--vf-red);\n    border-radius: 5px;\n    background: #fff5f5;\n  }\n\n  .vf-notice strong {\n    display: block;\n    margin-bottom: 6px;\n    color: var(--vf-red-dark);\n    font-size: 18px;\n  }\n\n  .vf-notice p {\n    margin-bottom: 0;\n    color: #665154;\n    font-size: 14px;\n  }\n\n  \/* FAIR D *\/\n\n  .vf-faird {\n    position: relative;\n    overflow: hidden;\n    padding: 47px;\n    border-radius: var(--vf-radius);\n    background:\n      linear-gradient(\n        120deg,\n        var(--vf-black) 0%,\n        #252a2c 100%\n      );\n    color: var(--vf-white);\n  }\n\n  .vf-faird::after {\n    content: \"FAIR D\";\n    position: absolute;\n    right: -18px;\n    bottom: -22px;\n    color: rgba(255, 255, 255, 0.04);\n    font-size: clamp(100px, 18vw, 210px);\n    font-weight: 900;\n    letter-spacing: -0.08em;\n    line-height: 0.8;\n  }\n\n  .vf-faird-content {\n    position: relative;\n    z-index: 2;\n  }\n\n  .vf-faird h2,\n  .vf-faird h3 {\n    color: var(--vf-white);\n  }\n\n  .vf-faird-intro {\n    max-width: 890px;\n    color: #dce1df;\n    font-size: 17px;\n  }\n\n  .vf-service-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 14px;\n    margin: 27px 0;\n  }\n\n  .vf-service {\n    padding: 20px;\n    border: 1px solid rgba(255, 255, 255, 0.14);\n    border-radius: 5px;\n    background: rgba(255, 255, 255, 0.045);\n  }\n\n  .vf-service strong {\n    display: block;\n    margin-bottom: 5px;\n    color: var(--vf-white);\n  }\n\n  .vf-service span {\n    color: #d1d6d3;\n    font-size: 13px;\n  }\n\n  \/* FINAL *\/\n\n  .vf-final {\n    padding: 43px;\n    border-radius: var(--vf-radius);\n    background: var(--vf-olive);\n    color: var(--vf-white);\n    text-align: center;\n  }\n\n  .vf-final h2 {\n    color: var(--vf-white);\n  }\n\n  .vf-final p {\n    max-width: 850px;\n    margin: 0 auto 24px;\n    color: #f1f4ef;\n    font-size: 17px;\n  }\n\n  .vf-final .vf-buttons {\n    justify-content: center;\n  }\n\n  \/* RESPONSIVE *\/\n\n  @media (max-width: 1060px) {\n    .vf-benefits,\n    .vf-uniform-grid,\n    .vf-service-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .vf-quick {\n      grid-template-columns: repeat(3, 1fr);\n    }\n\n    .vf-operational,\n    .vf-material,\n    .vf-size-intro {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 820px) {\n    .vf-pocket-grid,\n    .vf-use-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .vf-two-column {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 620px) {\n    .vf-hero,\n    .vf-operational,\n    .vf-material,\n    .vf-uniform,\n    .vf-size-guide,\n    .vf-faird,\n    .vf-final {\n      padding: 30px 21px;\n    }\n\n    .vf-benefits,\n    .vf-quick,\n    .vf-pocket-grid,\n    .vf-use-grid,\n    .vf-uniform-grid,\n    .vf-service-grid,\n    .vf-checks-two {\n      grid-template-columns: 1fr;\n    }\n\n    .vf-quick-item {\n      border-right: 0;\n      border-bottom: 1px solid var(--vf-border);\n    }\n\n    .vf-button {\n      width: 100%;\n    }\n\n    .vf-buttons {\n      display: grid;\n      grid-template-columns: 1fr;\n    }\n\n    .vf-table,\n    .vf-table tbody,\n    .vf-table tr,\n    .vf-table th,\n    .vf-table td {\n      display: block;\n      width: 100%;\n    }\n\n    .vf-table th {\n      padding-bottom: 7px;\n      border-bottom: 0;\n    }\n\n    .vf-table td {\n      padding-top: 7px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"fd-vanguard-field\"\u003e\n\n  \u003cheader class=\"vf-hero\"\u003e\n    \u003cdiv class=\"vf-hero-content\"\u003e\n      \u003cspan class=\"vf-eyebrow\"\u003e\n        Professional Military Field Uniform\n      \u003c\/span\u003e\n\n      \u003ch1\u003eDirect Action Vanguard Field Shirt\u003c\/h1\u003e\n\n      \u003cp class=\"vf-hero-lead\"\u003e\n        A durable and highly functional field uniform shirt developed for\n        military, law-enforcement and tactical professionals. The Vanguard\n        Field Shirt combines lightweight\n        \u003cstrong\u003eNyCo Ripstop construction\u003c\/strong\u003e, six equipment pockets,\n        underarm ventilation, adjustable cuffs and reinforced elbow areas in a\n        practical design suited to extended field operations.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"vf-buttons\"\u003e\n        \u003ca class=\"vf-button vf-button-primary\" href=\"\/fr\/pages\/sb-request-quote\"\u003e\n          Request a Government Quote\n        \u003c\/a\u003e\n\n        \u003ca class=\"vf-button vf-button-outline\" href=\"mailto:gov@fairdcanada.com?subject=Direct%20Action%20Vanguard%20Field%20Shirt%20Quote\"\u003e\n          Military and Police Sales\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/header\u003e\n\n  \u003csection class=\"vf-quick\"\u003e\n    \u003cdiv class=\"vf-quick-item\"\u003e\n      \u003cspan class=\"vf-quick-value\"\u003eNYCO\u003c\/span\u003e\n      \u003cstrong\u003eRipstop Fabric\u003c\/strong\u003e\n      \u003cspan\u003e50% nylon and 50% cotton\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"vf-quick-item\"\u003e\n      \u003cspan class=\"vf-quick-value\"\u003e6\u003c\/span\u003e\n      \u003cstrong\u003eEquipment Pockets\u003c\/strong\u003e\n      \u003cspan\u003eChest and shoulder storage\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"vf-quick-item\"\u003e\n      \u003cspan class=\"vf-quick-value\"\u003eYKK®\u003c\/span\u003e\n      \u003cstrong\u003eZipper System\u003c\/strong\u003e\n      \u003cspan\u003eProfessional closure hardware\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"vf-quick-item\"\u003e\n      \u003cspan class=\"vf-quick-value\"\u003eAIRFLOW\u003c\/span\u003e\n      \u003cstrong\u003eUnderarm Ventilation\u003c\/strong\u003e\n      \u003cspan\u003eMesh ventilation panels\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"vf-quick-item\"\u003e\n      \u003cspan class=\"vf-quick-value\"\u003eXS–3XL\u003c\/span\u003e\n      \u003cstrong\u003eProfessional Sizing\u003c\/strong\u003e\n      \u003cspan\u003eFull operational size range\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"vf-section\"\u003e\n    \u003cdiv class=\"vf-heading\"\u003e\n      \u003ch2\u003eA Modern Field Shirt for Demanding Operations\u003c\/h2\u003e\n\n      \u003cp\u003e\n        The Vanguard Field Shirt combines the durability of a traditional\n        uniform blouse with a more ergonomic pocket layout, improved\n        ventilation and compatibility with modern protective equipment.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"vf-benefits\"\u003e\n      \u003carticle class=\"vf-benefit\"\u003e\n        \u003ch3\u003eDurable NyCo Ripstop\u003c\/h3\u003e\n\n        \u003cp\u003e\n          The nylon-and-cotton blend provides a practical balance of abrasion\n          resistance, breathability and field comfort.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"vf-benefit\"\u003e\n        \u003ch3\u003eSix Functional Pockets\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Four chest pockets and two shoulder pockets provide organized\n          storage for documents, navigation tools and operational accessories.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"vf-benefit\"\u003e\n        \u003ch3\u003eVentilated Construction\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Mesh panels positioned beneath the arms improve airflow during\n          movement, training and extended wear.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"vf-benefit\"\u003e\n        \u003ch3\u003eProtective Insert Ready\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Reinforced elbow zones incorporate internal pockets for compatible\n          protective pad inserts.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"vf-section\"\u003e\n    \u003cdiv class=\"vf-operational\"\u003e\n      \u003cdiv\u003e\n        \u003ch2\u003eDesigned Around the Professional User\u003c\/h2\u003e\n\n        \u003cp\u003e\n          Military and police personnel require a uniform shirt that supports\n          movement, equipment access and extended wear without unnecessary\n          bulk.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          The Vanguard Field Shirt uses a full front zipper protected by a\n          storm flap. The raised collar can be closed around the neck to reduce\n          exposure to wind, equipment straps and abrasion.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Adjustable cuffs allow the sleeves to be fitted around the wrist,\n          gloves or equipment. Shoulder identification panels support flags,\n          unit insignia, name markings and compatible IR identifiers.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"vf-operational-list\"\u003e\n        \u003cdiv class=\"vf-operational-item\"\u003e\n          \u003cstrong\u003eFull Front Zipper\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Provides faster donning and removal than a traditional\n            button-front field blouse.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"vf-operational-item\"\u003e\n          \u003cstrong\u003eProtective Storm Flap\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Covers the main zipper to reduce direct exposure to wind, dirt and\n            field debris.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"vf-operational-item\"\u003e\n          \u003cstrong\u003eStand-Up Collar\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Can be raised and closed to provide additional protection around\n            the neck.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"vf-operational-item\"\u003e\n          \u003cstrong\u003eAdjustable Cuffs\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Hook-and-loop closures allow the wrist opening to be adjusted\n            around gloves and operational equipment.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"vf-operational-item\"\u003e\n          \u003cstrong\u003eIdentification Panels\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Shoulder loop fields support compatible patches, unit markings and\n            identification systems.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"vf-section\"\u003e\n    \u003cdiv class=\"vf-material\"\u003e\n      \u003cdiv\u003e\n        \u003ch2\u003eNyCo Ripstop Construction\u003c\/h2\u003e\n\n        \u003cp\u003e\n          The main fabric combines nylon and cotton in a reinforced Ripstop\n          weave. Nylon contributes abrasion and tear resistance, while cotton\n          improves breathability and comfort against the body.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Ripstop reinforcement threads help limit the propagation of small\n          cuts and tears, making the fabric suitable for field operations,\n          training, patrol work and demanding outdoor use.\n        \u003c\/p\u003e\n\n        \u003cul class=\"vf-checks vf-checks-two\"\u003e\n          \u003cli\u003e50% nylon\u003c\/li\u003e\n          \u003cli\u003e50% cotton\u003c\/li\u003e\n          \u003cli\u003eRipstop reinforcement weave\u003c\/li\u003e\n          \u003cli\u003eAbrasion-resistant construction\u003c\/li\u003e\n          \u003cli\u003eBreathable uniform fabric\u003c\/li\u003e\n          \u003cli\u003eFaster drying than all-cotton fabric\u003c\/li\u003e\n          \u003cli\u003eSuitable for extended field wear\u003c\/li\u003e\n          \u003cli\u003eDesigned for professional uniforms\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"vf-material-panel\"\u003e\n        \u003cdiv class=\"vf-material-item\"\u003e\n          \u003cstrong\u003eDurability\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Nylon fibres and the Ripstop weave improve resistance to abrasion,\n            tearing and repeated operational use.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"vf-material-item\"\u003e\n          \u003cstrong\u003eComfort\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            The cotton component improves breathability and makes the material\n            more comfortable during extended wear.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"vf-material-item\"\u003e\n          \u003cstrong\u003eField Performance\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            The balanced fabric construction supports use in training, patrol,\n            range and deployment environments.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"vf-section\"\u003e\n    \u003cdiv class=\"vf-heading\"\u003e\n      \u003ch2\u003eSix-Pocket Equipment Layout\u003c\/h2\u003e\n\n      \u003cp\u003e\n        The pocket arrangement separates frequently used equipment while\n        retaining access when the shirt is worn with a belt, chest rig or\n        selected protective equipment.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"vf-pocket-grid\"\u003e\n      \u003carticle class=\"vf-pocket\"\u003e\n        \u003cdiv class=\"vf-pocket-number\"\u003e01\u003c\/div\u003e\n\n        \u003ch3\u003eTwo Zippered Chest Pockets\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Side-access chest pockets provide secured storage for documents,\n          notebooks, navigation equipment and other flat accessories.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"vf-pocket\"\u003e\n        \u003cdiv class=\"vf-pocket-number\"\u003e02\u003c\/div\u003e\n\n        \u003ch3\u003eTwo Hook-and-Loop Chest Pockets\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Additional chest compartments provide quick-access storage for\n          smaller mission items and administrative equipment.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"vf-pocket\"\u003e\n        \u003cdiv class=\"vf-pocket-number\"\u003e03\u003c\/div\u003e\n\n        \u003ch3\u003eTwo Zippered Shoulder Pockets\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Upper-arm pockets remain accessible when the front of the torso is\n          occupied by load-bearing or protective equipment.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"vf-pocket\"\u003e\n        \u003cdiv class=\"vf-pocket-number\"\u003e04\u003c\/div\u003e\n\n        \u003ch3\u003eInternal Equipment Retention\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Internal loops help separate and retain smaller accessories inside\n          the chest compartments.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"vf-pocket\"\u003e\n        \u003cdiv class=\"vf-pocket-number\"\u003e05\u003c\/div\u003e\n\n        \u003ch3\u003eIdentification Fields\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Loop panels positioned on the shoulder pockets support flags, unit\n          insignia, name tapes and compatible IR markings.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"vf-pocket\"\u003e\n        \u003cdiv class=\"vf-pocket-number\"\u003e06\u003c\/div\u003e\n\n        \u003ch3\u003eEquipment-Oriented Placement\u003c\/h3\u003e\n\n        \u003cp\u003e\n          The distributed pocket layout helps prevent all small equipment from\n          accumulating in a single large compartment.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"vf-section\"\u003e\n    \u003cdiv class=\"vf-uniform\"\u003e\n      \u003ch2\u003eVentilation, Protection and Adjustment\u003c\/h2\u003e\n\n      \u003cp\u003e\n        The shirt integrates ventilation and adjustment features in areas\n        where conventional field uniforms may restrict airflow or movement.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"vf-uniform-grid\"\u003e\n        \u003cdiv class=\"vf-uniform-card\"\u003e\n          \u003cstrong\u003eUnderarm Mesh Panels\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Improve airflow in a high-heat area during physical activity and\n            prolonged equipment wear.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"vf-uniform-card\"\u003e\n          \u003cstrong\u003eReinforced Elbows\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Provide additional durability in a high-contact area exposed\n            during kneeling, prone movement and field work.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"vf-uniform-card\"\u003e\n          \u003cstrong\u003eProtective Pad Pockets\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Accept compatible low-profile inserts for additional elbow\n            cushioning and protection.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"vf-uniform-card\"\u003e\n          \u003cstrong\u003eHook-and-Loop Cuffs\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Allow the sleeve opening to be adjusted to the operator’s wrist,\n            gloves and equipment.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"vf-uniform-card\"\u003e\n          \u003cstrong\u003eRaised Collar\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Helps protect the neck from wind, vegetation, straps and equipment\n            contact.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"vf-uniform-card\"\u003e\n          \u003cstrong\u003eYKK® Zippers\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Used for the principal closure and secured equipment pockets.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"vf-uniform-card\"\u003e\n          \u003cstrong\u003ePlate-Carrier Compatible Profile\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Maintains a practical uniform profile beneath or around modern\n            load-bearing equipment.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"vf-uniform-card\"\u003e\n          \u003cstrong\u003eProfessional Appearance\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Suitable for military, police, security, training and field-service\n            uniform programs.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"vf-section\"\u003e\n    \u003cdiv class=\"vf-heading\"\u003e\n      \u003ch2\u003eField Shirt or Combat Shirt?\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"vf-two-column\"\u003e\n      \u003carticle class=\"vf-column-card\"\u003e\n        \u003ch3\u003eVanguard Field Shirt\u003c\/h3\u003e\n\n        \u003cp\u003e\n          The Field Shirt uses NyCo Ripstop across the main garment and\n          provides a traditional uniform appearance with extensive chest and\n          shoulder storage.\n        \u003c\/p\u003e\n\n        \u003cul class=\"vf-checks\"\u003e\n          \u003cli\u003eUniform-style full shirt construction\u003c\/li\u003e\n          \u003cli\u003eNyCo Ripstop main body\u003c\/li\u003e\n          \u003cli\u003eFour chest pockets\u003c\/li\u003e\n          \u003cli\u003eTwo shoulder pockets\u003c\/li\u003e\n          \u003cli\u003eUnderarm ventilation panels\u003c\/li\u003e\n          \u003cli\u003eSuitable as a standalone field blouse\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"vf-column-card\"\u003e\n        \u003ch3\u003eVanguard Combat Shirt\u003c\/h3\u003e\n\n        \u003cp\u003e\n          A combat shirt typically uses a softer, moisture-managing torso\n          designed primarily for prolonged wear directly beneath a plate\n          carrier.\n        \u003c\/p\u003e\n\n        \u003cul class=\"vf-checks\"\u003e\n          \u003cli\u003eLow-bulk torso beneath armour\u003c\/li\u003e\n          \u003cli\u003eFewer chest storage areas\u003c\/li\u003e\n          \u003cli\u003eMoisture-management focus\u003c\/li\u003e\n          \u003cli\u003eDurable uniform sleeves\u003c\/li\u003e\n          \u003cli\u003eShoulder equipment pockets\u003c\/li\u003e\n          \u003cli\u003eOptimized for dedicated armour wear\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"vf-section\"\u003e\n    \u003cdiv class=\"vf-heading\"\u003e\n      \u003ch2\u003eProfessional Applications\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"vf-use-grid\"\u003e\n      \u003carticle class=\"vf-use\"\u003e\n        \u003cspan class=\"vf-use-label\"\u003eMILITARY\u003c\/span\u003e\n\n        \u003ch3\u003eField and Deployment Uniform\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Designed for training, deployment, range activity, patrol and general\n          military field duties.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"vf-use\"\u003e\n        \u003cspan class=\"vf-use-label\"\u003eLAW ENFORCEMENT\u003c\/span\u003e\n\n        \u003ch3\u003eTactical and Specialized Units\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Suitable for tactical teams, firearms units, search teams and\n          specialized police operations.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"vf-use\"\u003e\n        \u003cspan class=\"vf-use-label\"\u003eTRAINING\u003c\/span\u003e\n\n        \u003ch3\u003eRange and Qualification Use\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Provides organized storage, ventilation and reinforced construction\n          for demanding training environments.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"vf-use\"\u003e\n        \u003cspan class=\"vf-use-label\"\u003eSECURITY\u003c\/span\u003e\n\n        \u003ch3\u003eProfessional Security Personnel\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Suitable for authorized security, protective-service and\n          infrastructure-support applications.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"vf-use\"\u003e\n        \u003cspan class=\"vf-use-label\"\u003eFIELD SERVICE\u003c\/span\u003e\n\n        \u003ch3\u003eTechnical and Operational Teams\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Practical for communications technicians, drone teams, instructors\n          and personnel working in remote environments.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"vf-use\"\u003e\n        \u003cspan class=\"vf-use-label\"\u003eOUTDOOR\u003c\/span\u003e\n\n        \u003ch3\u003eDemanding Outdoor Operations\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Appropriate for professional users requiring durable clothing,\n          equipment storage and unrestricted movement outdoors.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"vf-section\"\u003e\n    \u003cdiv class=\"vf-size-guide\"\u003e\n      \u003cdiv class=\"vf-size-intro\"\u003e\n        \u003cdiv\u003e\n          \u003ch2\u003eSize Chart — Body Measurements\u003c\/h2\u003e\n\n          \u003cp\u003e\n            Use the chart below to select the appropriate size according to\n            your body measurements. Measure while wearing a light base layer\n            and keep the measuring tape level without pulling it excessively\n            tight.\n          \u003c\/p\u003e\n\n          \u003cp\u003e\n            For additional layering or a less fitted uniform profile, select\n            the larger size when your measurement is close to the upper limit\n            of a size range.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003caside class=\"vf-measure-box\"\u003e\n          \u003cstrong\u003eHow to Measure\u003c\/strong\u003e\n\n          \u003cp\u003e\n            \u003cb\u003eChest:\u003c\/b\u003e Measure around the fullest part of the chest, beneath\n            the arms.\n          \u003c\/p\u003e\n\n          \u003cp\u003e\n            \u003cb\u003eWaist:\u003c\/b\u003e Measure around the natural waistline without pulling\n            the tape tight.\n          \u003c\/p\u003e\n\n          \u003cp\u003e\n            \u003cb\u003eHips:\u003c\/b\u003e Measure around the fullest part of the hips while\n            standing naturally.\n          \u003c\/p\u003e\n        \u003c\/aside\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"vf-table-wrap\"\u003e\n        \u003ctable class=\"vf-size-table\"\u003e\n          \u003cthead\u003e\n            \u003ctr\u003e\n              \u003cth\u003eBody Measurement\u003c\/th\u003e\n              \u003cth\u003eXS\u003c\/th\u003e\n              \u003cth\u003eS\u003c\/th\u003e\n              \u003cth\u003eM\u003c\/th\u003e\n              \u003cth\u003eL\u003c\/th\u003e\n              \u003cth\u003eXL\u003c\/th\u003e\n              \u003cth\u003e2XL\u003c\/th\u003e\n              \u003cth\u003e3XL\u003c\/th\u003e\n            \u003c\/tr\u003e\n          \u003c\/thead\u003e\n\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eChest\u003c\/td\u003e\n              \u003ctd\u003e87–92 cm\u003cbr\u003e34–36 in\u003c\/td\u003e\n              \u003ctd\u003e93–98 cm\u003cbr\u003e37–39 in\u003c\/td\u003e\n              \u003ctd\u003e99–104 cm\u003cbr\u003e39–41 in\u003c\/td\u003e\n              \u003ctd\u003e105–110 cm\u003cbr\u003e41–43 in\u003c\/td\u003e\n              \u003ctd\u003e111–116 cm\u003cbr\u003e44–46 in\u003c\/td\u003e\n              \u003ctd\u003e117–122 cm\u003cbr\u003e46–48 in\u003c\/td\u003e\n              \u003ctd\u003e123–128 cm\u003cbr\u003e48–50 in\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eWaist\u003c\/td\u003e\n              \u003ctd\u003e71–76 cm\u003cbr\u003e28–30 in\u003c\/td\u003e\n              \u003ctd\u003e77–82 cm\u003cbr\u003e30–32 in\u003c\/td\u003e\n              \u003ctd\u003e83–88 cm\u003cbr\u003e33–35 in\u003c\/td\u003e\n              \u003ctd\u003e89–94 cm\u003cbr\u003e35–37 in\u003c\/td\u003e\n              \u003ctd\u003e95–100 cm\u003cbr\u003e37–39 in\u003c\/td\u003e\n              \u003ctd\u003e101–106 cm\u003cbr\u003e40–42 in\u003c\/td\u003e\n              \u003ctd\u003e107–112 cm\u003cbr\u003e42–44 in\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eHips\u003c\/td\u003e\n              \u003ctd\u003e85–90 cm\u003cbr\u003e33–35 in\u003c\/td\u003e\n              \u003ctd\u003e91–96 cm\u003cbr\u003e36–38 in\u003c\/td\u003e\n              \u003ctd\u003e97–102 cm\u003cbr\u003e38–40 in\u003c\/td\u003e\n              \u003ctd\u003e103–108 cm\u003cbr\u003e41–43 in\u003c\/td\u003e\n              \u003ctd\u003e109–114 cm\u003cbr\u003e43–45 in\u003c\/td\u003e\n              \u003ctd\u003e115–120 cm\u003cbr\u003e45–47 in\u003c\/td\u003e\n              \u003ctd\u003e121–126 cm\u003cbr\u003e48–50 in\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"vf-size-note\"\u003e\n        The chart represents body measurements, not the external dimensions of\n        the garment. Individual fit may vary according to body shape, base\n        layers and personal preference.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"vf-section\"\u003e\n    \u003cdiv class=\"vf-heading\"\u003e\n      \u003ch2\u003eKey Features\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cul class=\"vf-checks vf-checks-two\"\u003e\n      \u003cli\u003eProfessional military field uniform shirt\u003c\/li\u003e\n      \u003cli\u003eLightweight NyCo Ripstop construction\u003c\/li\u003e\n      \u003cli\u003e50% nylon and 50% cotton composition\u003c\/li\u003e\n      \u003cli\u003eReinforced Ripstop weave\u003c\/li\u003e\n      \u003cli\u003eFull front YKK® zipper\u003c\/li\u003e\n      \u003cli\u003eProtective front zipper flap\u003c\/li\u003e\n      \u003cli\u003eSix practical equipment pockets\u003c\/li\u003e\n      \u003cli\u003eTwo zippered chest pockets\u003c\/li\u003e\n      \u003cli\u003eTwo hook-and-loop chest pockets\u003c\/li\u003e\n      \u003cli\u003eTwo zippered shoulder pockets\u003c\/li\u003e\n      \u003cli\u003eInternal accessory-retention loops\u003c\/li\u003e\n      \u003cli\u003eUnderarm mesh ventilation panels\u003c\/li\u003e\n      \u003cli\u003eStand-up protective collar\u003c\/li\u003e\n      \u003cli\u003eHook-and-loop adjustable cuffs\u003c\/li\u003e\n      \u003cli\u003eReinforced elbow areas\u003c\/li\u003e\n      \u003cli\u003ePockets for compatible protective elbow inserts\u003c\/li\u003e\n      \u003cli\u003eShoulder loop panels for identification\u003c\/li\u003e\n      \u003cli\u003eCompatible with flags, unit and IR patches\u003c\/li\u003e\n      \u003cli\u003eSuitable for military and police use\u003c\/li\u003e\n      \u003cli\u003eSuitable for field, range and training use\u003c\/li\u003e\n      \u003cli\u003eAvailable in sizes XS through 3XL\u003c\/li\u003e\n      \u003cli\u003eAvailable colours vary by configuration\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"vf-section\"\u003e\n    \u003cdiv class=\"vf-heading\"\u003e\n      \u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003ctable class=\"vf-table\"\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eProduct\u003c\/th\u003e\n          \u003ctd\u003eDirect Action Vanguard Field Shirt\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eBrand\u003c\/th\u003e\n          \u003ctd\u003eDirect Action\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eSKU Family\u003c\/th\u003e\n          \u003ctd\u003eSH-VGFL-NCR\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n          \u003ctd\u003eProfessional military and law-enforcement field uniform shirt\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eMain Material\u003c\/th\u003e\n          \u003ctd\u003eNyCo Ripstop\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eMaterial Composition\u003c\/th\u003e\n          \u003ctd\u003e50% nylon \/ 50% cotton\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eMain Closure\u003c\/th\u003e\n          \u003ctd\u003eFull front YKK® zipper with protective storm flap\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eNumber of Pockets\u003c\/th\u003e\n          \u003ctd\u003eSix\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eChest Pockets\u003c\/th\u003e\n          \u003ctd\u003e\n            Two zippered side-access pockets and two hook-and-loop pockets\n          \u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eShoulder Pockets\u003c\/th\u003e\n          \u003ctd\u003eTwo zippered upper-arm pockets\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eVentilation\u003c\/th\u003e\n          \u003ctd\u003eMesh ventilation panels beneath the arms\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eCollar\u003c\/th\u003e\n          \u003ctd\u003eStand-up collar with closable front\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eCuff Adjustment\u003c\/th\u003e\n          \u003ctd\u003eHook-and-loop adjustable cuffs\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eElbows\u003c\/th\u003e\n          \u003ctd\u003e\n            Reinforced elbow zones with pockets for compatible protective\n            inserts\n          \u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eIdentification\u003c\/th\u003e\n          \u003ctd\u003eLoop panels on the shoulder pockets\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eAvailable Sizes\u003c\/th\u003e\n          \u003ctd\u003eXS, S, M, L, XL, 2XL and 3XL\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eAvailable Colours\u003c\/th\u003e\n          \u003ctd\u003eVaries according to the selected product configuration\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eWaterproof\u003c\/th\u003e\n          \u003ctd\u003eNo\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eHood\u003c\/th\u003e\n          \u003ctd\u003eNo\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eProtective Inserts Included\u003c\/th\u003e\n          \u003ctd\u003eNo; compatible inserts are sold separately\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eCare\u003c\/th\u003e\n          \u003ctd\u003eFollow the care label attached to the garment\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"vf-section\"\u003e\n    \u003cdiv class=\"vf-notice\"\u003e\n      \u003cstrong\u003eFit, Colour and Equipment Notice\u003c\/strong\u003e\n\n      \u003cp\u003e\n        Protective elbow inserts, patches, identification markings,\n        load-bearing equipment, plate carriers, gloves and other accessories\n        are not included unless specifically identified in the selected\n        product configuration. Colour appearance may vary according to\n        production batch, fabric, camouflage pattern and display settings.\n        Confirm the size and colour before ordering.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"vf-section\"\u003e\n    \u003cdiv class=\"vf-faird\"\u003e\n      \u003cdiv class=\"vf-faird-content\"\u003e\n        \u003cspan class=\"vf-eyebrow\"\u003e\n          Available Through Fair D Canada\n        \u003c\/span\u003e\n\n        \u003ch2\u003eMilitary, Police and Government Procurement Support\u003c\/h2\u003e\n\n        \u003cp class=\"vf-faird-intro\"\u003e\n          Fair D Canada supports Canadian Armed Forces units,\n          law-enforcement agencies, emergency services, security organizations\n          and professional customers requiring individual Vanguard Field\n          Shirts, complete size runs or uniform-program quantities.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"vf-service-grid\"\u003e\n          \u003cdiv class=\"vf-service\"\u003e\n            \u003cstrong\u003eRapid Quotations\u003c\/strong\u003e\n\n            \u003cspan\u003e\n              Fast review of colour, sizing, quantity and delivery\n              requirements.\n            \u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"vf-service\"\u003e\n            \u003cstrong\u003eGovernment Procurement\u003c\/strong\u003e\n\n            \u003cspan\u003e\n              Support for RFQs, tenders, purchase orders and agency programs.\n            \u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"vf-service\"\u003e\n            \u003cstrong\u003eSize-Run Support\u003c\/strong\u003e\n\n            \u003cspan\u003e\n              Assistance planning multiple sizes for teams, units and\n              departments.\n            \u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"vf-service\"\u003e\n            \u003cstrong\u003eVolume Requirements\u003c\/strong\u003e\n\n            \u003cspan\u003e\n              Multi-unit orders for bases, police services and training\n              programs.\n            \u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"vf-service\"\u003e\n            \u003cstrong\u003eProduct Selection\u003c\/strong\u003e\n\n            \u003cspan\u003e\n              Assistance comparing field shirts, combat shirts and uniform\n              systems.\n            \u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"vf-service\"\u003e\n            \u003cstrong\u003eDirect Action Products\u003c\/strong\u003e\n\n            \u003cspan\u003e\n              Access to compatible uniforms, protective inserts and tactical\n              equipment.\n            \u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"vf-service\"\u003e\n            \u003cstrong\u003eCanada-Wide Support\u003c\/strong\u003e\n\n            \u003cspan\u003e\n              Professional distribution and sales service throughout Canada.\n            \u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"vf-service\"\u003e\n            \u003cstrong\u003eBilingual Service\u003c\/strong\u003e\n\n            \u003cspan\u003e\n              Professional assistance available in English and French.\n            \u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"vf-buttons\"\u003e\n          \u003ca class=\"vf-button vf-button-primary\" href=\"\/fr\/pages\/sb-request-quote\"\u003e\n            Submit a Quote Request\n          \u003c\/a\u003e\n\n          \u003ca class=\"vf-button vf-button-outline\" href=\"mailto:gov@fairdcanada.com?subject=Direct%20Action%20Vanguard%20Field%20Shirt%20Quote\"\u003e\n            Military and Police Sales\n          \u003c\/a\u003e\n\n          \u003ca class=\"vf-button vf-button-outline\" href=\"\/fr\/search?q=Direct%20Action\u0026amp;type=product\"\u003e\n            Shop Direct Action\n          \u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003cfooter class=\"vf-final\"\u003e\n    \u003ch2\u003eDurable Field-Uniform Performance Without Unnecessary Bulk\u003c\/h2\u003e\n\n    \u003cp\u003e\n      With six equipment pockets, ventilated underarms, reinforced elbows,\n      adjustable cuffs and durable NyCo Ripstop construction, the Direct Action\n      Vanguard Field Shirt provides a modern uniform platform for military,\n      police and professional field users.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"vf-buttons\"\u003e\n      \u003ca class=\"vf-button vf-button-dark\" href=\"\/fr\/pages\/sb-request-quote\"\u003e\n        Request a Government Quote\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/footer\u003e\n\n\u003c\/div\u003e","brand":"DIRECT ACTION GEAR","offers":[{"title":"MULTICAM \/ XSM","offer_id":45962984685759,"sku":null,"price":209.0,"currency_code":"CAD","in_stock":true},{"title":"MULTICAM \/ SM","offer_id":45962984718527,"sku":null,"price":209.0,"currency_code":"CAD","in_stock":true},{"title":"MULTICAM \/ MD","offer_id":45962984751295,"sku":null,"price":209.0,"currency_code":"CAD","in_stock":true},{"title":"MULTICAM \/ LG","offer_id":45962984784063,"sku":null,"price":209.0,"currency_code":"CAD","in_stock":true},{"title":"MULTICAM \/ XLG","offer_id":45962984816831,"sku":null,"price":209.0,"currency_code":"CAD","in_stock":true},{"title":"MULTICAM \/ XXLG","offer_id":45962984849599,"sku":null,"price":209.0,"currency_code":"CAD","in_stock":true},{"title":"MULTICAM \/ XXXLG","offer_id":45962984882367,"sku":null,"price":209.0,"currency_code":"CAD","in_stock":true},{"title":"TROPIC \/ XSM","offer_id":45962984915135,"sku":null,"price":209.0,"currency_code":"CAD","in_stock":true},{"title":"TROPIC \/ SM","offer_id":45962984947903,"sku":null,"price":209.0,"currency_code":"CAD","in_stock":true},{"title":"TROPIC \/ MD","offer_id":45962984980671,"sku":null,"price":209.0,"currency_code":"CAD","in_stock":true},{"title":"TROPIC \/ LG","offer_id":45962985013439,"sku":null,"price":209.0,"currency_code":"CAD","in_stock":true},{"title":"TROPIC \/ XLG","offer_id":45962985046207,"sku":null,"price":209.0,"currency_code":"CAD","in_stock":true},{"title":"TROPIC \/ XXLG","offer_id":45962985078975,"sku":null,"price":209.0,"currency_code":"CAD","in_stock":true},{"title":"TROPIC \/ XXXLG","offer_id":45962985111743,"sku":null,"price":209.0,"currency_code":"CAD","in_stock":true},{"title":"RANGER GREEN \/ XSM","offer_id":45962985144511,"sku":null,"price":209.0,"currency_code":"CAD","in_stock":true},{"title":"RANGER GREEN \/ SM","offer_id":45962985177279,"sku":null,"price":209.0,"currency_code":"CAD","in_stock":true},{"title":"RANGER GREEN \/ MD","offer_id":45962985210047,"sku":null,"price":209.0,"currency_code":"CAD","in_stock":true},{"title":"RANGER GREEN \/ LG","offer_id":45962985242815,"sku":null,"price":209.0,"currency_code":"CAD","in_stock":true},{"title":"RANGER GREEN \/ XLG","offer_id":45962985275583,"sku":null,"price":209.0,"currency_code":"CAD","in_stock":true},{"title":"RANGER GREEN \/ XXLG","offer_id":45962985308351,"sku":null,"price":209.0,"currency_code":"CAD","in_stock":true},{"title":"RANGER GREEN \/ XXXLG","offer_id":45962985341119,"sku":null,"price":209.0,"currency_code":"CAD","in_stock":true},{"title":"BLACK \/ XSM","offer_id":45962985373887,"sku":null,"price":209.0,"currency_code":"CAD","in_stock":true},{"title":"BLACK \/ SM","offer_id":45962985406655,"sku":null,"price":209.0,"currency_code":"CAD","in_stock":true},{"title":"BLACK \/ MD","offer_id":45962985439423,"sku":null,"price":209.0,"currency_code":"CAD","in_stock":true},{"title":"BLACK \/ LG","offer_id":45962985472191,"sku":null,"price":209.0,"currency_code":"CAD","in_stock":true},{"title":"BLACK \/ XLG","offer_id":45962985504959,"sku":null,"price":209.0,"currency_code":"CAD","in_stock":true},{"title":"BLACK \/ XXLG","offer_id":45962985537727,"sku":null,"price":209.0,"currency_code":"CAD","in_stock":true},{"title":"BLACK \/ XXXLG","offer_id":45962985570495,"sku":null,"price":209.0,"currency_code":"CAD","in_stock":true},{"title":"RAL \/ XSM","offer_id":45962985603263,"sku":null,"price":209.0,"currency_code":"CAD","in_stock":true},{"title":"RAL \/ SM","offer_id":45962985636031,"sku":null,"price":209.0,"currency_code":"CAD","in_stock":true},{"title":"RAL \/ MD","offer_id":45962985668799,"sku":null,"price":209.0,"currency_code":"CAD","in_stock":true},{"title":"RAL \/ LG","offer_id":45962985701567,"sku":null,"price":209.0,"currency_code":"CAD","in_stock":true},{"title":"RAL \/ XLG","offer_id":45962985734335,"sku":null,"price":209.0,"currency_code":"CAD","in_stock":true},{"title":"RAL \/ XXLG","offer_id":45962985767103,"sku":null,"price":209.0,"currency_code":"CAD","in_stock":true},{"title":"RAL \/ XXXLG","offer_id":45962985799871,"sku":null,"price":209.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/9840\/3519\/files\/sh-vgfl-ncr-mcm_1.webp?v=1785935592","url":"https:\/\/fairdcanada.com\/fr\/products\/vanguard-field-shirt","provider":"FairD Canada","version":"1.0","type":"link"}