top of page
Baby Birthday Boy Cotton T-shirt Size 6m-24m

Baby Birthday Boy Cotton T-shirt Size 6m-24m

The Rabbit Skins infant cotton jersey tees are here to wrap newborns in both comfort and custom style. Each jersey comes with shoulder-to-shoulder taping for enhanced durability at stress points, and double-needle stitching on the sleeves and bottom hem. The side-seam construction adds a classic, stylish touch while the Easy Tear™ label ensures no scratching discomfort, and no skin irritation.

.: 100% cotton (fiber content may vary for different colors)
.: Medium fabric (5.5 oz/yd² (186 g/m²))
.: Regular fit
.: EasyTear™ label

    $19.99Price
    Product Page: Stores_Product_Widget
    bottom of page
    import wixData from 'wix-data'; import wixLocation from 'wix-location'; $w.onReady(function () { // Get the URL parameter "utm_source" directly using Wix Location API const utmSource = wixLocation.query.utm_source; if (utmSource === 'google') { $w('#multiStepForm1').onSuccess(() => { let formData = $w('#comp-lpb63umo1').getFormData(); // Assuming formData already has utm parameters wixData.insert('Leads', { ...formData, googleAdsLead: true // add custom field indicating a lead from Google }) .then(() => { console.log('Lead from Google Ads campaign submitted successfully'); }) .catch((error) => { console.error('Error submitting lead from Google Ads campaign:', error); }); }); } });