${(function(){ const get_random_six_digits = () => { return Math.random().toString().slice(-6) }; const wholesale_enabled = false; const setting_product_image_display = "100%"; const product_image = data.image; const secondary_image = data.secondImage; const image_width = product_image.width; let image_height = product_image.height; if(setting_product_image_display == '100%'){ image_height = image_width }else if(setting_product_image_display == '133.33%'){ image_height = image_width * 1.3333; }else if(setting_product_image_display == '75%'){ image_height = image_width * 0.75; }; const product_image_hover_on = true && !!secondary_image.src; const has_save_label = true && ((+data.compare_at_price) > (+data.price)); const is_single_variant = data.variants.length == 1; const min_price_variant_href = (data.min_price_variant && data.min_price_variant.available) ? data.min_price_variant.withinUrl : data.withinUrl; const retail_price_max = data.retail_price_max || data.compare_at_price_max; const THUMBNAILS_MAX_SIZE = 3; const thumbnails = data.thumbVariants.slice(0, THUMBNAILS_MAX_SIZE); const image_wrap_id = 'image_wrap_' + get_random_six_digits(); const image_carousel_id = 'image_carousel_' + get_random_six_digits(); const thumbnails_selector_id = 'thumbnails_selector_' + get_random_six_digits(); const form_id = 'form_' + get_random_six_digits(); const mixed_wholesale = data.mixed_wholesale; return `
${ data.available ? `${ (+data.compare_at_price > +data.price) ? `Save
` : '' }` : "Sold out" }
Mixed Lot
${data.title}
${ data.price_min != data.price_max ? `from
` : `
` }
+${data.remainInvisibleThumbCount}
` })()}
Buy 2 Get 10% Off|Buy 3 Get 15% Off|Buy 4 Get 20% Off
✈️Free Shipping On Order Over 59 US dollars
Buy 2 Get 10% Off|Buy 3 Get 15% Off|Buy 4 Get 20% Off
✈️Free Shipping On Order Over 59 US dollars
Log in
Create an account
${data.data && data.data.count}
Home
Best Selling
Embroidered Car Apparel
Embroidered Motorcycle Apparel
Track Your Order
Collections
Shop by Style
Full-Color Embroidery
Outline Embroidery
Washed Tees
Vintage Print Clothes
Shop by Cars
Vehicles
Motorcycle
Classical
Trucks
Racing
Car Accessories
Drive Memories, Gift Magic!
Wrap Up, Drive Cozy!
Top It Off, Drive On!
Deck Out Your Ride!
Step In Style, Park in Comfort!
Freshen Up, Drive Happy!
Stick It and Rock It!
Drive Hard, Sip Slow!
Who We Are
Who We Are?
How It Works
Happy Customers
More links
${(function(){ var linkList =[false,false,false,false,false,true,true].slice(offset); var hasChild = linkList.some(v => v); if(!hasChild){ return `
Home
Best Selling
Embroidered Car Apparel
Embroidered Motorcycle Apparel
Track Your Order
Collections
Who We Are
` } return `
Home
Best Selling
Embroidered Car Apparel
Embroidered Motorcycle Apparel
Track Your Order
Collections
Who We Are
Shop by Style
Full-Color Embroidery
Outline Embroidery
Washed Tees
Vintage Print Clothes
Shop by Cars
Vehicles
Motorcycle
Classical
Trucks
Racing
Car Accessories
Drive Memories, Gift Magic!
Wrap Up, Drive Cozy!
Top It Off, Drive On!
Deck Out Your Ride!
Step In Style, Park in Comfort!
Freshen Up, Drive Happy!
Stick It and Rock It!
Drive Hard, Sip Slow!
Who We Are?
How It Works
Happy Customers
` })()}
Home
Best Selling
Embroidered Car Apparel
Embroidered Motorcycle Apparel
Track Your Order
Collections
Shop by Style
Full-Color Embroidery
Outline Embroidery
Washed Tees
Vintage Print Clothes
Shop by Cars
Vehicles
Motorcycle
Classical
Trucks
Racing
Car Accessories
Drive Memories, Gift Magic!
Wrap Up, Drive Cozy!
Top It Off, Drive On!
Deck Out Your Ride!
Step In Style, Park in Comfort!
Freshen Up, Drive Happy!
Stick It and Rock It!
Drive Hard, Sip Slow!
Who We Are
Who We Are?
How It Works
Happy Customers
More links
${(function(){ var linkList =[false,false,false,false,false,true,true].slice(offset); var hasChild = linkList.some(v => v); if(!hasChild){ return `
Home
Best Selling
Embroidered Car Apparel
Embroidered Motorcycle Apparel
Track Your Order
Collections
Who We Are
` } return `
Home
Best Selling
Embroidered Car Apparel
Embroidered Motorcycle Apparel
Track Your Order
Collections
Who We Are
Shop by Style
Full-Color Embroidery
Outline Embroidery
Washed Tees
Vintage Print Clothes
Shop by Cars
Vehicles
Motorcycle
Classical
Trucks
Racing
Car Accessories
Drive Memories, Gift Magic!
Wrap Up, Drive Cozy!
Top It Off, Drive On!
Deck Out Your Ride!
Step In Style, Park in Comfort!
Freshen Up, Drive Happy!
Stick It and Rock It!
Drive Hard, Sip Slow!
Who We Are?
How It Works
Happy Customers
` })()}
Log in
Create an account
${data.data && data.data.count}
${(function(){ if (data === undefined || typeof data !== 'string' || data == '') return ''; const keyword = encodeURIComponent(data); return `
View more
Your search for '${data}' did not yield any results.
` })()}
${(function(){ if (data === undefined || typeof data !== 'string' || data == '') return ''; const keyword = encodeURIComponent(data); return `
View more
Your search for '${data}' did not yield any results.
` })()}
${item}
Search
Recently searched
${item}
Hot searches
${item.word}
Results
${item.highlightHtml}
Home
Best Selling
Embroidered Car Apparel
Embroidered Motorcycle Apparel
Track Your Order
Collections
Collections
Shop by Style
Shop by Style
Full-Color Embroidery
Outline Embroidery
Washed Tees
Vintage Print Clothes
Shop by Cars
Shop by Cars
Vehicles
Motorcycle
Classical
Trucks
Racing
Car Accessories
Car Accessories
Drive Memories, Gift Magic!
Wrap Up, Drive Cozy!
Top It Off, Drive On!
Deck Out Your Ride!
Step In Style, Park in Comfort!
Freshen Up, Drive Happy!
Stick It and Rock It!
Drive Hard, Sip Slow!
Who We Are
Who We Are
Who We Are?
How It Works
Happy Customers
Log in
Create an account
(function(){ let w = window.innerWidth; function setHeaderCssVar() { const headerEle = document.getElementById('shoplaza-section-header'); if(!headerEle){ return }; document.body.style.setProperty('--window-height', `${window.innerHeight}px`); document.body.style.setProperty('--header-height', `${headerEle.clientHeight}px`); const mdScorllHideEle = headerEle.querySelector('.header__mobile .header__scroll_hide'); if (mdScorllHideEle) { document.body.style.setProperty('--header-scroll-hide-height-md', `${mdScorllHideEle.clientHeight}px`); } const pcScorllHideEle = headerEle.querySelector('.header__desktop .header__scroll_hide'); if (pcScorllHideEle) { document.body.style.setProperty('--header-scroll-hide-height-pc', `${pcScorllHideEle.clientHeight}px`); } } function handlResize() { if(w == window.innerWidth){return}; w = window.innerWidth; setHeaderCssVar(); }; function init(){ setHeaderCssVar(); window.removeEventListener('resize', window._theme_header_listener) window._theme_header_listener = handlResize; window.addEventListener('resize', window._theme_header_listener); } init(); })();
$29.99
To My Husband/Dad – Personalized Car Toy Gift Set with Custom Photo Packaging
$29.99
$59.99
Save
$30.00
$29.99
Little Hands, Big Love: Custom Photo DADWheels Gift for Daddy
$29.99
$59.99
Save
$30.00
$29.99
DADWheels Hero: Build Dad's Dream Car with Your Family Photo Inside
$29.99
$59.99
Save
$30.00
$29.99
Dad's Wheels Journey: Photo-Embedded Collector's Edition
$29.99
$59.99
Save
$30.00
$29.99
Dad's DadWheels Legacy: Personalized Photo Gift for Father's Day
$29.99
$59.99
Save
$30.00
$29.99
Honor His Inner Child: DADWheels Father's Day Gift + Custom Photo
$29.99
$59.99
Save
$30.00
$29.99
Dad's DADWheels Trophy: Car Case Featuring His Proudest Co-Pilot
$29.99
$59.99
Save
$30.00
$29.99
Building Memories Together: Custom Dad Wheels with Playtime Photo
$29.99
$59.99
Save
$30.00
$29.99
Dad's Dashboard of Love: DADWheels Car with Family Photo Frame
$29.99
$59.99
Save
$30.00
$29.99
Secret Garage Surprise: Dad Wheels Car Box with Family Memories
$29.99
$59.99
Save
$30.00
$29.99
Father's Day Exclusive: Dad Wheels Car + Your Family Photo Engraved
$29.99
$59.99
Save
$30.00
$29.99
🚗 DADWheels Father's Day Special: Custom Car with Dad & Kids Photo! 🎁
$29.99
$59.99
Save
$30.00
$29.99
To My Husband/Dad – Personalized Car Toy Gift Set with Custom Photo Packaging
$29.99
$59.99
Save
$30.00
$29.99
Little Hands, Big Love: Custom Photo DADWheels Gift for Daddy
$29.99
$59.99
Save
$30.00
$29.99
DADWheels Hero: Build Dad's Dream Car with Your Family Photo Inside
$29.99
$59.99
Save
$30.00
$29.99
Dad's Wheels Journey: Photo-Embedded Collector's Edition
$29.99
$59.99
Save
$30.00
$29.99
Dad's DadWheels Legacy: Personalized Photo Gift for Father's Day
$29.99
$59.99
Save
$30.00
$29.99
Honor His Inner Child: DADWheels Father's Day Gift + Custom Photo
$29.99
$59.99
Save
$30.00
View more
Cart
Your shopping bag is empty
Continue shopping
${item.product_title}
${item.options.map(option => option.value).join('/')}
${propertie.name}/${propertie.isImage ? `
View image
` : propertie.value}
Free gift
Mixed Lot
*${item.quantity}
${item.item_text}
${discount_item.title}
(-
)
${(function(){ var total_price = data.total_price; var postageFreeAmount = 59; var freeAmount = postageFreeAmount - total_price; var isFreeShipping = freeAmount <= 0; var rate = Math.min(total_price / postageFreeAmount * 100, 100).toFixed(2); const textArray = ("Spend {{ amount }} more and get free shipping!").split(/\{\{\s*amount\s*\}\}/); const textArrayHtml = textArray.map((text, index) => { if (index == 0) { return `
${text}
`; } return `
${text}
`; }).join(''); return `
${textArrayHtml}
You've got free shipping
${rate}%
` })()}
Total:
${function() { const textArray = ("Save {{save_amount}}").split(/\{\{\s*save_amount\}\}/); if (textArray.length > 0 && textArray.length < 2) { textArray.push(''); } return textArray.map((text, index) => { if (index == 0) { return `
${text}
`; } return `
${text}
`; }).join(''); }()}
${function() { const textArray = ("Save {{save_amount}}").split(/\{\{\s*save_amount\}\}/); if (textArray.length > 0 && textArray.length < 2) { textArray.push(''); } return textArray.map((text, index) => { if (index == 0) { return `
${text}
`; } return `
${text}
`; }).join(''); }()}
${discount_application.title}:
-
${data.invalid_msg}
Taxes and shipping calculated at checkout
Check out
${(function(){ var total_price = data.total_price; var postageFreeAmount = 59; var freeAmount = postageFreeAmount - total_price; var isFreeShipping = freeAmount <= 0; var rate = Math.min(total_price / postageFreeAmount * 100, 100).toFixed(2); const textArray = ("Spend {{ amount }} more and get free shipping!").split(/\{\{\s*amount\s*\}\}/); const textArrayHtml = textArray.map((text, index) => { if (index == 0) { return `
${text}
`; } return `
${text}
`; }).join(''); return `
${textArrayHtml}
You've got free shipping
${rate}%
` })()}
${data.invalid_msg}
Total:
${function() { const textArray = ("Save {{save_amount}}").split(/\{\{\s*save_amount\}\}/); if (textArray.length > 0 && textArray.length < 2) { textArray.push(''); } return textArray.map((text, index) => { if (index == 0) { return `
${text}
`; } return `
${text}
`; }).join(''); }()}
${function() { const textArray = ("Save {{save_amount}}").split(/\{\{\s*save_amount\}\}/); if (textArray.length > 0 && textArray.length < 2) { textArray.push(''); } return textArray.map((text, index) => { if (index == 0) { return `
${text}
`; } return `
${text}
`; }).join(''); }()}
${function() { const textArray = ("Save {{save_amount}}").split(/\{\{\s*save_amount\}\}/); if (textArray.length > 0 && textArray.length < 2) { textArray.push(''); } return textArray.map((text, index) => { if (index == 0) { return `
${text}
`; } return `
${text}
`; }).join(''); }()}
${discount_application.title}:
-
Check out
${data.invalid_msg}
Check out
Taxes and shipping calculated at checkout
Subtotal:
${discount_application.title}:
-
Total:
Check out
Taxes and shipping calculated at checkout
const summaryStickyRender = document.querySelector('#cart-drawer-summary-sticky-render'); if (summaryStickyRender) { document.body.style.setProperty('--cart-drawer-summary-sticky-height', summaryStickyRender.clientHeight + 'px'); }
View Cart