Shweta

46
Maison Quarante Six

Grains are for survival.
The rest is elevation.

Founder
The Story of 46

“A surgeon does not guess. He calculates. 46 is built the same way.”

Placeholder narrative. Quiet founder note goes here, the why behind the brand, written in a single restrained paragraph. This is provenance of intent, not of soil. Replace with the real story.

Read the Story
People’s Favourites

What the table is already talking about.

A Sensorial Moment

The sound a jar makes when it opens for the first time.

Watch the Moment
Cook with 46

A jar finishes what a kitchen begins.

Must Try First

If this is your first jar, start here.

The Codification

Two thousand years ago, the world’s first treatise on food and drink was written. It was the forty-sixth chapter. We took the number.

The Origin of 46
As Seen In
Publication
Journal
Magazine
Review
Gazette
The Gift
Gifting at 46

The gift that puts the giver above the room.

Placeholder description. A separate door for the gifter. Packaging, presentation, and a concierge for the season. Replace with the real gifting line.

Explore Gifting
The 46 Circle

For early access to what we make next.

Private previews, festive releases, limited editions.

import pypandoc, os, re src = “/mnt/data/Pasted text(6).txt” out = “/mnt/data/46-website-with-images.txt” with open(src, “r”, encoding=”utf-8″) as f: code = f.read() replacements = { ‘‘: ‘‘, ‘
Founder
‘: ‘
Founder
‘, ‘
Product 01
‘: ‘
Product 01
‘, ‘
Product 02
‘: ‘
Product 02
‘, ‘
Product 03
‘: ‘
Product 03
‘, ‘
Product 04
‘: ‘
Product 04
‘, ‘
Pairing 01
‘: ‘
Cook with 46
‘, ‘
Pairing 02
‘: ‘
Cook with 46
‘, ‘
Pairing 03
‘: ‘
Cook with 46
‘, ‘
The Gift
‘: ‘
Gift
‘, ‘‘: ‘‘ } for old, new in replacements.items(): code = code.replace(old, new) css = “”” “”” code = code.replace(““, css + “\n“, 1) pypandoc.convert_text( code, ‘plain’, format=’md’, outputfile=out, extra_args=[‘–standalone’] ) out
Scroll to Top