View all
Free Shipping Over $89
Free Shipping Over $89
Shop now
Every piece is worth it!
Every piece is worth it!
Shop now
One try and you'll be hooked!
One try and you'll be hooked!
Shop now
Free Shipping Over $89
Every piece is worth it!
One try and you'll be hooked!
Free Shipping Over $89
Every piece is worth it!
One try and you'll be hooked!
View all (3)
const updateHeaderMetrics = () => { const header = document.getElementById('header'); const rect = header.getBoundingClientRect(); const headerHeight = rect.bottom; document.documentElement.style.setProperty('--header-height', `${headerHeight}px`); }; window.addEventListener('DOMContentLoaded', updateHeaderMetrics); window.addEventListener('resize', updateHeaderMetrics); const header = document.getElementById('header'); const resizeObserver = new ResizeObserver(entries => { for (let entry of entries) { const rect = entry.target.getBoundingClientRect(); const headerHeight = rect.bottom; document.documentElement.style.setProperty('--header-height', `${headerHeight}px`); } }); resizeObserver.observe(header);
function setSearchUrl(searchValue) { return Promise.resolve({ url: '/search?q=' + searchValue }); } exportFunction('setSearchUrl', setSearchUrl);
dailycici
function setSearchUrl(searchValue) { return Promise.resolve({ url: '/search?q=' + searchValue }); } exportFunction('setSearchUrl', setSearchUrl);
function setSearchUrl(searchValue) { return Promise.resolve({ url: '/search?q=' + searchValue }); } exportFunction('setSearchUrl', setSearchUrl);
Account
Log in
Create an account
${data.data.count > 99 ? '99+' : data.data.count}
Cart
Home
New In
Street Racer
Street Racer
Racing Hoodies
Pole Position-Tops
Racing T-shirts
Unisex Sweatshirts
Outdoor Style
Outdoor Jackets
Retro Style
Coastal Style
Baseball Style
Dragon Ball Style
Training
Women
Women
Women's Racing Style
Women's Vintage Style
Accessories
Clearance Sales
Log in
Create an account
Home
New In
Street Racer
Racing Hoodies
Pole Position-Tops
Racing T-shirts
Unisex Sweatshirts
Outdoor Style
Outdoor Jackets
Retro Style
Coastal Style
Baseball Style
Dragon Ball Style
Training
Women
Women's Racing Style
Women's Vintage Style
Accessories
Clearance Sales
More links
${function (){ var linkList =[false,false,true,false,false,false,false,false,false,false,true,false,false].slice(offset); var hasChild = linkList.some(v => v); var scriptStr = `
var parentId = "#header-more-link-container"; var contentId = "#header-more-link-container-content"; var container = SPZCore.Dom.scopedQuerySelector(document.body, parentId ); var containerContent = SPZCore.Dom.scopedQuerySelector(document.body, parentId+" "+contentId); var offset = +containerContent.getAttribute("offset"); var linkList = [false,false,true,false,false,false,false,false,false,false,true,false,false].slice(offset); var hasChild = linkList.some(v => v); if(hasChild){ container.classList.remove("more-link-simple-container"); container.classList.add("more-link-multi-container"); }else{ container.classList.add("more-link-simple-container"); container.classList.remove("more-link-multi-container"); }
` function renderContent( currentIdx ,content ){ if( offset+1 > currentIdx ){ return "" } return content } if(!hasChild){ return `
${renderContent( 1, `
Home
` )} ${renderContent( 2, `
New In
` )} ${renderContent( 3, `
Street Racer
` )} ${renderContent( 4, `
Outdoor Style
` )} ${renderContent( 5, `
Outdoor Jackets
` )} ${renderContent( 6, `
Retro Style
` )} ${renderContent( 7, `
Coastal Style
` )} ${renderContent( 8, `
Baseball Style
` )} ${renderContent( 9, `
Dragon Ball Style
` )} ${renderContent( 10, `
Training
` )} ${renderContent( 11, `
Women
` )} ${renderContent( 12, `
Accessories
` )} ${renderContent( 13, `
Clearance Sales
` )} ${scriptStr}
` } return `
${renderContent(1, `
Home
` )} ${renderContent(2, `
New In
` )} ${renderContent(3, `
Street Racer
` )} ${renderContent(4, `
Outdoor Style
` )} ${renderContent(5, `
Outdoor Jackets
` )} ${renderContent(6, `
Retro Style
` )} ${renderContent(7, `
Coastal Style
` )} ${renderContent(8, `
Baseball Style
` )} ${renderContent(9, `
Dragon Ball Style
` )} ${renderContent(10, `
Training
` )} ${renderContent(11, `
Women
` )} ${renderContent(12, `
Accessories
` )} ${renderContent(13, `
Clearance Sales
` )}
${renderContent(1, `
` )} ${renderContent(2, `
` )} ${renderContent(3, `
Racing Hoodies
Pole Position-Tops
Racing T-shirts
Unisex Sweatshirts
` )} ${renderContent(4, `
` )} ${renderContent(5, `
` )} ${renderContent(6, `
` )} ${renderContent(7, `
` )} ${renderContent(8, `
` )} ${renderContent(9, `
` )} ${renderContent(10, `
` )} ${renderContent(11, `
Women's Racing Style
Women's Vintage Style
` )} ${renderContent(12, `
` )} ${renderContent(13, `
` )} ${scriptStr}
` }()}
${SSS}
function setSearchUrl(searchValue) { return Promise.resolve({ url: '/search?q=' + searchValue }); } exportFunction('setSearchUrl', setSearchUrl);
${function() { if (data === undefined || typeof data !== 'string' || data == '') return `
`; if (data === 'close') return ''; return `
View more
`; }()}
Order Tracking
${function(){ const settings_product_title = "title"; const product_grid_image_size = "100%"; const settings_product_image_hover_on = true; let settings_product_save_label = true; const product_sold_out_label = true; const settings_product_swatches_name = []; const settings_collection_color_swatches = true; const product_price_currency = `
` const from_on = data.price_max != data.price_min ? '
from
{{ price }}
'.replace(/\{\{\s*price\s*\}\}/, product_price_currency) : product_price_currency; const variantShowLimit = 2; const private_id = 'product-tmpl-' + Math.random().toFixed(6).slice(-6) const product_variants = data.variants || []; const product_id = data.id; const images = data.images || []; const image = data.image || {}; const imageWidth = image.width; let imageHeight = image.height; if (product_grid_image_size !== 'natural') { imageHeight = (imageWidth * parseFloat(product_grid_image_size)) / 100; } const price = Number(data.price_min); let compareAtPrice = Number(data.compare_at_price); let offRatio = data.off_ratio; const type = data.type; const isMock = data.isMock; let product_image_hover_on = false; for (let i = 0; i < product_variants.length; i++) { const item = product_variants[i]; const vcap = Number(item.compare_at_price); if (item.price == price && vcap > compareAtPrice) { compareAtPrice = vcap; offRatio = item.off_ratio; } } let second_image = null; if (settings_product_image_hover_on) { for (let i = 1; i < images.length; i++) { const img = images[i]; if (img.src && img.src.indexOf('video=') === -1) { second_image = img; product_image_hover_on = true; break; } } } let sold_label_on = false; let sale_label_on = false; if (settings_product_save_label == null) { settings_product_save_label = true; } if (!data.available && product_sold_out_label) { sold_label_on = true; } if (settings_product_save_label && compareAtPrice > price && data.available) { sale_label_on = true; } const diffPrice = compareAtPrice - price; const variantValues = []; const showVariants = []; if (data.need_variant_image && settings_collection_color_swatches && settings_product_swatches_name.length > 0) { for (let i = 0; i < (data.options || []).length; i++) { const option = data.originData.options[i]; const optionName = option.name && option.name.toLowerCase(); if (settings_product_swatches_name.includes(optionName)) { for (let j = 0; j < product_variants.length; j++) { const variant = product_variants[j]; const value = variant.options[i].value; if (!variantValues.includes(value)) { variantValues.push(value); showVariants.push(variant); } } break; } } } return `
${function(){ if(showVariants.length == 0){ return `
` } return `
${ showVariants.map(item=>{ return `
`; }).join('') }
` }() }
SOLD OUT
SALE
${ showVariants.slice(0,variantShowLimit).map((item,index)=>{ return `
`; }).join('') }
+${showVariants.length - variantShowLimit}
${(settings_product_title === 'sub_title' && data.brief) ? data.brief : data.title}
${from_on}
-
${offRatio}%
-
${offRatio}%
${data.available ? ` ` : ''}
`; }()}
Cart
${data.line_items.map(item => { const renderDiscountApp = () => { const isEmpty = item.discount_applications && item.discount_applications.length < 1; const isNotExist = !item.discount_applications; if (isEmpty || isNotExist) { return "" } return `
${ (item.discount_applications || []).map(discount_item => { const discount_item_amount = discount_item.discount_amount || discount_item.amount || ''; return `
${discount_item.title}
(-
)
` }).join('') }
` } return `
${item.product_title}
${item.options.map(o => `
${o.name}:
${o.value}
`).join('')} ${(item.parsedProperties || []).map((propertie)=>{ if (propertie.isImage){ return `
${propertie.name}:
View image
` }else{ return `
${propertie.name}:
${propertie.value}
` } }).join('')}
Free gift
*${item.quantity}
${renderDiscountApp()}
`; }).join('')}
cart
cart
Your cart is currently empty.
Continue shopping
${function() { const freeAmount = 89; const totalPrice = (data && data.total_price) || (data && data.cart && data.cart.total_price) || 0; const amountDiff = freeAmount - totalPrice; const percentDiff = (amountDiff > 0 ? (totalPrice / freeAmount * 100).toFixed(2) : 100) + '%'; const spendTip = "Buy {amount} more to enjoy FREE Shipping"; let tipText = "Your order is free delivery"; if (amountDiff > 0 && spendTip) { tipText = spendTip.replace('{amount}', `
`); } return `
${tipText}
${percentDiff}
`; }()}
Total:
${data.total_discount > 0 ? ( `
Save
${data.discount_applications.length > 0 && data.discount_applications.map(item => { return `
${item.title}:
` }).join('')}
Save
` ) : ''}
Check out
Taxes and shipping calculated at checkout
${function() { const freeAmount = 89; const totalPrice = (data && data.total_price) || (data && data.cart && data.cart.total_price) || 0; const amountDiff = freeAmount - totalPrice; const percentDiff = (amountDiff > 0 ? (totalPrice / freeAmount * 100).toFixed(2) : 100) + '%'; const spendTip = "Buy {amount} more to enjoy FREE Shipping"; let tipText = "Your order is free delivery"; if (amountDiff > 0 && spendTip) { tipText = spendTip.replace('{amount}', `
`); } return `
${tipText}
${percentDiff}
`; }()}
Total:
${data.total_discount > 0 ? ( `
Save
${data.discount_applications.length > 0 && data.discount_applications.map(item => { return `
${item.title}:
` }).join('')}
Save
` ) : ''}
Check out
Taxes and shipping calculated at checkout
${data.discount_applications.length > 0 && `
Subtotal:
` || ''} ${data.discount_applications.length > 0 && data.discount_applications.map(item => { return `
${item.title}:
` }).join('') || ''}
Total:
Check out
Taxes and shipping calculated at checkout