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

Unisex organic cotton t-shirt only large sizes for bizo boyz

PriceFrom £24.75
Excluding VAT |
This 100% organic cotton darling stays true to the tagline the fabric of our lives. An eco-friendly take on the timeless tee, you’ll love the cozy fit and feel. It’s a win-win for everyone.

• 100% organic ring-spun cotton
• Fabric weight: 5.3 oz/yd² (180 g/m²)
• Single jersey
• Medium fit
• Set-in sleeves
• 1 × 1 rib at collar
• Wide double-needle topstitch on the sleeves and bottom hems
• Self-fabric neck tape (inside, back of the neck)
• Blank product sourced from China or Bangladesh

The sizes correspond to a smaller size in the US market, so US customers should order a size up.

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!

• Traceability:
- Weaving—Bangladesh
- Dyeing—Bangladesh
- Manufacturing—Bangladesh
• Contains 0% recycled polyester
• Contains 0% dangerous substances

Age restrictions: For adults
EU Warranty: 2 years
Other compliance information: Meets the EU REACH requirements.

In compliance with the General Product Safety Regulation (GPSR), Oak inc. and SINDEN VENTURES LIMITED ensure that all consumer products offered are safe and meet EU standards. For any product safety related inquiries or concerns, please contact our EU representative at gpsr@sindenventures.com. You can also write to us at 123 Main Street, Anytown, Country or Markou Evgenikou 11, Mesa Geitonia, 4002, Limassol, Cyprus.
Quantity
bottom of page