Skip to content

There is a lot being made in Europe. Let’s find it.

SHOWP is a growing catalogue of brands that manufacture in the European Union. Explore independent makers and established producers across fashion, beauty, home, food and more — all in one place.

No “designed in Europe” shortcuts. SHOWP focuses on brands that actually manufacture in the EU.

Explore by category, country or product type — or simply see what you find.

.showp-product-search { max-width: 640px; margin: 0 auto; } #showp-product-search-form { display: flex; gap: 18px; align-items: flex-start; } .showp-search-field { position: relative; flex: 1; } #showp-product-search-input { width: 100%; height: 48px; padding: 0 16px; border: 1px solid #ddd; border-radius: 14px; background: #fff; font-size: 16px; outline: none; } #showp-product-search-form button { height: 48px; padding: 0 32px; border: 0; background: #000; color: #fff; cursor: pointer; font-weight: 600; } .showp-search-results { position: absolute; top: calc(100% + 5px); left: 0; right: 0; background: #fff; border: 1px solid #ddd; border-radius: 10px; overflow: hidden; z-index: 9999; box-shadow: 0 5px 15px rgba(0,0,0,.12); } .showp-search-option { display: block; width: 100%; padding: 11px 15px; background: #fff; color: #000; text-align: left; text-decoration: none; font-size: 15px; } .showp-search-option:hover { background: #f5f5f5; color: #000; } @media (max-width: 600px) { #showp-product-search-form { gap: 10px; } #showp-product-search-form button { padding: 0 20px; } } (function () { const input = document.getElementById(‘showp-product-search-input’); const results = document.getElementById(‘showp-product-search-results’); let timer = null; let controller = null; function hideResults() { results.hidden = true; results.innerHTML = ”; } function showResults(tags) { results.innerHTML = ”; if (!tags.length) { hideResults(); return; } tags.forEach(function(tag) { const option = document.createElement(‘a’); option.className = ‘showp-search-option’; option.textContent = tag.name; option.href = ‘/products/?_smart_product_search=’ + encodeURIComponent(tag.name); results.appendChild(option); }); results.hidden = false; } async function searchTags(query) { if (query.length < 2) { hideResults(); return; } if (controller) { controller.abort(); } controller = new AbortController(); const url = '/wp-json/wp/v2/tags' + '?search=' + encodeURIComponent(query) + '&per_page=10' + '&hide_empty=true' + '&_fields=name'; try { const response = await fetch(url, { signal: controller.signal }); if (!response.ok) { throw new Error('Tag search failed'); } const tags = await response.json(); showResults(tags); } catch (error) { if (error.name !== 'AbortError') { console.error(error); } } } input.addEventListener('input', function() { clearTimeout(timer); const query = input.value.trim(); timer = setTimeout(function() { searchTags(query); }, 200); }); document.addEventListener('click', function(event) { if (!event.target.closest('.showp-product-search')) { hideResults(); } }); })();

Recently reviewed brands

Frequently Asked Questions

What does “Made in Europe” mean on SHOWP?
On SHOWP, “Made in Europe” means manufacturing within a European Union member country. Being designed or headquartered in Europe alone is not enough.

Are all brands on SHOWP manufactured in the European Union?
Every brand listed on SHOWP has confirmed manufacturing within the EU. Production can vary between product ranges, so SHOWP records the information available rather than assuming every product has the same origin.

Is “designed in Europe” the same as “made in Europe”?
No. A product can be designed by a European company and manufactured elsewhere. SHOWP focuses on where products are actually made.

How does SHOWP check where brands manufacture?
SHOWP uses official brand information and other publicly available sources. Where manufacturing information is unclear, it is not assumed.

Read the full FAQ