{"product_id":"sar-vest","title":"SAR Vest","description":"\u003cstyle\u003e\n  .fd-sar-vest {\n    --sar-black: #141715;\n    --sar-dark: #222724;\n    --sar-red: #c92832;\n    --sar-red-dark: #8e1820;\n    --sar-grey: #6d7470;\n    --sar-light: #f4f5f3;\n    --sar-white: #ffffff;\n    --sar-border: #d9ddd9;\n    --sar-text: #272c29;\n    --sar-muted: #667069;\n    max-width: 1180px;\n    margin: 0 auto;\n    color: var(--sar-text);\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.65;\n  }\n\n  .fd-sar-vest * {\n    box-sizing: border-box;\n  }\n\n  .fd-sar-vest h2,\n  .fd-sar-vest h3 {\n    margin-top: 0;\n    color: var(--sar-black);\n    line-height: 1.2;\n  }\n\n  .fd-sar-vest h2 {\n    margin-bottom: 16px;\n    font-size: clamp(28px, 4vw, 43px);\n    letter-spacing: -0.025em;\n  }\n\n  .fd-sar-vest h3 {\n    margin-bottom: 9px;\n    font-size: 19px;\n  }\n\n  .fd-sar-vest p {\n    margin-top: 0;\n    margin-bottom: 16px;\n  }\n\n  .fd-sar-hero {\n    position: relative;\n    overflow: hidden;\n    padding: 44px;\n    margin-bottom: 28px;\n    border-radius: 7px;\n    background: var(--sar-black);\n    color: var(--sar-white);\n  }\n\n  .fd-sar-hero::after {\n    content: \"\";\n    position: absolute;\n    top: -115px;\n    right: -70px;\n    width: 350px;\n    height: 350px;\n    border: 60px solid rgba(201, 40, 50, 0.16);\n    border-radius: 50%;\n  }\n\n  .fd-sar-hero-content {\n    position: relative;\n    z-index: 2;\n    max-width: 920px;\n  }\n\n  .fd-sar-label {\n    display: inline-block;\n    padding: 7px 12px;\n    margin-bottom: 15px;\n    border-radius: 3px;\n    background: var(--sar-red);\n    color: var(--sar-white);\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 0.11em;\n    text-transform: uppercase;\n  }\n\n  .fd-sar-hero h2 {\n    margin-bottom: 15px;\n    color: var(--sar-white);\n  }\n\n  .fd-sar-hero p {\n    max-width: 880px;\n    margin-bottom: 0;\n    color: #e7e9e7;\n    font-size: 18px;\n  }\n\n  .fd-sar-highlight {\n    color: #ff8c92;\n    font-weight: 700;\n  }\n\n  .fd-sar-benefits {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 14px;\n    margin-bottom: 42px;\n  }\n\n  .fd-sar-benefit {\n    padding: 23px 19px;\n    border: 1px solid var(--sar-border);\n    border-top: 4px solid var(--sar-red);\n    border-radius: 5px;\n    background: var(--sar-white);\n  }\n\n  .fd-sar-benefit p {\n    margin-bottom: 0;\n    color: var(--sar-muted);\n    font-size: 14px;\n  }\n\n  .fd-sar-section {\n    margin-bottom: 44px;\n  }\n\n  .fd-sar-heading {\n    padding-bottom: 13px;\n    margin-bottom: 22px;\n    border-bottom: 3px solid var(--sar-red);\n  }\n\n  .fd-sar-heading h2 {\n    margin-bottom: 0;\n    font-size: clamp(25px, 3vw, 34px);\n  }\n\n  .fd-sar-video {\n    position: relative;\n    overflow: hidden;\n    height: 0;\n    padding-bottom: 56.25%;\n    border: 1px solid #292d2a;\n    border-radius: 7px 7px 0 0;\n    background: #000000;\n  }\n\n  .fd-sar-video iframe {\n    position: absolute;\n    inset: 0;\n    width: 100%;\n    height: 100%;\n    border: 0;\n  }\n\n  .fd-sar-video-caption {\n    padding: 15px 18px;\n    margin: 0;\n    border-radius: 0 0 7px 7px;\n    background: var(--sar-black);\n    color: #eeeeee;\n    font-size: 14px;\n    text-align: center;\n  }\n\n  .fd-sar-core {\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(--sar-dark);\n    color: var(--sar-white);\n  }\n\n  .fd-sar-core h2,\n  .fd-sar-core h3 {\n    color: var(--sar-white);\n  }\n\n  .fd-sar-core p {\n    color: #dde1de;\n  }\n\n  .fd-sar-core-list {\n    display: grid;\n    gap: 12px;\n  }\n\n  .fd-sar-core-item {\n    padding: 16px;\n    border: 1px solid rgba(255, 255, 255, 0.14);\n    border-left: 4px solid var(--sar-red);\n    border-radius: 4px;\n    background: rgba(255, 255, 255, 0.045);\n  }\n\n  .fd-sar-core-item strong {\n    display: block;\n    margin-bottom: 4px;\n    color: #ffadb2;\n  }\n\n  .fd-sar-core-item span {\n    color: #d7dbd8;\n    font-size: 14px;\n  }\n\n  .fd-sar-feature-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 16px;\n  }\n\n  .fd-sar-feature {\n    padding: 23px;\n    border: 1px solid var(--sar-border);\n    border-radius: 5px;\n    background: var(--sar-light);\n  }\n\n  .fd-sar-feature p {\n    margin-bottom: 0;\n    color: var(--sar-muted);\n    font-size: 14px;\n  }\n\n  .fd-sar-access {\n    padding: 32px;\n    border: 1px solid var(--sar-border);\n    border-left: 5px solid var(--sar-red);\n    border-radius: 6px;\n    background: var(--sar-light);\n  }\n\n  .fd-sar-access p:last-child {\n    margin-bottom: 0;\n  }\n\n  .fd-sar-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-sar-checks li {\n    position: relative;\n    padding-left: 29px;\n    margin: 0;\n  }\n\n  .fd-sar-checks li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 0;\n    left: 0;\n    color: var(--sar-red);\n    font-size: 18px;\n    font-weight: 800;\n  }\n\n  .fd-sar-use-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 17px;\n  }\n\n  .fd-sar-use {\n    padding: 24px;\n    border: 1px solid var(--sar-border);\n    border-radius: 5px;\n    background: var(--sar-white);\n  }\n\n  .fd-sar-use p {\n    margin-bottom: 0;\n    color: var(--sar-muted);\n    font-size: 15px;\n  }\n\n  .fd-sar-colours {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 18px;\n  }\n\n  .fd-sar-colour {\n    overflow: hidden;\n    border: 1px solid var(--sar-border);\n    border-radius: 7px;\n    background: var(--sar-white);\n  }\n\n  .fd-sar-colour-top {\n    height: 75px;\n  }\n\n  .fd-sar-colour-red {\n    background: #ef2d35;\n  }\n\n  .fd-sar-colour-black {\n    background: #181a19;\n  }\n\n  .fd-sar-colour-body {\n    padding: 23px;\n  }\n\n  .fd-sar-colour-body p {\n    margin-bottom: 0;\n    color: var(--sar-muted);\n  }\n\n  .fd-sar-size-wrap {\n    overflow-x: auto;\n  }\n\n  .fd-sar-size-table,\n  .fd-sar-spec-table {\n    width: 100%;\n    border-collapse: collapse;\n    border: 1px solid var(--sar-border);\n  }\n\n  .fd-sar-size-table {\n    min-width: 620px;\n  }\n\n  .fd-sar-size-table th,\n  .fd-sar-size-table td,\n  .fd-sar-spec-table th,\n  .fd-sar-spec-table td {\n    padding: 15px 18px;\n    border-right: 1px solid var(--sar-border);\n    border-bottom: 1px solid var(--sar-border);\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .fd-sar-size-table th {\n    background: var(--sar-black);\n    color: var(--sar-white);\n  }\n\n  .fd-sar-size-table tbody tr:nth-child(even) {\n    background: var(--sar-light);\n  }\n\n  .fd-sar-spec-table th {\n    width: 34%;\n    background: var(--sar-light);\n    color: var(--sar-black);\n    font-weight: 700;\n  }\n\n  .fd-sar-spec-table tr:last-child th,\n  .fd-sar-spec-table tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .fd-sar-notice {\n    padding: 22px 24px;\n    margin-top: 25px;\n    border: 1px solid #ddc4c6;\n    border-left: 5px solid var(--sar-red);\n    background: #fff6f6;\n  }\n\n  .fd-sar-notice strong {\n    display: block;\n    margin-bottom: 5px;\n    color: var(--sar-red-dark);\n  }\n\n  .fd-sar-notice p {\n    margin-bottom: 0;\n    color: #685052;\n    font-size: 14px;\n  }\n\n  .fd-sar-banner {\n    padding: 35px;\n    border-radius: 7px;\n    background: var(--sar-red);\n    color: var(--sar-white);\n    text-align: center;\n  }\n\n  .fd-sar-banner h2 {\n    margin-bottom: 11px;\n    color: var(--sar-white);\n  }\n\n  .fd-sar-banner p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: #fff5f5;\n    font-size: 17px;\n  }\n\n  @media (max-width: 940px) {\n    .fd-sar-benefits {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .fd-sar-core {\n      grid-template-columns: 1fr;\n    }\n\n    .fd-sar-feature-grid,\n    .fd-sar-use-grid {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 640px) {\n    .fd-sar-hero,\n    .fd-sar-core,\n    .fd-sar-access,\n    .fd-sar-banner {\n      padding: 25px 20px;\n    }\n\n    .fd-sar-benefits,\n    .fd-sar-colours,\n    .fd-sar-checks {\n      grid-template-columns: 1fr;\n    }\n\n    .fd-sar-spec-table,\n    .fd-sar-spec-table tbody,\n    .fd-sar-spec-table tr,\n    .fd-sar-spec-table th,\n    .fd-sar-spec-table td {\n      display: block;\n      width: 100%;\n    }\n\n    .fd-sar-spec-table th {\n      padding-bottom: 7px;\n      border-bottom: 0;\n    }\n\n    .fd-sar-spec-table td {\n      padding-top: 7px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"fd-sar-vest\"\u003e\n\u003csection class=\"fd-sar-hero\"\u003e\n\u003cdiv class=\"fd-sar-hero-content\"\u003e\n\u003cspan class=\"fd-sar-label\"\u003e Modular Search and Rescue Equipment Vest \u003c\/span\u003e\n\u003ch2\u003eHelikon-Tex® SAR Vest\u003c\/h2\u003e\n\u003cp\u003eA lightweight, breathable and highly modular equipment vest developed for search-and-rescue personnel, medical responders, first responders and emergency-support teams. Its mesh construction is extensively covered with \u003cstrong\u003eMOLLE\/PALS webbing\u003c\/strong\u003e, allowing medical, communications and mission equipment to be positioned according to the requirements of the operation. \u003cspan class=\"fd-sar-highlight\"\u003e Large reflective elements improve responder visibility in darkness and poor weather conditions. \u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"fd-sar-benefits\"\u003e\n\u003carticle class=\"fd-sar-benefit\"\u003e\n\u003ch3\u003eBreathable Mesh Construction\u003c\/h3\u003e\n\u003cp\u003ePromotes airflow and helps reduce heat buildup during physically demanding rescue operations.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"fd-sar-benefit\"\u003e\n\u003ch3\u003eFull MOLLE\/PALS Modularity\u003c\/h3\u003e\n\u003cp\u003eAllows medical pouches, radio equipment and mission-specific accessories to be positioned around the vest.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"fd-sar-benefit\"\u003e\n\u003ch3\u003eHigh-Visibility Elements\u003c\/h3\u003e\n\u003cp\u003eReflective panels on the front and rear help improve recognition in darkness, rain, fog and low-visibility environments.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"fd-sar-benefit\"\u003e\n\u003ch3\u003eRear Evacuation Handle\u003c\/h3\u003e\n\u003cp\u003eA reinforced rear handle provides an emergency point for assisting or extracting the wearer from a hazardous area.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/section\u003e\n\u003csection class=\"fd-sar-section\"\u003e\n\u003cdiv class=\"fd-sar-heading\"\u003e\n\u003ch2\u003eSee the SAR Vest in Action\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fd-sar-video\"\u003e\u003ciframe src=\"https:\/\/www.youtube.com\/embed\/jso4Jvmp8Qc\" title=\"Helikon-Tex SAR Vest for rescue professionals\" loading=\"lazy\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003cp class=\"fd-sar-video-caption\"\u003eHelikon-Tex® presentation of the SAR Vest and its modular rescue-equipment configuration.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"fd-sar-core\"\u003e\n\u003cdiv\u003e\n\u003ch2\u003eBuilt Around the Responder’s Equipment\u003c\/h2\u003e\n\u003cp\u003eRescue teams require rapid access to medical supplies, communication devices, identification equipment and essential tools. The SAR Vest uses a broad MOLLE\/PALS surface so that the layout can be adapted to the individual responder, assignment or organizational protocol.\u003c\/p\u003e\n\u003cp\u003eThe lightweight polyester mesh forms the structural base of the vest. This open construction improves ventilation while helping distribute mounted equipment around the upper body.\u003c\/p\u003e\n\u003cp\u003eAdjustable shoulder sections and side straps accommodate different body types, uniforms and seasonal clothing layers. The vest is offered in two broad size ranges to simplify organizational procurement and team outfitting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fd-sar-core-list\"\u003e\n\u003cdiv class=\"fd-sar-core-item\"\u003e\n\u003cstrong\u003eConfigurable Medical Loadout\u003c\/strong\u003e \u003cspan\u003e Arrange first-aid supplies, trauma equipment and administrative pouches according to the mission. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fd-sar-core-item\"\u003e\n\u003cstrong\u003eBalanced Equipment Distribution\u003c\/strong\u003e \u003cspan\u003e Front, side and rear mounting areas help distribute equipment across the vest instead of concentrating it in one bag. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fd-sar-core-item\"\u003e\n\u003cstrong\u003eLayer-Compatible Fit\u003c\/strong\u003e \u003cspan\u003e Adjustable shoulders and side straps accommodate uniforms, protective clothing and cold-weather layers. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fd-sar-core-item\"\u003e\n\u003cstrong\u003eProfessional Hardware\u003c\/strong\u003e \u003cspan\u003e YKK® zippers and Woojin components support dependable professional use. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"fd-sar-section\"\u003e\n\u003cdiv class=\"fd-sar-heading\"\u003e\n\u003ch2\u003eOperational Features\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fd-sar-feature-grid\"\u003e\n\u003carticle class=\"fd-sar-feature\"\u003e\n\u003ch3\u003eReflective Front and Rear Panels\u003c\/h3\u003e\n\u003cp\u003eLarge reflective areas help personnel remain identifiable when operating around roads, vehicles, forests or disaster zones.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"fd-sar-feature\"\u003e\n\u003ch3\u003eEmergency Extraction Handle\u003c\/h3\u003e\n\u003cp\u003eThe rear transport handle can assist teammates with emergency movement of the wearer when immediate extraction is necessary.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"fd-sar-feature\"\u003e\n\u003ch3\u003eMedical Tape Attachment\u003c\/h3\u003e\n\u003cp\u003eA dedicated front attachment point allows a roll of medical tape to remain visible and quickly accessible.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"fd-sar-feature\"\u003e\n\u003ch3\u003eDual Access Zippers\u003c\/h3\u003e\n\u003cp\u003eTwo long front zippers positioned beside the main closure provide access to clothing or pockets worn beneath the vest.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"fd-sar-feature\"\u003e\n\u003ch3\u003eAdjustable Shoulders\u003c\/h3\u003e\n\u003cp\u003eHook-and-loop shoulder adjustment helps regulate vest height and accommodate different upper-body proportions.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"fd-sar-feature\"\u003e\n\u003ch3\u003eAdjustable Side Straps\u003c\/h3\u003e\n\u003cp\u003eSide adjustment provides a secure fit over light uniforms, outerwear or additional protective clothing.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"fd-sar-section\"\u003e\n\u003cdiv class=\"fd-sar-heading\"\u003e\n\u003ch2\u003eDirect Access Without Removing the Vest\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fd-sar-access\"\u003e\n\u003cp\u003eThe central zipper provides conventional entry and removal. Two additional vertical zippers on the front allow the wearer to access selected pockets or clothing layers positioned beneath the SAR Vest.\u003c\/p\u003e\n\u003cul class=\"fd-sar-checks\"\u003e\n\u003cli\u003eCentral full-length front closure\u003c\/li\u003e\n\u003cli\u003eTwo additional vertical access zippers\u003c\/li\u003e\n\u003cli\u003eAccess to compatible uniform pockets beneath the vest\u003c\/li\u003e\n\u003cli\u003eReduced need to remove mounted equipment\u003c\/li\u003e\n\u003cli\u003eUseful during extended rescue deployments\u003c\/li\u003e\n\u003cli\u003eSupports layered cold-weather clothing\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eEquipment placement should be tested before operational use to ensure that mounted pouches do not interfere with the access zippers, main closure or evacuation handle.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"fd-sar-section\"\u003e\n\u003cdiv class=\"fd-sar-heading\"\u003e\n\u003ch2\u003eAvailable Colours\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fd-sar-colours\"\u003e\n\u003carticle class=\"fd-sar-colour\"\u003e\n\u003cdiv class=\"fd-sar-colour-top fd-sar-colour-red\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"fd-sar-colour-body\"\u003e\n\u003ch3\u003eFluorescent Red\u003c\/h3\u003e\n\u003cp\u003eHigh-visibility configuration intended for medical response, roadside rescue, emergency services and search-and-rescue teams.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"fd-sar-colour\"\u003e\n\u003cdiv class=\"fd-sar-colour-top fd-sar-colour-black\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"fd-sar-colour-body\"\u003e\n\u003ch3\u003eBlack\u003c\/h3\u003e\n\u003cp\u003eLow-profile professional configuration for technical rescue, training, medical support and organizational equipment programs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"fd-sar-section\"\u003e\n\u003cdiv class=\"fd-sar-heading\"\u003e\n\u003ch2\u003eRecommended Applications\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fd-sar-use-grid\"\u003e\n\u003carticle class=\"fd-sar-use\"\u003e\n\u003ch3\u003eSearch and Rescue\u003c\/h3\u003e\n\u003cp\u003eConfigurable equipment carriage for ground-search teams, wilderness rescue personnel and missing-person operations.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"fd-sar-use\"\u003e\n\u003ch3\u003eEmergency Medical Response\u003c\/h3\u003e\n\u003cp\u003eProvides organized access to trauma supplies, gloves, medical tools, communications and identification equipment.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"fd-sar-use\"\u003e\n\u003ch3\u003eRoadside and Vehicle Rescue\u003c\/h3\u003e\n\u003cp\u003eReflective elements and modular equipment placement support responders working around vehicles and traffic environments.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"fd-sar-use\"\u003e\n\u003ch3\u003eDisaster Response\u003c\/h3\u003e\n\u003cp\u003eUseful for organizing medical, marking, communication and assessment equipment during large-scale emergency operations.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"fd-sar-use\"\u003e\n\u003ch3\u003eIndustrial Emergency Teams\u003c\/h3\u003e\n\u003cp\u003eSuitable for workplace response groups, remote-site medical teams and specialized rescue personnel.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"fd-sar-use\"\u003e\n\u003ch3\u003eTraining and Preparedness\u003c\/h3\u003e\n\u003cp\u003eAllows agencies to standardize or evaluate equipment layouts before deployment during real emergency situations.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"fd-sar-section\"\u003e\n\u003cdiv class=\"fd-sar-heading\"\u003e\n\u003ch2\u003eKey Features\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cul class=\"fd-sar-checks\"\u003e\n\u003cli\u003ePurpose-built Search and Rescue equipment vest\u003c\/li\u003e\n\u003cli\u003eDesigned for medical rescuers and first responders\u003c\/li\u003e\n\u003cli\u003eLightweight and breathable mesh construction\u003c\/li\u003e\n\u003cli\u003eExtensive MOLLE\/PALS attachment surface\u003c\/li\u003e\n\u003cli\u003eReflective elements on the front and rear\u003c\/li\u003e\n\u003cli\u003eRear emergency evacuation handle\u003c\/li\u003e\n\u003cli\u003eCentral front YKK® zipper\u003c\/li\u003e\n\u003cli\u003eTwo additional front access zippers\u003c\/li\u003e\n\u003cli\u003eAdjustable hook-and-loop shoulder straps\u003c\/li\u003e\n\u003cli\u003eAdjustable side straps\u003c\/li\u003e\n\u003cli\u003eDedicated medical-tape attachment point\u003c\/li\u003e\n\u003cli\u003eCompatible with modular medical pouches\u003c\/li\u003e\n\u003cli\u003eWoojin buckles and components\u003c\/li\u003e\n\u003cli\u003eAvailable in two size ranges\u003c\/li\u003e\n\u003cli\u003eAvailable in Black and Fluorescent Red\u003c\/li\u003e\n\u003cli\u003eMade in Poland\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"fd-sar-section\"\u003e\n\u003cdiv class=\"fd-sar-heading\"\u003e\n\u003ch2\u003eSize Guide\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fd-sar-size-wrap\"\u003e\n\u003ctable class=\"fd-sar-size-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eMeasurement\u003c\/th\u003e\n\u003cth\u003eXS–M\u003c\/th\u003e\n\u003cth\u003eL–2XL\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eHalf-Chest Adjustment\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e41–51 cm\u003c\/td\u003e\n\u003ctd\u003e51–65 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eHalf-Bottom Adjustment\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e41–51 cm\u003c\/td\u003e\n\u003ctd\u003e51–65 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eFront Length Adjustment\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e50–61 cm\u003c\/td\u003e\n\u003ctd\u003e55–62 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fd-sar-notice\"\u003e\n\u003cstrong\u003eSize Selection\u003c\/strong\u003e\n\u003cp\u003eMeasurements are approximate and may vary according to vest adjustment and mounted equipment. Consider the uniform, outerwear and protective clothing that will normally be worn beneath the vest.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"fd-sar-section\"\u003e\n\u003cdiv class=\"fd-sar-heading\"\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003ctable class=\"fd-sar-spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eProduct\u003c\/th\u003e\n\u003ctd\u003eHelikon-Tex® SAR Vest\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eProduct Code\u003c\/th\u003e\n\u003ctd\u003eKK-SAR-PO\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eProduct Line\u003c\/th\u003e\n\u003ctd\u003eMedical\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePrimary Application\u003c\/th\u003e\n\u003ctd\u003eSearch and rescue, emergency medical response and professional rescue operations\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMain Material\u003c\/th\u003e\n\u003ctd\u003e100% polyester mesh\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMain Material Weight\u003c\/th\u003e\n\u003ctd\u003e320 g\/m²\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eWebbing\u003c\/th\u003e\n\u003ctd\u003e100% nylon\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eReflective Components\u003c\/th\u003e\n\u003ctd\u003ePolyester and cotton reflective-webbing constructions\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eModular System\u003c\/th\u003e\n\u003ctd\u003eMOLLE\/PALS compatible\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eZippers\u003c\/th\u003e\n\u003ctd\u003eYKK®\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBuckles and Hardware\u003c\/th\u003e\n\u003ctd\u003eWoojin components\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eAvailable Sizes\u003c\/th\u003e\n\u003ctd\u003eXS–M and L–2XL\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eAvailable Colours\u003c\/th\u003e\n\u003ctd\u003eBlack and Fluorescent Red\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eReference Weight\u003c\/th\u003e\n\u003ctd\u003eApproximately 570 g for size L–2XL\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eRear Handle\u003c\/th\u003e\n\u003ctd\u003eIntegrated emergency transport and evacuation handle\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eAdjustment\u003c\/th\u003e\n\u003ctd\u003eHook-and-loop shoulders and adjustable side straps\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCountry of Manufacture\u003c\/th\u003e\n\u003ctd\u003eMade in Poland\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eManufacturer\u003c\/th\u003e\n\u003ctd\u003eHelikon-Tex®\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv class=\"fd-sar-notice\"\u003e\n\u003cstrong\u003eProtective-Equipment Notice\u003c\/strong\u003e\n\u003cp\u003eThe SAR Vest is an equipment-carrying platform. It is not ballistic armour, a flotation device or a substitute for certified high-visibility protective clothing. Reflective elements improve visibility but do not establish compliance with a specific occupational visibility standard unless separately documented. Configure and inspect all equipment according to organizational procedures and the operational risk assessment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"fd-sar-banner\"\u003e\n\u003ch2\u003eModular Equipment Access for Professional Rescue Teams\u003c\/h2\u003e\n\u003cp\u003eWith breathable mesh construction, extensive MOLLE\/PALS webbing, reflective identification, adjustable sizing and a rear evacuation handle, the Helikon-Tex® SAR Vest provides a configurable equipment platform for search-and-rescue personnel, medical responders and emergency teams.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"HELIKON TEX","offers":[{"title":"BLACK \/ XSM-MD","offer_id":45944549081279,"sku":null,"price":195.0,"currency_code":"CAD","in_stock":false},{"title":"BLACK \/ LG-XXL","offer_id":45944549114047,"sku":null,"price":195.0,"currency_code":"CAD","in_stock":true},{"title":"RED \/ XSM-MD","offer_id":45944549146815,"sku":null,"price":195.0,"currency_code":"CAD","in_stock":false},{"title":"RED \/ LG-XXL","offer_id":45944549179583,"sku":null,"price":195.0,"currency_code":"CAD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/9840\/3519\/files\/KK-SAR-PO-01_37_1.webp?v=1785525036","url":"https:\/\/fairdcanada.com\/es\/products\/sar-vest","provider":"FairD Canada","version":"1.0","type":"link"}