The Classic Camera Bag is a refined everyday essential designed for effortless wear. Crafted from premium leather and finished with signature Sol Sana western stud detailing, it offers a timeless silhouette that pairs seamlessly with the Eastwood Slides.
Details:
Premium leather outer with silver hardware
Signature western stud detailing
Removable shoulder strap
Size & Fit:
Width: 21 cm
Height: 12.5 cm
Depth: 7 cm
Strap length: 112 cm (removable)
Colour: Black with Silver Hardware Material: 100% Leather
Subscribe to be the first to discover the latest collections, exclusive discounts & events, plus a special treat on your birthday!
Availability
// Save scroll position
window.onbeforeunload = function() {
localStorage.setItem('scrollPosition', window.scrollY);
};
// Restore scroll position
window.onload = function() {
var scrollPosition = localStorage.getItem('scrollPosition');
if (scrollPosition) {
window.scrollTo(0, scrollPosition);
localStorage.removeItem('scrollPosition'); // Clear saved position after use
}
};