Rees is our everyday essential; our modern, pared-back take on a classic camera bag. Handcrafted in London from pebbled recycled leather, it has an adjustable crossbody strap to be worn high or low and a roomy interior that offers ample space for day-to-day functionality, whilst looking chic and laid back with any outfit. The double zip allows super easy access when on the go, and our recycled felt and suede-like interior creates a perfect balance of softness and structure to the bag.
Named after Rees Street in Islington, north London, Rees comfortably fits your wallet, phone, glasses, keys and even a small umbrella. The nifty internal pocket is the perfect size for your cards.
Also available in '
});
})
function addtocart(qty,skus,key){
var data = {
"productId":"318345",
"cartNum":qty,
"new":0
};
if(key){
data.uniqueId = skus[key].unique;
}
$.ajax({
url:"?m=jqajax&act=addtocart",
method:"POST",
dataType:"JSON",
data:data,
success :function(e){
layer.closeAll();
if(e.error == 0){
$(".right-mini-cart-box").html(e.html);
$(".CartCount").html(e.data.count);
$('.drawer-toggle-cart').trigger("click");
}else{
layer.msg(e.msg);
}
}
});
}
$(".cart-wishlist").click(function(){
$.ajax({
url: "?m=jqajax&act=addwish",
method: "POST",
dataType: "JSON",
data: {
id:'318345'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});