Motorcycle riding gloves
Features an integrated PVC protective shell for enhanced overall protection; the thumb and index finger areas are made of conductive fabric for easy operation of touchscreen devices
${function() {
const variantData = data.variant || {"id":"80a2ed30-9915-4b80-a1b7-3bca663665b9","product_id":"4f054a3c-5ffc-4e5e-a078-25a198a9fd48","title":"Black G3 [Layer-stacked breathable fabric \/ PVC knuckle protection \/ Touchscreen compatible]-M","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":5,"option1":"Black G3 [Layer-stacked breathable fabric \/ PVC knuckle protection \/ Touchscreen compatible]","option2":"M","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b2cf7641368e9f3be538bde35295c2b3.png","path":"b2cf7641368e9f3be538bde35295c2b3.png","width":2048,"height":2048,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":78.98,"min_quantity":1}],"weight":"0","compare_at_price":"80.98","price":"78.98","retail_price":"80.98","available":true,"url":"\/products\/motorcycle-riding-gloves?variant=80a2ed30-9915-4b80-a1b7-3bca663665b9","available_quantity":999999999,"options":[{"name":"Color","value":"Black G3 [Layer-stacked breathable fabric \/ PVC knuckle protection \/ Touchscreen compatible]"},{"name":"Size","value":"M"}],"off_ratio":"2","flashsale_info":{"variant_id":"80a2ed30-9915-4b80-a1b7-3bca663665b9","product_id":"","quantity":0,"discount_id":"","limit_time":0,"limit_buy":0,"user_limit_buy":0,"discount_sales":0,"discount_sales_rate":"","discount_stock":0,"ends_at":0,"starts_at":0,"allow_oversold":"","allocation_method":"","price":"78.98","compare_at_price":"","discount_price":"78.98","customary_saved_price":"","customary_off_ratio":"","discount_saved_price":"","discount_off_ratio":"2","use_before_price":false,"before_price":"","title":"","properties":"","color_setting_promotional_copy":"","discount_quantity":0,"is_need_split":false},"sales":0};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `-`
}
`;
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Product was out of stock.
Product is unavailable.
${function() {
const minDays = parseInt('3');
const maxDays = parseInt('7');
const customText = "Estimated Delivery\uff1a{min_date} - {max_date}";
const minDate = new Date(Date.now() + (minDays * 86400000));
const maxDate = new Date(Date.now() + (maxDays * 86400000));
const formatDate = (minDate.getFullYear() == maxDate.getFullYear() && minDate.getFullYear() == new Date().getFullYear())
? new Intl.DateTimeFormat('en', { month: 'short', day: '2-digit' })
: new Intl.DateTimeFormat('en', { month: 'short', day: '2-digit', year: 'numeric' });
const tipText = customText.replace(/\{min_date\}/g, '' + formatDate.format(minDate) + '')
.replace(/\{max_date\}/g, '' + formatDate.format(maxDate) + '');
return `
${tipText}
`;
}()}