🚀 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

Loch Ness Nessie Shop

Inverness IV3 8AU United Kingdom,

Directory Listing Gift Shops

About Loch Ness Nessie Shop

Loch Ness Nessie Shop, located in the heart of Inverness, is a delightful gift shop that invites visitors to explore its enchanting selection of unique treasures. This charming store is a haven for those seeking handcrafted items, thoughtful presents, and one-of-a-kind finds that truly stand out for any occasion. Whether it’s a birthday, anniversary, or a special surprise, customers will discover gifts that express creativity and thoughtfulness, far removed from the ordinary offerings found in high-street chains. Stepping inside Loch Ness Nessie Shop is like embarking on a treasure hunt filled with surprises. Each corner reveals handcrafted wonders and delightful curiosities, perfect for anyone with an appreciation for the extraordinary. Visitors are encouraged to come by and experience the magic of this unique shop at IV3 8AU, Inverness. For inquiries, they can reach out at +44 1456 450743. To navigate easily, check a live map for the most up-to-date directions, and don’t forget to visit their website for more details.
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
Inverness IV3 8AU United Kingdom

United Kingdom
Quick Actions
Quick Contact
ADDRESS
Inverness IV3 8AU 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(); } } }); } }); });