{"product_id":"bdu-2-0-tropic-shorts","title":"BDU 2.0 Tropic Shorts","description":"\u003cstyle\u003e\n  .fd-pentagon-tropic {\n    --pt-black: #141715;\n    --pt-dark: #242a26;\n    --pt-green: #46584a;\n    --pt-green-dark: #314037;\n    --pt-light: #f4f6f3;\n    --pt-white: #ffffff;\n    --pt-text: #272d29;\n    --pt-muted: #68716a;\n    --pt-border: #d8ded9;\n    max-width: 1180px;\n    margin: 0 auto;\n    color: var(--pt-text);\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.65;\n  }\n\n  .fd-pentagon-tropic * {\n    box-sizing: border-box;\n  }\n\n  .fd-pentagon-tropic img {\n    display: block;\n    width: 100%;\n    height: auto;\n  }\n\n  .fd-pentagon-tropic h2,\n  .fd-pentagon-tropic h3 {\n    margin-top: 0;\n    color: var(--pt-black);\n    line-height: 1.2;\n  }\n\n  .fd-pentagon-tropic h2 {\n    margin-bottom: 16px;\n    font-size: clamp(28px, 4vw, 43px);\n    letter-spacing: -0.025em;\n  }\n\n  .fd-pentagon-tropic h3 {\n    margin-bottom: 9px;\n    font-size: 19px;\n  }\n\n  .fd-pentagon-tropic p {\n    margin-top: 0;\n    margin-bottom: 16px;\n  }\n\n  .fd-pt-hero {\n    position: relative;\n    overflow: hidden;\n    padding: 44px;\n    margin-bottom: 22px;\n    border-radius: 7px;\n    background: var(--pt-black);\n    color: var(--pt-white);\n  }\n\n  .fd-pt-hero::after {\n    content: \"\";\n    position: absolute;\n    top: -115px;\n    right: -75px;\n    width: 350px;\n    height: 350px;\n    border: 60px solid rgba(87, 111, 93, 0.17);\n    border-radius: 50%;\n  }\n\n  .fd-pt-hero-content {\n    position: relative;\n    z-index: 2;\n    max-width: 920px;\n  }\n\n  .fd-pt-label {\n    display: inline-block;\n    padding: 7px 12px;\n    margin-bottom: 15px;\n    border-radius: 3px;\n    background: var(--pt-green);\n    color: var(--pt-white);\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 0.11em;\n    text-transform: uppercase;\n  }\n\n  .fd-pt-hero h2 {\n    margin-bottom: 15px;\n    color: var(--pt-white);\n  }\n\n  .fd-pt-hero p {\n    max-width: 870px;\n    margin-bottom: 0;\n    color: #e5e9e6;\n    font-size: 18px;\n  }\n\n  .fd-pt-highlight {\n    color: #c9d5cb;\n    font-weight: 700;\n  }\n\n  .fd-pt-images {\n    display: grid;\n    grid-template-columns: 1.15fr 0.85fr;\n    gap: 16px;\n    margin-bottom: 40px;\n  }\n\n  .fd-pt-images figure {\n    overflow: hidden;\n    margin: 0;\n    border: 1px solid var(--pt-border);\n    border-radius: 7px;\n    background: var(--pt-light);\n  }\n\n  .fd-pt-images figure:first-child {\n    grid-row: span 2;\n  }\n\n  .fd-pt-images img {\n    height: 100%;\n    min-height: 310px;\n    object-fit: contain;\n  }\n\n  .fd-pt-images figure:first-child img {\n    min-height: 640px;\n  }\n\n  .fd-pt-benefits {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 14px;\n    margin-bottom: 42px;\n  }\n\n  .fd-pt-benefit {\n    padding: 23px 19px;\n    border: 1px solid var(--pt-border);\n    border-top: 4px solid var(--pt-green);\n    border-radius: 5px;\n    background: var(--pt-white);\n  }\n\n  .fd-pt-benefit p {\n    margin-bottom: 0;\n    color: var(--pt-muted);\n    font-size: 14px;\n  }\n\n  .fd-pt-fabric {\n    display: grid;\n    grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);\n    gap: 34px;\n    padding: 38px;\n    margin-bottom: 42px;\n    border-radius: 7px;\n    background: var(--pt-dark);\n    color: var(--pt-white);\n  }\n\n  .fd-pt-fabric h2,\n  .fd-pt-fabric h3 {\n    color: var(--pt-white);\n  }\n\n  .fd-pt-fabric p {\n    color: #dde3de;\n  }\n\n  .fd-pt-fabric-list {\n    display: grid;\n    gap: 12px;\n  }\n\n  .fd-pt-fabric-item {\n    padding: 16px;\n    border: 1px solid rgba(255, 255, 255, 0.14);\n    border-left: 4px solid #8fa092;\n    border-radius: 4px;\n    background: rgba(255, 255, 255, 0.045);\n  }\n\n  .fd-pt-fabric-item strong {\n    display: block;\n    margin-bottom: 4px;\n    color: #eef3ef;\n  }\n\n  .fd-pt-fabric-item span {\n    color: #d6dcd7;\n    font-size: 14px;\n  }\n\n  .fd-pt-section {\n    margin-bottom: 44px;\n  }\n\n  .fd-pt-heading {\n    padding-bottom: 13px;\n    margin-bottom: 22px;\n    border-bottom: 3px solid var(--pt-green);\n  }\n\n  .fd-pt-heading h2 {\n    margin-bottom: 0;\n    font-size: clamp(25px, 3vw, 34px);\n  }\n\n  .fd-pt-pocket-grid,\n  .fd-pt-feature-grid,\n  .fd-pt-use-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 16px;\n  }\n\n  .fd-pt-card {\n    padding: 23px;\n    border: 1px solid var(--pt-border);\n    border-radius: 5px;\n    background: var(--pt-light);\n  }\n\n  .fd-pt-card p {\n    margin-bottom: 0;\n    color: var(--pt-muted);\n    font-size: 14px;\n  }\n\n  .fd-pt-cargo-box {\n    padding: 32px;\n    border: 1px solid var(--pt-border);\n    border-left: 5px solid var(--pt-green);\n    border-radius: 6px;\n    background: var(--pt-light);\n  }\n\n  .fd-pt-cargo-box p:last-child {\n    margin-bottom: 0;\n  }\n\n  .fd-pt-checks {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 12px 34px;\n    padding: 0 !important;\n    margin: 22px 0;\n    list-style: none;\n  }\n\n  .fd-pt-checks li {\n    position: relative;\n    padding-left: 29px;\n    margin: 0;\n  }\n\n  .fd-pt-checks li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 0;\n    left: 0;\n    color: var(--pt-green);\n    font-size: 18px;\n    font-weight: 800;\n  }\n\n  .fd-pt-colours {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 14px;\n  }\n\n  .fd-pt-colour {\n    overflow: hidden;\n    border: 1px solid var(--pt-border);\n    border-radius: 5px;\n    background: var(--pt-white);\n    text-align: center;\n  }\n\n  .fd-pt-swatch {\n    height: 58px;\n  }\n\n  .fd-pt-colour-name {\n    padding: 14px 10px;\n    color: var(--pt-black);\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  .fd-pt-black {\n    background: #151615;\n  }\n\n  .fd-pt-coyote {\n    background: #887151;\n  }\n\n  .fd-pt-khaki {\n    background: #b3a486;\n  }\n\n  .fd-pt-navy {\n    background: #273342;\n  }\n\n  .fd-pt-midnight {\n    background: #141b24;\n  }\n\n  .fd-pt-camo-green {\n    background: #4f6254;\n  }\n\n  .fd-pt-ranger-green {\n    background: #505a4b;\n  }\n\n  .fd-pt-ral {\n    background: #54544b;\n  }\n\n  .fd-pt-table-wrap {\n    overflow-x: auto;\n  }\n\n  .fd-pt-size-table,\n  .fd-pt-spec-table {\n    width: 100%;\n    border-collapse: collapse;\n    border: 1px solid var(--pt-border);\n  }\n\n  .fd-pt-size-table {\n    min-width: 720px;\n  }\n\n  .fd-pt-size-table th,\n  .fd-pt-size-table td,\n  .fd-pt-spec-table th,\n  .fd-pt-spec-table td {\n    padding: 14px 17px;\n    border-right: 1px solid var(--pt-border);\n    border-bottom: 1px solid var(--pt-border);\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .fd-pt-size-table th {\n    background: var(--pt-black);\n    color: var(--pt-white);\n  }\n\n  .fd-pt-size-table tbody tr:nth-child(even) {\n    background: var(--pt-light);\n  }\n\n  .fd-pt-spec-table th {\n    width: 34%;\n    background: var(--pt-light);\n    color: var(--pt-black);\n    font-weight: 700;\n  }\n\n  .fd-pt-spec-table tr:last-child th,\n  .fd-pt-spec-table tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .fd-pt-notice {\n    padding: 22px 24px;\n    margin-top: 25px;\n    border: 1px solid #d4d9d4;\n    border-left: 5px solid var(--pt-green);\n    background: #f8f9f6;\n  }\n\n  .fd-pt-notice strong {\n    display: block;\n    margin-bottom: 5px;\n    color: var(--pt-green-dark);\n  }\n\n  .fd-pt-notice p {\n    margin-bottom: 0;\n    color: #5d655f;\n    font-size: 14px;\n  }\n\n  .fd-pt-banner {\n    padding: 35px;\n    border-radius: 7px;\n    background: var(--pt-green-dark);\n    color: var(--pt-white);\n    text-align: center;\n  }\n\n  .fd-pt-banner h2 {\n    margin-bottom: 11px;\n    color: var(--pt-white);\n  }\n\n  .fd-pt-banner p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: #f0f4f1;\n    font-size: 17px;\n  }\n\n  @media (max-width: 940px) {\n    .fd-pt-benefits,\n    .fd-pt-colours {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .fd-pt-fabric {\n      grid-template-columns: 1fr;\n    }\n\n    .fd-pt-pocket-grid,\n    .fd-pt-feature-grid,\n    .fd-pt-use-grid {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 640px) {\n    .fd-pt-hero,\n    .fd-pt-fabric,\n    .fd-pt-cargo-box,\n    .fd-pt-banner {\n      padding: 25px 20px;\n    }\n\n    .fd-pt-images,\n    .fd-pt-benefits,\n    .fd-pt-colours,\n    .fd-pt-checks {\n      grid-template-columns: 1fr;\n    }\n\n    .fd-pt-images figure:first-child {\n      grid-row: auto;\n    }\n\n    .fd-pt-images figure:first-child img,\n    .fd-pt-images img {\n      min-height: auto;\n    }\n\n    .fd-pt-spec-table,\n    .fd-pt-spec-table tbody,\n    .fd-pt-spec-table tr,\n    .fd-pt-spec-table th,\n    .fd-pt-spec-table td {\n      display: block;\n      width: 100%;\n    }\n\n    .fd-pt-spec-table th {\n      padding-bottom: 7px;\n      border-bottom: 0;\n    }\n\n    .fd-pt-spec-table td {\n      padding-top: 7px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"fd-pentagon-tropic\"\u003e\n\n  \u003csection class=\"fd-pt-hero\"\u003e\n    \u003cdiv class=\"fd-pt-hero-content\"\u003e\n      \u003cspan class=\"fd-pt-label\"\u003e\n        Lightweight Stretch Tactical Shorts\n      \u003c\/span\u003e\n\n      \u003ch2\u003ePentagon® BDU 2.0 Tropic Shorts\u003c\/h2\u003e\n\n      \u003cp\u003e\n        A warm-weather adaptation of Pentagon’s popular BDU 2.0 tactical\n        trousers. The Tropic Shorts combine a lightweight\n        \u003cstrong\u003e144 g\/m² nylon-elastane ripstop fabric\u003c\/strong\u003e, two-way\n        stretch, reinforced stress areas and a high-capacity cargo-pocket\n        layout for military training, professional duty, range use and outdoor\n        activities.\n        \u003cspan class=\"fd-pt-highlight\"\u003e\n          Designed to deliver mobility, durability and practical equipment\n          storage in hot-weather conditions.\n        \u003c\/span\u003e\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"fd-pt-images\"\u003e\n    \u003cfigure\u003e\n      \u003cimg src=\"https:\/\/cdn.military.eu\/en\/media\/catalog\/product\/2\/9\/297802_pentagon-bdu-2-0-tropic-shorts-camo-green-520948.jpg?height=800\u0026amp;image-type=image\u0026amp;store=military_en\u0026amp;width=800\" alt=\"Pentagon BDU 2.0 Tropic tactical shorts in Camo Green\" loading=\"lazy\"\u003e\n    \u003c\/figure\u003e\n\n    \u003cfigure\u003e\n      \u003cimg src=\"https:\/\/cdn.military.eu\/en\/media\/catalog\/product\/2\/9\/297802_pentagon-bdu-2-0-tropic-shorts-camo-green-520949.jpg?height=800\u0026amp;image-type=image\u0026amp;store=military_en\u0026amp;width=800\" alt=\"Pentagon BDU 2.0 Tropic Shorts worn during warm-weather outdoor use\" loading=\"lazy\"\u003e\n    \u003c\/figure\u003e\n\n    \u003cfigure\u003e\n      \u003cimg src=\"https:\/\/cdn.military.eu\/en\/media\/catalog\/product\/2\/9\/297802_pentagon-bdu-2-0-tropic-shorts-camo-green-520946.jpg?height=800\u0026amp;image-type=image\u0026amp;store=military_en\u0026amp;width=800\" alt=\"Pentagon BDU 2.0 Tropic Shorts cargo pocket and equipment opening\" loading=\"lazy\"\u003e\n    \u003c\/figure\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"fd-pt-benefits\"\u003e\n    \u003carticle class=\"fd-pt-benefit\"\u003e\n      \u003ch3\u003eLightweight Tropic Fabric\u003c\/h3\u003e\n      \u003cp\u003e\n        The 144 g\/m² textile is designed for warmer weather and weighs less\n        than traditional poly-cotton BDU fabric.\n      \u003c\/p\u003e\n    \u003c\/article\u003e\n\n    \u003carticle class=\"fd-pt-benefit\"\u003e\n      \u003ch3\u003eTwo-Way Stretch\u003c\/h3\u003e\n      \u003cp\u003e\n        Elastane content allows the fabric to flex during kneeling, climbing,\n        running and vehicle operations.\n      \u003c\/p\u003e\n    \u003c\/article\u003e\n\n    \u003carticle class=\"fd-pt-benefit\"\u003e\n      \u003ch3\u003eRipstop Construction\u003c\/h3\u003e\n      \u003cp\u003e\n        Reinforcing threads help limit the spread of small tears and improve\n        resistance to demanding field use.\n      \u003c\/p\u003e\n    \u003c\/article\u003e\n\n    \u003carticle class=\"fd-pt-benefit\"\u003e\n      \u003ch3\u003eLarge Cargo Capacity\u003c\/h3\u003e\n      \u003cp\u003e\n        Oversized side cargo pockets provide substantial storage for tools,\n        gloves, documents and everyday equipment.\n      \u003c\/p\u003e\n    \u003c\/article\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"fd-pt-fabric\"\u003e\n    \u003cdiv\u003e\n      \u003ch2\u003eLightweight 144 g\/m² Tropic Ripstop Fabric\u003c\/h2\u003e\n\n      \u003cp\u003e\n        The BDU 2.0 Tropic Shorts are constructed from a\n        \u003cstrong\u003e94% nylon and 6% elastane ripstop textile\u003c\/strong\u003e. This\n        combination provides a lighter and more flexible alternative to\n        traditional cotton-rich tactical clothing.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Nylon contributes abrasion resistance, manageable weight and efficient\n        drying performance, while the elastane content provides two-way\n        stretch for improved mobility.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Pentagon also applies an antibacterial coating process to the fabric.\n        The material is designed for reduced fabric noise, making the shorts\n        suitable for field, outdoor and professional environments where\n        mobility and discretion are important.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"fd-pt-fabric-list\"\u003e\n      \u003cdiv class=\"fd-pt-fabric-item\"\u003e\n        \u003cstrong\u003e94% Nylon\u003c\/strong\u003e\n        \u003cspan\u003e\n          Provides durability, abrasion resistance and lower weight compared\n          with conventional cotton-rich tactical fabric.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fd-pt-fabric-item\"\u003e\n        \u003cstrong\u003e6% Elastane\u003c\/strong\u003e\n        \u003cspan\u003e\n          Adds controlled flexibility for unrestricted movement during active\n          and professional use.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fd-pt-fabric-item\"\u003e\n        \u003cstrong\u003eRipstop Weave\u003c\/strong\u003e\n        \u003cspan\u003e\n          Integrated reinforcement threads help reduce the spread of small\n          tears and fabric damage.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fd-pt-fabric-item\"\u003e\n        \u003cstrong\u003eAntibacterial Treatment\u003c\/strong\u003e\n        \u003cspan\u003e\n          Manufacturer-applied antibacterial coating process for warm-weather\n          and extended-use conditions.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"fd-pt-section\"\u003e\n    \u003cdiv class=\"fd-pt-heading\"\u003e\n      \u003ch2\u003eSeven-Pocket Tactical Organization\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"fd-pt-pocket-grid\"\u003e\n      \u003carticle class=\"fd-pt-card\"\u003e\n        \u003ch3\u003eTwo Reinforced Hand Pockets\u003c\/h3\u003e\n        \u003cp\u003e\n          Angled front pockets provide convenient access to frequently used\n          everyday equipment, with reinforced contact areas for increased\n          durability.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"fd-pt-card\"\u003e\n        \u003ch3\u003eTwo Large Cargo Pockets\u003c\/h3\u003e\n        \u003cp\u003e\n          Oversized side pockets measure approximately 23.5 × 20 cm and provide\n          space for gloves, notebooks, compact tools and mission equipment.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"fd-pt-card\"\u003e\n        \u003ch3\u003eTwo Multifunction Rear Pockets\u003c\/h3\u003e\n        \u003cp\u003e\n          Rear pockets provide additional organized storage for documents,\n          wallets and other flat equipment.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"fd-pt-card\"\u003e\n        \u003ch3\u003eGroin Utility Pocket\u003c\/h3\u003e\n        \u003cp\u003e\n          A compact supplementary pocket provides accessible storage for keys,\n          small accessories or similarly sized equipment.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"fd-pt-card\"\u003e\n        \u003ch3\u003eTool Access Openings\u003c\/h3\u003e\n        \u003cp\u003e\n          Openings above the cargo-pocket flaps accommodate narrow equipment\n          such as pens, marking tools or compact flashlights.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"fd-pt-card\"\u003e\n        \u003ch3\u003eMagnetic Hook-and-Loop Closures\u003c\/h3\u003e\n        \u003cp\u003e\n          Cargo-pocket flaps combine hook-and-loop retention with magnetic\n          elements for practical access and equipment security.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"fd-pt-section\"\u003e\n    \u003cdiv class=\"fd-pt-heading\"\u003e\n      \u003ch2\u003eLarge Side Cargo Pockets\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"fd-pt-cargo-box\"\u003e\n      \u003cp\u003e\n        The side cargo pockets are a defining feature of the BDU 2.0 Tropic\n        Shorts. Each pocket measures approximately\n        \u003cstrong\u003e23.5 cm high × 20 cm wide\u003c\/strong\u003e, providing significantly\n        more storage than a standard casual short.\n      \u003c\/p\u003e\n\n      \u003cul class=\"fd-pt-checks\"\u003e\n        \u003cli\u003eField notebook or folded documents\u003c\/li\u003e\n        \u003cli\u003eWork or tactical gloves\u003c\/li\u003e\n        \u003cli\u003eCompact flashlight\u003c\/li\u003e\n        \u003cli\u003eMarking tools and pens\u003c\/li\u003e\n        \u003cli\u003eSmall navigation accessories\u003c\/li\u003e\n        \u003cli\u003ePhone or compact electronic device\u003c\/li\u003e\n        \u003cli\u003eEveryday carry equipment\u003c\/li\u003e\n        \u003cli\u003eLightweight work and maintenance tools\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003cp\u003e\n        Equipment compatibility depends on its dimensions. Heavy or sharp\n        tools should be placed in an appropriate protective pouch to prevent\n        discomfort or fabric damage.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"fd-pt-section\"\u003e\n    \u003cdiv class=\"fd-pt-heading\"\u003e\n      \u003ch2\u003eReinforced for Professional Use\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"fd-pt-feature-grid\"\u003e\n      \u003carticle class=\"fd-pt-card\"\u003e\n        \u003ch3\u003eTriple-Stitched Stress Points\u003c\/h3\u003e\n        \u003cp\u003e\n          High-load seams are reinforced with triple stitching to improve\n          durability during repeated movement and equipment carriage.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"fd-pt-card\"\u003e\n        \u003ch3\u003eReinforced Seat\u003c\/h3\u003e\n        \u003cp\u003e\n          An additional fabric layer strengthens the seat area against wear\n          caused by vehicles, benches and rough surfaces.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"fd-pt-card\"\u003e\n        \u003ch3\u003eReinforced Pocket Areas\u003c\/h3\u003e\n        \u003cp\u003e\n          Hand-pocket contact zones include reinforcement patches to better\n          tolerate frequent use and carried equipment.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"fd-pt-card\"\u003e\n        \u003ch3\u003eYKK® Main Zipper\u003c\/h3\u003e\n        \u003cp\u003e\n          The fly uses a dependable YKK® zipper supported by an internal fly\n          button.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"fd-pt-card\"\u003e\n        \u003ch3\u003ePrym® Snap Closure\u003c\/h3\u003e\n        \u003cp\u003e\n          A Prym® snap provides secure and convenient closure at the waistband.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"fd-pt-card\"\u003e\n        \u003ch3\u003eContoured Leg Openings\u003c\/h3\u003e\n        \u003cp\u003e\n          Shaped leg openings support mobility and provide a practical fit\n          around the thighs.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"fd-pt-section\"\u003e\n    \u003cdiv class=\"fd-pt-heading\"\u003e\n      \u003ch2\u003eKey Features\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cul class=\"fd-pt-checks\"\u003e\n      \u003cli\u003eWarm-weather BDU tactical shorts\u003c\/li\u003e\n      \u003cli\u003e94% nylon and 6% elastane construction\u003c\/li\u003e\n      \u003cli\u003eLightweight 144 g\/m² ripstop fabric\u003c\/li\u003e\n      \u003cli\u003eTwo-way stretch for improved mobility\u003c\/li\u003e\n      \u003cli\u003eManufacturer-applied antibacterial treatment\u003c\/li\u003e\n      \u003cli\u003eDesigned for reduced fabric noise\u003c\/li\u003e\n      \u003cli\u003eSeven practical equipment pockets\u003c\/li\u003e\n      \u003cli\u003eTwo reinforced front hand pockets\u003c\/li\u003e\n      \u003cli\u003eTwo large side cargo pockets\u003c\/li\u003e\n      \u003cli\u003eTwo multifunction rear pockets\u003c\/li\u003e\n      \u003cli\u003eOne groin utility pocket\u003c\/li\u003e\n      \u003cli\u003eCargo pockets measuring approximately 23.5 × 20 cm\u003c\/li\u003e\n      \u003cli\u003eTool openings above the cargo-pocket flaps\u003c\/li\u003e\n      \u003cli\u003eMagnetic hook-and-loop cargo-pocket closures\u003c\/li\u003e\n      \u003cli\u003eTriple-stitched stress points\u003c\/li\u003e\n      \u003cli\u003eReinforced seat panel\u003c\/li\u003e\n      \u003cli\u003eContoured leg openings\u003c\/li\u003e\n      \u003cli\u003eYKK® main zipper\u003c\/li\u003e\n      \u003cli\u003eInternal fly button\u003c\/li\u003e\n      \u003cli\u003ePrym® waistband snap\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"fd-pt-section\"\u003e\n    \u003cdiv class=\"fd-pt-heading\"\u003e\n      \u003ch2\u003eAvailable Colours\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"fd-pt-colours\"\u003e\n      \u003cdiv class=\"fd-pt-colour\"\u003e\n        \u003cdiv class=\"fd-pt-swatch fd-pt-black\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"fd-pt-colour-name\"\u003eBlack\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fd-pt-colour\"\u003e\n        \u003cdiv class=\"fd-pt-swatch fd-pt-coyote\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"fd-pt-colour-name\"\u003eCoyote\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fd-pt-colour\"\u003e\n        \u003cdiv class=\"fd-pt-swatch fd-pt-khaki\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"fd-pt-colour-name\"\u003eKhaki\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fd-pt-colour\"\u003e\n        \u003cdiv class=\"fd-pt-swatch fd-pt-navy\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"fd-pt-colour-name\"\u003eNavy Blue\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fd-pt-colour\"\u003e\n        \u003cdiv class=\"fd-pt-swatch fd-pt-midnight\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"fd-pt-colour-name\"\u003eMidnight Blue\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fd-pt-colour\"\u003e\n        \u003cdiv class=\"fd-pt-swatch fd-pt-camo-green\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"fd-pt-colour-name\"\u003eCamo Green\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fd-pt-colour\"\u003e\n        \u003cdiv class=\"fd-pt-swatch fd-pt-ranger-green\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"fd-pt-colour-name\"\u003eRanger Green\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fd-pt-colour\"\u003e\n        \u003cdiv class=\"fd-pt-swatch fd-pt-ral\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"fd-pt-colour-name\"\u003eRAL 7013\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"fd-pt-section\"\u003e\n    \u003cdiv class=\"fd-pt-heading\"\u003e\n      \u003ch2\u003eRecommended Applications\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"fd-pt-use-grid\"\u003e\n      \u003carticle class=\"fd-pt-card\"\u003e\n        \u003ch3\u003eMilitary Training\u003c\/h3\u003e\n        \u003cp\u003e\n          Lightweight tactical construction for warm-weather courses,\n          exercises, administrative duties and general field use.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"fd-pt-card\"\u003e\n        \u003ch3\u003eLaw Enforcement Training\u003c\/h3\u003e\n        \u003cp\u003e\n          Practical for range training, instruction, equipment preparation and\n          non-uniform operational support.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"fd-pt-card\"\u003e\n        \u003ch3\u003eRange Use\u003c\/h3\u003e\n        \u003cp\u003e\n          Large pockets provide organized storage for gloves, hearing\n          protection accessories, notebooks and small maintenance equipment.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"fd-pt-card\"\u003e\n        \u003ch3\u003eOutdoor and Hiking\u003c\/h3\u003e\n        \u003cp\u003e\n          Stretch fabric, ripstop reinforcement and cargo storage support\n          hiking, camping, bushcraft and outdoor instruction.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"fd-pt-card\"\u003e\n        \u003ch3\u003eWork and Maintenance\u003c\/h3\u003e\n        \u003cp\u003e\n          Suitable for workshops, warehouses, vehicle crews, field technicians\n          and other active warm-weather work environments.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"fd-pt-card\"\u003e\n        \u003ch3\u003eEveryday Carry\u003c\/h3\u003e\n        \u003cp\u003e\n          Tactical pocket organization in a practical short suitable for\n          travel, commuting and daily summer use.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"fd-pt-section\"\u003e\n    \u003cdiv class=\"fd-pt-heading\"\u003e\n      \u003ch2\u003eSize Guide\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"fd-pt-table-wrap\"\u003e\n      \u003ctable class=\"fd-pt-size-table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003eEU Size\u003c\/th\u003e\n            \u003cth\u003eHalf-Waist Measurement\u003c\/th\u003e\n            \u003cth\u003eApproximate Waist\u003c\/th\u003e\n            \u003cth\u003eOutseam Length\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e40\u003c\/td\u003e\n            \u003ctd\u003e40 cm\u003c\/td\u003e\n            \u003ctd\u003e31.5 in\u003c\/td\u003e\n            \u003ctd\u003e51.5 cm\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003e42\u003c\/td\u003e\n            \u003ctd\u003e42 cm\u003c\/td\u003e\n            \u003ctd\u003e33.1 in\u003c\/td\u003e\n            \u003ctd\u003e51.5 cm\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003e44\u003c\/td\u003e\n            \u003ctd\u003e44 cm\u003c\/td\u003e\n            \u003ctd\u003e34.5 in\u003c\/td\u003e\n            \u003ctd\u003e51.5 cm\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003e46\u003c\/td\u003e\n            \u003ctd\u003e46 cm\u003c\/td\u003e\n            \u003ctd\u003e36.2 in\u003c\/td\u003e\n            \u003ctd\u003e53 cm\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003e48\u003c\/td\u003e\n            \u003ctd\u003e48 cm\u003c\/td\u003e\n            \u003ctd\u003e37.8 in\u003c\/td\u003e\n            \u003ctd\u003e53 cm\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003e50\u003c\/td\u003e\n            \u003ctd\u003e50 cm\u003c\/td\u003e\n            \u003ctd\u003e39.4 in\u003c\/td\u003e\n            \u003ctd\u003e53 cm\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003e52\u003c\/td\u003e\n            \u003ctd\u003e52 cm\u003c\/td\u003e\n            \u003ctd\u003e40.9 in\u003c\/td\u003e\n            \u003ctd\u003e53 cm\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003e54\u003c\/td\u003e\n            \u003ctd\u003e54 cm\u003c\/td\u003e\n            \u003ctd\u003e42.5 in\u003c\/td\u003e\n            \u003ctd\u003e53 cm\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003e56\u003c\/td\u003e\n            \u003ctd\u003e56 cm\u003c\/td\u003e\n            \u003ctd\u003e44.1 in\u003c\/td\u003e\n            \u003ctd\u003e54.5 cm\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003e58\u003c\/td\u003e\n            \u003ctd\u003e58 cm\u003c\/td\u003e\n            \u003ctd\u003e45.7 in\u003c\/td\u003e\n            \u003ctd\u003e54.5 cm\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003e60\u003c\/td\u003e\n            \u003ctd\u003e60 cm\u003c\/td\u003e\n            \u003ctd\u003e47.2 in\u003c\/td\u003e\n            \u003ctd\u003e54.5 cm\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"fd-pt-notice\"\u003e\n      \u003cstrong\u003eSize Selection\u003c\/strong\u003e\n\n      \u003cp\u003e\n        Measure a well-fitting pair of shorts flat across the waistband and\n        compare that measurement with the half-waist column. Body shape,\n        preferred fit and carried equipment can affect size selection. When\n        between sizes, consult the official Pentagon size chart before\n        ordering.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"fd-pt-section\"\u003e\n    \u003cdiv class=\"fd-pt-heading\"\u003e\n      \u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003ctable class=\"fd-pt-spec-table\"\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eProduct\u003c\/th\u003e\n          \u003ctd\u003ePentagon® BDU 2.0 Tropic Shorts\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eProduct Code\u003c\/th\u003e\n          \u003ctd\u003eK05061\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n          \u003ctd\u003eWarm-weather tactical cargo shorts\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eMain Material\u003c\/th\u003e\n          \u003ctd\u003e94% nylon and 6% elastane\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eFabric Construction\u003c\/th\u003e\n          \u003ctd\u003eRipstop with two-way stretch\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eFabric Weight\u003c\/th\u003e\n          \u003ctd\u003e144 g\/m²\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eFabric Treatment\u003c\/th\u003e\n          \u003ctd\u003eAntibacterial coating process\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003ePocket Configuration\u003c\/th\u003e\n          \u003ctd\u003e\n            Two hand pockets, two side cargo pockets, two multifunction rear\n            pockets and one groin utility pocket\n          \u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eCargo-Pocket Dimensions\u003c\/th\u003e\n          \u003ctd\u003eApproximately 23.5 × 20 cm\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eCargo-Pocket Closure\u003c\/th\u003e\n          \u003ctd\u003eMagnetic hook-and-loop closure\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eMain Zipper\u003c\/th\u003e\n          \u003ctd\u003eYKK®\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eWaist Closure\u003c\/th\u003e\n          \u003ctd\u003ePrym® snap with internal fly button\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eReinforcement\u003c\/th\u003e\n          \u003ctd\u003e\n            Triple-stitched stress points, reinforced hand-pocket areas and\n            reinforced seat panel\n          \u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eAvailable Sizes\u003c\/th\u003e\n          \u003ctd\u003eEU 40–60\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eAvailable Colours\u003c\/th\u003e\n          \u003ctd\u003e\n            Black, Coyote, Khaki, Navy Blue, Midnight Blue, Camo Green, Ranger\n            Green and RAL 7013\n          \u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eManufacturer\u003c\/th\u003e\n          \u003ctd\u003ePentagon® Tactical\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n\n    \u003cdiv class=\"fd-pt-notice\"\u003e\n      \u003cstrong\u003eWeather and Protective-Equipment Notice\u003c\/strong\u003e\n\n      \u003cp\u003e\n        These shorts are designed as lightweight tactical and outdoor clothing.\n        They are not waterproof, flame resistant, cut resistant or certified\n        protective equipment. Select clothing according to the environmental\n        conditions, workplace requirements and organizational regulations.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"fd-pt-banner\"\u003e\n    \u003ch2\u003eLightweight Mobility with BDU-Level Organization\u003c\/h2\u003e\n\n    \u003cp\u003e\n      With stretch ripstop fabric, reinforced stress areas, seven practical\n      pockets and oversized cargo storage, the Pentagon® BDU 2.0 Tropic Shorts\n      provide a functional warm-weather option for military training,\n      professional work, range use and outdoor activities.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Pentagon Tactical","offers":[{"title":"34","offer_id":45954671706303,"sku":null,"price":68.0,"currency_code":"CAD","in_stock":true},{"title":"36","offer_id":45954671739071,"sku":null,"price":68.0,"currency_code":"CAD","in_stock":true},{"title":"38","offer_id":45954671771839,"sku":null,"price":68.0,"currency_code":"CAD","in_stock":true},{"title":"40","offer_id":45954671804607,"sku":null,"price":68.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/9840\/3519\/files\/BDU-2.0-TROPIC-SHORTS-COYOTE-03-864x1080.jpg?v=1785765132","url":"https:\/\/fairdcanada.com\/fr\/products\/bdu-2-0-tropic-shorts","provider":"FairD Canada","version":"1.0","type":"link"}