> For the complete documentation index, see [llms.txt](https://help.accentuate.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.accentuate.io/use-case-guides/sports-and-outdoor/safety-features.md).

# Safety Features

&#x20; OVERVIEW &#x20;

The Safety Features field captures the specific safety-oriented design attributes, protection mechanisms, and compliance certifications built into an outdoor or sports product. It is distinct from Material Safety (which describes what harmful substances are absent) and from Weather Suitability (which describes environmental performance). Safety Features describes what active or passive protection a product provides to the user in the field.

For many outdoor and sports products — helmets, harnesses, ropes, avalanche equipment, personal flotation devices — safety features are the primary purchase criterion and a legal compliance requirement. Structured safety feature data protects the customer, informs rescue and emergency protocols, and protects the merchant from liability arising from undisclosed safety limitations or claimed protections that were not present.

&#x20; BUSINESS VALUE &#x20;

Why this field matters

* Safety features are the non-negotiable purchase criterion for helmets, harnesses, ropes, PFDs, and avalanche safety equipment
* Regulatory compliance (CE, EN, UIAA, ISO) requires documented safety features — structured data supports audit and documentation requirements
* Safety feature transparency reduces liability exposure — a merchant who accurately disclosed safety features and limitations is better protected than one who omitted them
* Parents and gift buyers buying outdoor gear for others rely on safety feature data to select appropriate protection levels
* Outdoor education providers and guiding operations require safety feature data for equipment procurement and duty-of-care compliance
* AI recommendation systems use safety features to avoid recommending inappropriate products for high-risk activities (e.g. a recreational helmet for climbing)

&#x20; ACF SETUP &#x20;

How to configure this field in Accentuate Custom Fields

| Where       | ACF dashboard → Templates tab → Product scope → Add new field         |
| ----------- | --------------------------------------------------------------------- |
| Label       | Safety Features                                                       |
| Name / Key  | safety\_features                                                      |
| Namespace   | accentuate (default)                                                  |
| Field type  | Shopify >> Single-line text (List)                                    |
| Multi-value | Yes — products typically have multiple safety features simultaneously |

<br>

| Critical: Only claim safety features that are present in the product as designed and tested. Do not add safety feature values to a product to improve its discoverability or perceived safety level. False or misleading safety claims create serious consumer protection, product liability, and regulatory exposure. When in doubt, leave it out and consult the manufacturer's documentation. |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |

&#x20; STEP-BY-STEP IN ACF &#x20;

* Open ACF, go to Templates tab and select the Product scope
* Click 'Add new field'
* Label: 'Safety Features' — Key auto-fills as 'safety\_features'
* Namespace: leave as 'accentuate'
* Field type: Shopify >> Single-line text (List)
* Enable 'Allow multiple selections' — safety-critical products have multiple features
* Click Done, then Save.
* Populate exclusively from manufacturer documentation, CE declarations, and independently verified safety data

| Safety certifications (CE, UIAA, EN, ISO) belong in a separate dedicated Safety Certifications field. Safety Features describes what the product actively does to protect the user. Certifications describe the standard to which that protection has been independently verified. |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

&#x20; REFERENCE VALUES &#x20;

Example values — only assign values documented in manufacturer safety data

| Value                                       | When to use                                                                                                     |
| ------------------------------------------- | --------------------------------------------------------------------------------------------------------------- |
| Impact protection (EPS foam)                | Expanded polystyrene liner for single-impact helmet absorption — cycling, skiing, climbing helmets              |
| Multi-impact protection (MIPS / EPS hybrid) | Helmet system designed to manage both single and repeated impacts — advanced helmet construction                |
| MIPS rotational protection                  | Multi-directional Impact Protection System — reduces rotational forces in angled impacts; helmet feature        |
| Fall arrest rated                           | Harness or anchor system tested and rated for fall arrest loads — climbing and work-at-height equipment         |
| Avalanche airbag compatible                 | Backpack system with integrated or compatible avalanche airbag mechanism                                        |
| Reflective elements                         | High-visibility reflective panels or piping for low-light visibility — running, cycling, hiking apparel         |
| Buoyancy / PFD rated                        | Personal flotation device rated to a specified buoyancy standard (EN ISO 12402) — kayaking, sailing, open water |
| Leash attachment point                      | Dedicated leash or tether attachment for water sports equipment — surfboards, SUP boards, kayak paddles         |
| Whistle / Signalling device                 | Integrated or included emergency signalling device — safety whistles, PLBs, personal locator devices            |
| Anti-slip / High-traction sole              | Specifically engineered traction for preventing slips on wet, icy, or technical terrain — footwear and crampons |
| Wrist / Ankle safety release                | Quick-release mechanism for emergency detachment — waterskiing, kitesurfing, safety leashes                     |
| CE certified (EN 1077)                      | Ski and snowboard helmet certification — European safety standard for snow sports head protection               |

&#x20; BEST PRACTICES &#x20;

* Every safety feature claim must be traceable to a manufacturer document, CE declaration, or independently verified test report — no exceptions
* Keep Safety Features and Safety Certifications in separate fields — features describe what a product does; certifications confirm it has been independently tested
* For helmets, always state the protection type (EPS, MIPS, multi-impact) — 'protective' is not a structured safety attribute
* For avalanche safety products (transceivers, probes, shovels, airbag packs), safety features are the entire product value proposition — populate this field with exceptional care and completeness
* Update safety feature values immediately if a manufacturer issues a safety notice, product recall, or specification change

&#x20; COMMON MISTAKES &#x20;

* Copying safety feature claims from a competitor's listing or a retail catalogue without verifying against the manufacturer's own documentation
* Using 'Safe' or 'Safety-tested' as a value — these are not structured safety features; they are marketing language
* Omitting safety features on products where they are the primary purchase criterion (helmets, harnesses, PFDs) — this is both a commercial and a safety error
* Conflating safety certifications (CE EN 1077) with safety features (MIPS rotational protection) — they belong in separate fields
* Not updating safety features when a manufacturer changes the product design — a reformulated helmet may have different impact protection characteristics than its predecessor

&#x20; IN CONTEXT &#x20;

| Mountain Bike Helmet — Full Face | <p><br></p>                                                                                                                |
| -------------------------------- | -------------------------------------------------------------------------------------------------------------------------- |
| Activity                         | Mountain biking, Downhill                                                                                                  |
| Skill level                      | Advanced, Expert / Elite                                                                                                   |
| Terrain                          | Technical off-trail, Trail                                                                                                 |
| Safety features                  | Impact protection (EPS foam), MIPS rotational protection, Multi-impact protection (MIPS / EPS hybrid), Reflective elements |
| Weight                           | Weight: 780 g                                                                                                              |

&#x20; DEVELOPER IMPLEMENTATION &#x20;

| Liquid note: Shopify >> List — use .value for the array. Safety features must be displayed prominently — render them near the add-to-cart button as a trust and safety signal. Do not bury safety data in an accordion or secondary tab. |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

Liquid — Storefront Rendering

\| <p>{% comment %}</p><p>Safety Features — Shopify >> Single-line text (List)</p><p>Namespace: accentuate | Key: safety\_features</p><p>Display prominently — safety-critical purchase signal</p><p>{% endcomment %}</p><p>{% assign safety = product.metafields.accentuate.safety\_features.value %}</p><p>{% if safety != blank %}</p><p>  \<div class="safety-features"></p><p>    \<span class="spec-label">Safety Features\</span></p><p>    {% for feature in safety %}</p><p>      \<span class="safety-badge">{{ feature }}\</span></p><p>    {% endfor %}</p><p>  \</div></p><p>{% endif %}</p> |
\| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

<br>

| Pro tip: Build a 'MIPS Helmets' collection using safety\_features = 'MIPS rotational protection'. MIPS is a premium safety feature with high consumer recognition and search volume — a dedicated collection surfaces these products directly to customers who know to search for this protection level. |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

&#x20; SEE ALSO &#x20;

* Safety certifications — the independent test standards and certification bodies that verify the safety features are present and perform as claimed (CE, UIAA, EN, ISO)
* Skill level — safety feature requirements often increase with skill level and terrain technicality
* Activity — different activities require entirely different safety features; a cycling helmet and a climbing helmet are not interchangeable
* Material durability — for safety-critical products, material durability and safety performance are directly linked

| Full ACF documentation: help.accentuate.io \| Metafield Definitions → Fields → Field data type → Shopify field types |
| -------------------------------------------------------------------------------------------------------------------- |

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.accentuate.io/use-case-guides/sports-and-outdoor/safety-features.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
