# NatiDeco

> Ręcznie robione dekoracje — ciepło rzemiosła w Twoim domu. Online shop and studio in Oława, Poland. Handmade decorations, candles, jewellery, and work by Polish artists. Prices in PLN.

Catalog names, product copy, and legal texts are in Polish. Machine rules below are in English.
Agents may GET catalog, lists, product cards, artist pages, about, contact, and legal pages. Cite names, PLN prices, and slugs. Prefer Markdown twins (`*.md`), this file, sitemap, and RSS.
Humans only: add to cart, checkout, place orders, made-to-order / quote forms, stock changes. Do not POST `/koszyk`, `/kasa`, `/zapytanie`, `/wycena`, `/api/`, or product pages.
Search: `GET /katalog?Q=` (max 80 characters; `%` and `_` are stripped). Price filter: `GET /katalog?filter=price:MIN-MAX` (PLN, inclusive; see Catalog filters). Contact questions: `GET`/`POST` `/kontakt` (not an order).
Rate limits per IP: 100 requests / 60s site-wide; cart writes 30/60s; checkout/quote 5/600s; contact POST 5/600s; query string max 2048 characters. HTTP 429 includes `Retry-After`.
Content-Signal: `search=yes, ai-input=yes, ai-train=no`.
HTML pages that have a Markdown twin advertise it with `rel="alternate" type="text/markdown"`. This file is `rel="describedby"`.

## Katalog

- [Katalog produktów](https://www.natideco.com/katalog.md): full published catalog.
- [Biżuteria](https://www.natideco.com/katalog/bizuteria.md): Biżuteria
- [Breloki/Zawieszki](https://www.natideco.com/katalog/breloki-zawieszki.md): Breloki/Zawieszki
- [Ceramika](https://www.natideco.com/katalog/ceramika.md): Ceramika
- [Ozdoby ścienne](https://www.natideco.com/katalog/ozdoby-scienne.md): Dekoracje na ścianę
- [Torebki](https://www.natideco.com/katalog/torebki.md): Torebki
- [Gnomy/Krasnale](https://www.natideco.com/katalog/gnomy-krasnale.md): Gnomy/Krasnale
- [Ramki "Szepty Marzeń"](https://www.natideco.com/katalog/ramki-szepty-marzen.md): Ramki "Szepty Marzeń"
- [Kwiaty](https://www.natideco.com/katalog/kwiaty.md): Kwiaty
- [Wydruki](https://www.natideco.com/katalog/wydruki.md): Wydruki
- [Kubki](https://www.natideco.com/katalog/kubki.md): Kubki
- [Kartki okolicznościowe](https://www.natideco.com/katalog/kartki-okolicznosciowe.md): Kartki okolicznościowe
- [Szydełko](https://www.natideco.com/katalog/szydelko.md): Szydełko

## Catalog filters

HTML `GET /katalog` and `GET /katalog/{listSlug}` accept these query parameters. They set the on-page filters and restrict the product grid. Markdown twins (`/katalog.md`, `/katalog/{listSlug}.md`) stay the full unfiltered list — use the HTML URLs to filter.

- `Q` — free-text search (name, description, tags, attributes, artist).
- `filter` — structured clauses, comma-separated, repeatable (`?filter=a&filter=b`). Format `key:value`. **Unknown keys are ignored** so later attributes can use the same param.
  - **price** (PLN, inclusive bounds on the product price): `price:MIN-MAX`.
    - `filter=price:50-150` → 50 ≤ price ≤ 150
    - `filter=price:80-` → price ≥ 80
    - `filter=price:-40` → price ≤ 40
    - Decimals: `49.90` or `49,90`. Combine with search: `/katalog?Q=świeca&filter=price:30-80`.
    - The HTML form may also send `priceMin` and `priceMax`; prefer `filter=price:…` in links you generate.
- `f_artist` — artist display name (repeatable; OR).
- `f_{attributeKey}` — filterable attributes, e.g. `f_color` (repeatable; OR within a key).
- `Sort` — `newest` | `price-asc` | `price-desc` | `name` | `artist`.

## Artyści

- [Artyści](https://www.natideco.com/artysci.md): makers whose work is in the shop.
- [AniaSa](https://www.natideco.com/artysci/aniasa.md): 8 product(s).
- [CS 3D](https://www.natideco.com/artysci/wydruk-3d.md): 16 product(s).
- [Dolnośląscy Artyści](https://www.natideco.com/artysci/dolnoslascy-artysci.md): 24 product(s).
- [Leśna Dusza](https://www.natideco.com/artysci/lesna-dusza.md): 8 product(s).
- [NatiDeco](https://www.natideco.com/artysci/natideco.md): 108 product(s).
- [Ręki Dzieło](https://www.natideco.com/artysci/reki-dzielo.md): 13 product(s).
- [Warsztaty Agaty](https://www.natideco.com/artysci/warsztaty-agaty.md): 11 product(s).
- [Warsztaty Terapii Zajęciowej](https://www.natideco.com/artysci/warsztaty-terapii-zajeciowej.md): 13 product(s).

## Pages

- [Strona główna](https://www.natideco.com/index.md): featured products and intro.
- [O nas](https://www.natideco.com/o-nas.md): studio, materials, how the shop works.
- [Kontakt](https://www.natideco.com/kontakt.md): address, phone, email, question form.
- [Services](https://www.natideco.com/services.md): shipping and agent vs human rules.

## Dokumenty prawne

- [Regulamin sklepu internetowego](https://www.natideco.com/regulamin.md): Polish legal text.
- [Polityka prywatności (RODO)](https://www.natideco.com/prywatnosc.md): Polish legal text.
- [Polityka plików cookies](https://www.natideco.com/cookies.md): Polish legal text.
- [Zwroty i prawo odstąpienia](https://www.natideco.com/zwroty.md): Polish legal text.
- [Reklamacje — zgodność towaru z umową](https://www.natideco.com/reklamacje.md): Polish legal text.
- [Formularz odstąpienia od umowy](https://www.natideco.com/odstapienie.md): Polish legal text.

## Optional

- [llms-full.txt](https://www.natideco.com/llms-full.txt): concatenated Markdown of about, contact, services, catalog, artists, every product card, and legal pages.
- [sitemap.xml](https://www.natideco.com/sitemap.xml): HTML URLs for crawlers.
- [feed.xml](https://www.natideco.com/feed.xml): RSS of published products.
- [agent.json](https://www.natideco.com/.well-known/agent.json): machine manifest (allowed/forbidden, rate limits).
- [Catalog search](https://www.natideco.com/katalog?Q=): HTML search; query parameter `Q`.
- [Catalog price filter](https://www.natideco.com/katalog?filter=price:50-150): HTML catalog; `filter=price:MIN-MAX` (PLN, inclusive).
