Choose your location to get started
{ const res = await fetch('https://thebokshop.codedvisiondesign.co.uk/api/nearest-store?lat=' + pos.coords.latitude + '&lng=' + pos.coords.longitude); const data = await res.json(); if (data.nearest) window.location.href = 'https://thebokshop.codedvisiondesign.co.uk/store/' + data.nearest.slug; else detecting = false; }, async () => { const res = await fetch('https://thebokshop.codedvisiondesign.co.uk/api/nearest-store'); const data = await res.json(); if (data.nearest) window.location.href = 'https://thebokshop.codedvisiondesign.co.uk/store/' + data.nearest.slug; else detecting = false; } ); } else { fetch('https://thebokshop.codedvisiondesign.co.uk/api/nearest-store').then(r => r.json()).then(data => { if (data.nearest) window.location.href = 'https://thebokshop.codedvisiondesign.co.uk/store/' + data.nearest.slug; else detecting = false; }); } " class="w-full flex items-center justify-center gap-2 py-3.5 rounded-xl font-semibold text-sm border border-white/10 hover:border-bok-olive/30 transition-all" style="color:#98A974" :disabled="detecting">
Find My Nearest Store
Detecting your location...
Horsham
7 Piries Place, RH12 1EH
Order Now
Brighton
3-4 East Street, BN1 1HP
Order Now
Home
Order
Book
Cart
Sign In