import { currentProduct } from 'wix-stores'; $w.onReady(async function () { try { const product = await currentProduct.getProduct(); const jsonLd = { "@context": "https://schema.org/", "@type": "Product", "name": product.name, "image": product.mediaItems.map(item => item.src), "description": stripHtml(product.description), "sku": product.sku, "brand": { "@type": "Brand", "name": "The Hoodie Crew" }, "offers": { "@type": "Offer", "url": product.productPageUrl || location.href, "priceCurrency": product.price.currency, "price": product.price.amount, "availability": "https://schema.org/InStock", "itemCondition": "https://schema.org/NewCondition" }, "review": [ { "@type": "Review", "author": { "@type": "Person", "name": "Verified Buyer" }, "datePublished": "2024-12-01", "reviewBody": "Love this jacket — fits great and gets compliments!", "reviewRating": { "@type": "Rating", "ratingValue": "5", "bestRating": "5" } } ], "aggregateRating": { "@type": "AggregateRating", "ratingValue": "4.9", "reviewCount": "17" } }; // Optionally add variants (colors/sizes) if (product.variants && product.variants.length > 0) { jsonLd.additionalProperty = product.variants.map(v => ({ "@type": "PropertyValue", "name": v.variantName, "value": v.choices.join(', ') })); } // Inject JSON-LD script into const scriptTag = document.createElement('script'); scriptTag.type = 'application/ld+json'; scriptTag.text = JSON.stringify(jsonLd); document.head.appendChild(scriptTag); } catch (err) { console.error("JSON-LD injection failed:", err); } }); // Utility to strip HTML tags from descriptions function stripHtml(html) { return html.replace(/<[^>]*>/g, '').replace(/\n/g, ' ').trim(); }
top of page

Women's Relaxed T-Shirt

£20.50Price
Excluding VAT |
This just might be the softest and most comfortable women's t-shirt you'll ever own. Combine the relaxed fit and smooth fabric of this tee with jeans to create an effortless every-day outfit, or dress it up with a jacket and dress pants for a business casual look.

• 100% combed and ring-spun cotton
• Heather Prism Lilac & Heather Prism Natural are 99% combed and ring-spun cotton, 1% polyester
• Athletic Heather is 90% combed and ring-spun cotton, 10% polyester
• Other Heather colors are 52% combed and ring-spun cotton, 48% polyester
• Fabric weight: 4.2 oz/y² (142 g/m²)
• Relaxed fit
• Pre-shrunk fabric
• Side-seamed construction
• Crew neck
• Blank product sourced from Nicaragua, Honduras, or the US

This product is made especially for you as soon as you place an order, which is why it takes us a bit longer to deliver it to you. Making products on demand instead of in bulk helps reduce overproduction, so thank you for making thoughtful purchasing decisions!
Quantity
bottom of page