> 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/kids-and-baby/gender-neutrality.md).

# Gender Neutrality

OVERVIEW &#x20;

The Gender Neutrality field indicates whether a product is designed, coloured, and marketed in a gender-neutral way, or whether it leans toward gendered design conventions. It is not a field about the child — it is a field about the product's design language, colour palette, and positioning. It helps customers find products that match their values and gifting preferences.

Consumer expectations around gender and children's products have shifted significantly. Many parents actively seek gender-neutral products, particularly for gifts where they do not know the recipient's preferences, or for second-child use across genders. Structured gender neutrality data enables this filtering — and signals that your brand is paying attention.

&#x20;&#x20;

<br>

BUSINESS VALUE &#x20;

Why this field matters

* Gender-neutral products are the fastest-growing segment in children's toys and clothing
* Gift buyers who do not know the child's gender preference filter explicitly for gender-neutral options
* Parents of multiple children with different genders actively seek products that work for all their children
* Gender-neutral positioning unlocks a broader addressable audience for any product
* Brand values around inclusivity are reinforced through consistent gender neutrality data
* Second-hand and resale value is higher for gender-neutral products — an increasingly relevant purchase factor

&#x20;

&#x20;ACF SETUP &#x20;

How to configure this field in Accentuate Custom Fields

| Where       | ACF dashboard → Templates tab → Product scope → Add new field         |
| ----------- | --------------------------------------------------------------------- |
| Label       | Gender Neutrality                                                     |
| Name / Key  | gender\_neutrality                                                    |
| Namespace   | accentuate (default)                                                  |
| Field type  | Shopify >> Single-line text (single value)                            |
| Multi-value | No — a product occupies one position on the gender spectrum at a time |

<br>

| Note: Single-value field. The three recommended values are: "Gender neutral", "Skews feminine" and "Skews masculine" — these describe design language, not the intended user. Avoid binary gender labels as product values; describe the design direction instead. |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |

&#x20;&#x20;

<br>

STEP-BY-STEP IN ACF &#x20;

1. Open ACF, go to Templates tab and select the Product scope
2. Click "Add new field"
3. Label: "Gender Neutrality" — Key auto-fills as "gender\_neutrality"
4. Namespace: leave as "accentuate"
5. Field type: Shopify >> Single-line text (single value)
6. Do not enable multiple selections — this is a single-position field
7. Click Done, then Save
8. Open a product and assign the value that best reflects the product's design language

| Shopify admin (optional pinning): Pin in Shopify admin: Settings → Custom data → Products. Namespace: "accentuate", Key: "gender\_neutrality", Type: Single-line text. Single value — straightforward for content teams to fill in. Create a Shopify collection with condition: metafield accentuate.gender\_neutrality equals "Gender neutral" for an auto-updating gender-neutral gift collection. |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

<br>

| Repeatability: Single-value field by design. A product has one gender neutrality position. Do not enable multiple selections or repeatable sections. |
| ---------------------------------------------------------------------------------------------------------------------------------------------------- |

&#x20;&#x20;

<br>

REFERENCE VALUES &#x20;

Example values — adapt to your catalog

| Value           | When to use                                                                                         |
| --------------- | --------------------------------------------------------------------------------------------------- |
| Gender neutral  | Colour palette, design, and marketing make no gendered assumptions; works for any child             |
| Skews feminine  | Design language leans toward conventionally feminine conventions (pinks, florals, certain motifs)   |
| Skews masculine | Design language leans toward conventionally masculine conventions (blues, vehicles, certain motifs) |

&#x20;

<br>

&#x20;BEST PRACTICES &#x20;

* Assess gender neutrality based on the product's actual design language, colour palette, and marketing — not assumptions
* When in doubt between "Gender neutral" and "Skews feminine/masculine", consider how a gift buyer would perceive it
* Use "Gender neutral" consistently to build a reliable filter — do not apply it selectively
* Review gender neutrality values periodically as brand direction evolves
* For products in a range where some SKUs are gendered and some are neutral, apply values per product, not per range

&#x20; COMMON MISTAKES &#x20;

* Using binary gender labels as values: "Boys" and "Girls" describe the intended user, not the product's design language
* Leaving this field blank because "all our products are for all children" — design language exists regardless of intent
* Applying "Gender neutral" to every product to maximise filter visibility — parents notice and trust erodes
* Not reassessing values when a product undergoes a packaging or colour refresh
* Conflating gender neutrality with age range or use case — they are independent dimensions

<br>

IN CONTEXT &#x20;

| Stacking Cups — 10-piece Set                                                    |
| ------------------------------------------------------------------------------- |
| Age range:   6–12 months, 1–2 years                                             |
| Gender neutrality:   Gender neutral                                             |
| Material safety:   BPA-free, Phthalate-free, Non-toxic                          |
| Educational benefit:   Fine motor skills, Colour recognition, Spatial reasoning |
| Safety certifications:   CE, EN 71 Part 1                                       |
| Washability:   Dishwasher safe (top rack)                                       |

\
\ <br>

Developer Implementation

| Liquid note: Single-value Shopify >> Single-line text — access with .value directly. Use in collection conditions to build a "Gender neutral gifts" collection automatically. |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

\ <br>

Liquid — Storefront Rendering\\

```
{% comment %}
  Gender Neutrality — Shopify >> Single-line text (single value)
  Namespace: accentuate | Key: gender_neutrality
  Describes design language, not the intended user
{% endcomment %}


{% assign gender_neutral = product.metafields.accentuate.gender_neutrality.value %}


{% if gender_neutral == "Gender neutral" %}
  <span class="badge badge--neutral">Gender neutral</span>
{% endif %}
```

<br>

| Pro tip: Create a "Gender neutral gifts" collection with a single Shopify collection condition: metafield accentuate.gender\_neutrality equals "Gender neutral". This collection updates automatically as you add and tag products — a zero-maintenance gift destination that is increasingly trafficked as search behaviour shifts. |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |

&#x20;&#x20;

<br>

SEE ALSO &#x20;

* Age range — gender-neutral gift filtering is most commonly combined with age range
* Educational benefit — educational positioning is a natural complement to gender-neutral products
* Use case — birthday and gift use cases pair naturally with gender neutrality filtering

| 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/kids-and-baby/gender-neutrality.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.
