FAIABLE FADE CRAFT Unisex Oversized Acid Wash Hoodie Pullover - Athletic & Warm, Long Sleeve Relaxed Fit Sweatshirt in Soft Material - Perfect for Men's & Women's Leisure, Pair with Leggings - No Bleach or Detergent Needed!
${function() {
const variantData = data.variant || {"id":"f01252f5-b8cf-4c11-8b3f-17a0d956bbff","product_id":"16db292e-896f-48e3-b13b-9fb3088a4ffe","title":"S-Black","weight_unit":"kg","inventory_quantity":645,"sku":"AL-W0169-LHH-S","barcode":"","position":31,"option1":"S","option2":"Black","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/3107df02648641b70f8e3a1ff528498f.jpg","path":"3107df02648641b70f8e3a1ff528498f.jpg","width":1600,"height":1658,"alt":"","aspect_ratio":0.9650180940892642},"wholesale_price":[{"price":53.99,"min_quantity":1}],"weight":"0","compare_at_price":"69.99","price":"53.99","retail_price":"69.99","available":true,"url":"\/products\/faiable-fade-craft-unisex-oversized-acid-wash-hoodie-pullover-athletic-warm-long-sleeve-relaxed-fit-sweatshirt-in-soft-material-perfect-for-mens-womens-leisure-pair-with-leggings-no-bleach-or-detergent-needed?variant=f01252f5-b8cf-4c11-8b3f-17a0d956bbff","available_quantity":645,"options":[{"name":"SIZE","value":"S"},{"name":"COLOR","value":"Black"}],"off_ratio":23,"flashsale_info":[],"sales":5689};
const saveType = "percentage";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}% `
: `- `
}
`;
}()}
Size:
S
${function(){
const optName = "SIZE";
const optionValue = data.originData.selectData ? data.originData.selectData[optName].value : data.originData.value;
const optionValueText = optionValue ? (optionValue) : '';
return `${optionValueText} `;
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Color:
Black
${function(){
const optName = "COLOR";
const optionValue = data.originData.selectData ? data.originData.selectData[optName].value : data.originData.value;
const optionValueText = optionValue ? (optionValue) : '';
return `${optionValueText} `;
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
people are viewing this right now
${function() {
const minInventory = parseInt('6');
const maxInventory = parseInt('50');
const randomInventory = Math.round(Math.random() * (maxInventory - minInventory)) + minInventory;
const customText = "Only {stock} item(s) left in stock!".replace(/\{stock\}/g, '' + randomInventory + ' ');
const barWidth = (randomInventory / maxInventory) * 100 + '%';
return `
`;
}()}
${function() {
const minDays = parseInt('3');
const maxDays = parseInt('5');
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}
`;
}()}
${function() {
const postageFreeAmount = 55;
const custom_text = "Free shipping on orders over $55";
const totalPrice = +data.total_price;
const diffPrice = postageFreeAmount - totalPrice;
const percentDiff = (diffPrice > 0 ? (totalPrice / postageFreeAmount * 100) : 100) + '%';
let tipText = "Your order is free delivery";
if (diffPrice > 0) {
tipText = custom_text.replace('{amount}', `
`);
}
return `
`;
}()}
Add to cart
$53.99
${function(){
const wholesale_enabled = false;
const qty = data.quantity || 1;
const currentSelectVariant = data.variant;
const defaultVariant = (data.product && data.product.variants && data.product.variants[0]);
const productVariant = {"id":"f01252f5-b8cf-4c11-8b3f-17a0d956bbff","product_id":"16db292e-896f-48e3-b13b-9fb3088a4ffe","title":"S-Black","weight_unit":"kg","inventory_quantity":645,"sku":"AL-W0169-LHH-S","barcode":"","position":31,"option1":"S","option2":"Black","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/3107df02648641b70f8e3a1ff528498f.jpg","path":"3107df02648641b70f8e3a1ff528498f.jpg","width":1600,"height":1658,"alt":"","aspect_ratio":0.9650180940892642},"wholesale_price":[{"price":53.99,"min_quantity":1}],"weight":"0","compare_at_price":"69.99","price":"53.99","retail_price":"69.99","available":true,"url":"\/products\/faiable-fade-craft-unisex-oversized-acid-wash-hoodie-pullover-athletic-warm-long-sleeve-relaxed-fit-sweatshirt-in-soft-material-perfect-for-mens-womens-leisure-pair-with-leggings-no-bleach-or-detergent-needed?variant=f01252f5-b8cf-4c11-8b3f-17a0d956bbff","available_quantity":645,"options":[{"name":"SIZE","value":"S"},{"name":"COLOR","value":"Black"}],"off_ratio":23,"flashsale_info":[],"sales":5689};
const variantData = currentSelectVariant || defaultVariant || productVariant;
const wholesale_price = variantData.wholesale_price || [];
if(wholesale_enabled && wholesale_price.length > 0) {
let wholesaleIndex = wholesale_price.findIndex(item => {
return item.min_quantity > qty;
});
if(wholesaleIndex < 0){
wholesaleIndex = wholesale_price.length - 1;
}else if(wholesaleIndex > 0){
wholesaleIndex = wholesaleIndex - 1;
}
const wholesalePrice = wholesale_price[wholesaleIndex] || '';
return `
`
}else {
const price = variantData && variantData.price;
return price != undefined ? `
` : ' ';
}
}()}
Buy now
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"f01252f5-b8cf-4c11-8b3f-17a0d956bbff","product_id":"16db292e-896f-48e3-b13b-9fb3088a4ffe","title":"S-Black","weight_unit":"kg","inventory_quantity":645,"sku":"AL-W0169-LHH-S","barcode":"","position":31,"option1":"S","option2":"Black","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/3107df02648641b70f8e3a1ff528498f.jpg","path":"3107df02648641b70f8e3a1ff528498f.jpg","width":1600,"height":1658,"alt":"","aspect_ratio":0.9650180940892642},"wholesale_price":[{"price":53.99,"min_quantity":1}],"weight":"0","compare_at_price":"69.99","price":"53.99","retail_price":"69.99","available":true,"url":"\/products\/faiable-fade-craft-unisex-oversized-acid-wash-hoodie-pullover-athletic-warm-long-sleeve-relaxed-fit-sweatshirt-in-soft-material-perfect-for-mens-womens-leisure-pair-with-leggings-no-bleach-or-detergent-needed?variant=f01252f5-b8cf-4c11-8b3f-17a0d956bbff","available_quantity":645,"options":[{"name":"SIZE","value":"S"},{"name":"COLOR","value":"Black"}],"off_ratio":23,"flashsale_info":[],"sales":5689};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}
【Unisex Plush Hoodies Pullover】: Acid wash hoodie sweatshirt without drawstring,is made up of super soft and comfortable high-quality fabric.
【Unisex Fashion Hoodies Match】: Basic long sleeve winter hoodies, wearcomfort and fashion sense. Easy to pair with leggings, skirts, shorts, jeans or pants.Can be worn outside with a jacket or coat.
【Hooded Sweatshirt Unisex Occasion】: This oversized streetwear top are suitable for daily leisure activities, party orgy, sports jogging, hiking, exercise cycling, street fashion, surfing, skating and other leisure sports.
【Unisex Oversized Hoodie Feature】: Unisex casual wash sweatshirt unisex long sleeve shirt is made of soft and comfy stretchy material .
【TIPS】: Do not touch laundry detergent or bleach directly, otherwise it will cause the clothes to fade or become mottled. Please dilute the detergent before washing. Do not scrub the area with force.