Detailed description
The soft cushion grip is comfortable and easy to hold. It has a flexible section to allow them to be bent to any angle.
- Length: 210mm
- Weight: 80g
- Handle: TPR
- Spoon: Stainless Steel
- Dishwasherable up to 70ºC
$(function() {
$('#buyWithNewPayButton').click(function(e){
e.preventDefault();
$('form#cart_form').attr('action', '/modules/payment/newpay/newpay_calculate.php?type=newPay').submit();
});
});