The Clay Reflection EX7 Skateboard Deck is a pro model for Clay Kreiner from Opera Skateboards. The deck comes in at 8.5' wide and depicts an opera mask in a mirror frame on a cluttered desk. The background is a messy scene of shapes and shading, with the whole deck having embossed detailing. Opera branding is seen above the graphic, with Kreiner's name underneath.
- Clay Kreiner Pro Model
- 8.5' Wide
- 7-Ply Maple
- Free Grip
- Ply Colour May Vary
- 001173399
This deck comes with your choice of free Grip Tape, or upgrade to one of our premium Grip Tapes. (Just add the deck to your basket and the options will be presented).
Please let us know if you would like the grip applied for you. Please note: Gripped decks cannot be returned.
Get any of our Route One Undercarriage Kits for just 29.95 (save 20) with any full price deck. Compatible with 7.875' - 8.3' width boards only.
The kit contains Route One O.B. 5.375' Trucks, 52mm Wheels, Abec 5 Bearings and 1' Bolts.
'
});
})
function addtocart(qty,skus,key){
var data = {
"productId":"937580",
"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:'937580'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});