🚀 Soft Launch - Still in BETA! Play around and explore local services, local produce and pre-loved treasures. Report bugs to help us improve!
Local Produce

Fig1

15 Philadelphia St Broadmead Bristol BS1 3BZ United Kingdom,

Directory Listing Gift Shops

About Fig1

Fig1, a delightful gift shop located at 15 Philadelphia St, Broadmead, Bristol BS1 3BZ, invites customers to embark on a whimsical journey through a world of unique treasures. This charming shop offers an extraordinary selection of handcrafted items, thoughtful presents, and one-of-a-kind finds, perfect for every occasion. Whether searching for a special birthday gift or a heartfelt token of appreciation, Fig1 promises to surprise and delight with every visit. Stepping inside Fig1 means discovering a curated collection that can’t be found in high-street chains or supermarkets. Each item tells a story, making it easy to find that perfect gift that resonates with the recipient. Visitors can explore this enchanting store in the heart of Bristol and uncover hidden gems that spark joy. For more information, call 0117 363 6811 or check a live map for directions. Customers are encouraged to visit the shop's website for additional details about their unique offerings.
This description was generated from public directory data. Business owners can claim and edit their listing for free.

Business Gallery

2 Photos
Click any image to view in full size

Location & Directions

Address
15 Philadelphia St Broadmead Bristol BS1 3BZ United Kingdom

United Kingdom
Quick Actions
Quick Contact
ADDRESS
15 Philadelphia St Broadmead Bristol BS1 3BZ United Kingdom
Listed Business
Is this your business?

Claim your free listing to update information and attract more customers.

Claim This Business

Related Businesses Nearby

Discover other Local Produce businesses in your area

🐝 Site Under Maintenance

We're currently performing maintenance and updates to bring you the best local business directory experience.

Please check back soon. We'll be back online shortly!

Need immediate assistance? Contact us here

// Universal marketplace link interceptor - intercepts ALL marketplace links document.addEventListener('DOMContentLoaded', function() { // Find all links pointing to marketplace const marketplaceLinks = document.querySelectorAll('a[href="/marketplace"], a[href*="marketplace_home"]'); marketplaceLinks.forEach(function(link) { // Check if link contains "Shop Marketplace" text or shopping cart icon const linkText = link.textContent.trim(); const hasShoppingIcon = link.querySelector('.fa-shopping-cart'); if (linkText.includes('Shop Marketplace') || linkText.includes('SHOP MARKETPLACE') || hasShoppingIcon) { // Prevent default navigation and show modal link.addEventListener('click', function(e) { e.preventDefault(); // Use the existing showMarketplaceModal function if (typeof showMarketplaceModal === 'function') { showMarketplaceModal(); } else { // Fallback - directly show the modal const modal = document.getElementById('freshMarketplaceModal'); if (modal) { const bsModal = new bootstrap.Modal(modal); bsModal.show(); } } }); } }); });