# Alcohol vs. Non-Alcohol Products

### How CrushSuite Tells Them Apart

CrushSuite identifies a product as an alcohol product when it has **compliance data** — specifically ABV (alcohol by volume) and volume (ml). Products without these fields are treated as non-alcohol items.

| Product Type                      | Has ABV & Volume? | Subject to Compliance?                                   |
| --------------------------------- | ----------------- | -------------------------------------------------------- |
| Wine (any varietal)               | Yes               | Yes — state restrictions, alcohol fees, age verification |
| Beer, spirits, cider              | Yes               | Yes — same compliance rules apply                        |
| Merchandise (shirts, hats)        | No                | No — ships anywhere, no compliance checks                |
| Accessories (corkscrews, glasses) | No                | No                                                       |
| Gift cards                        | No                | No                                                       |
| Food items (cheese, crackers)     | No                | No                                                       |

***

### What This Means at Checkout

When a customer has a mixed cart (wine + merchandise), CrushSuite handles each product type appropriately:

* **Wine products:** Subject to state availability checks, alcohol fees, and compliance verification
* **Non-alcohol products:** No compliance restrictions, no alcohol fees, no state limitations

The state alcohol fee line item in the cart only counts wine bottles — merchandise in the cart doesn't affect the fee calculation.

***

### Making Sure Products Are Categorized Correctly

#### Vinoshipper users

Products synced from Vinoshipper automatically have compliance data (ABV, volume) mapped. Products you add directly to Shopify (like merchandise) won't have this data, so they'll naturally be treated as non-alcohol items.

#### Self-compliance users

When you add compliance data to a product in CrushSuite (Mapping Product Compliance Data), that product becomes subject to compliance rules. Products without compliance data are treated as non-alcohol.

{% hint style="info" %}
**Non-wine products are fully supported.** You don't need a separate Shopify store for merchandise. CrushSuite only applies compliance rules to products with ABV and volume data — everything else flows through standard Shopify checkout with no restrictions.
{% endhint %}

***

### Common Questions

**Can a customer buy only merchandise (no wine) and skip compliance checks?** Yes. If a customer's cart contains only non-alcohol products, the standard Shopify checkout applies with no compliance gates.

**What if I sell non-wine alcohol (cider, mead, spirits)?** If the product has ABV and volume data, CrushSuite treats it the same as wine for compliance purposes. State DTC shipping laws may vary for non-wine alcohol — consult your compliance counsel.

**What about wine accessories bundled with wine?** If you sell a gift set that includes a bottle of wine plus a corkscrew, the wine component should have compliance data. The accessory component (sold separately) should not.


---

# Agent Instructions: 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://crushsuite.gitbook.io/docs/compliance/managing-products/alcohol-vs.-non-alcohol-products.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.
