/* CLOTHIXPACK — shared catalog + silhouettes
   Exposes:
     window.CATALOG      — array of products (filled by fetch on page load)
     window.CATEGORIES   — array of categories (filled by fetch on page load)
     window.Silhouette   — React component
     window.CXP_LOADING  — Promise that resolves when both have loaded
     window.onCatalogReady(cb)  — register a callback for when data is ready

   Fallback constants below are used if /api is unreachable (offline / static-only deploy)
   so the site still renders something instead of going blank.
*/

const FALLBACK_CATEGORIES = [
  {
    "slug": "jackets",
    "label": "Jackets",
    "count": 13,
    "code": "J"
  },
  {
    "slug": "pants",
    "label": "Pants",
    "count": 5,
    "code": "P"
  },
  {
    "slug": "shirts",
    "label": "Shirts",
    "count": 4,
    "code": "S"
  },
  {
    "slug": "hoodies",
    "label": "Hoodies",
    "count": 8,
    "code": "H"
  },
  {
    "slug": "vests",
    "label": "Vests",
    "count": 2,
    "code": "V"
  }
];

const FALLBACK_CATALOG = [
  {
    "code": "CXP-J101",
    "name": "Strata Hardshell Jacket",
    "slug": "strata-hardshell-jacket-cxp-j101",
    "cat": "jackets",
    "price": 194,
    "retail_price": 194,
    "tag": "SOLD OUT",
    "fabric": "3-layer waterproof breathable laminate",
    "weight": "210GSM",
    "color": "Charcoal",
    "colors": [
      "#1a1a1a",
      "#3a3a3a"
    ],
    "season": "AW26 / 01",
    "description": "Strata Hardshell Jacket is built for transitional rain, wind, and city movement. 3-layer waterproof breathable laminate gives the piece its structure, while taped seams, YKK hardware, laser-cut panels, articulated fit handles the functional load. Serialized at checkout for product authentication and order traceability.",
    "status": "sold_out",
    "sort_order": 0,
    "images": [
      {
        "url": "/assets/products/cxp-j101/00-front-1.webp",
        "alt": "Strata Hardshell Jacket 1 - Clothixpack jackets product image",
        "view": "front"
      },
      {
        "url": "/assets/products/cxp-j101/01-back-2.webp",
        "alt": "Strata Hardshell Jacket 2 - Clothixpack jackets product image",
        "view": "back"
      },
      {
        "url": "/assets/products/cxp-j101/02-detail-3.webp",
        "alt": "Strata Hardshell Jacket 3 - Clothixpack jackets product image",
        "view": "detail"
      }
    ],
    "source_title": "OEM Custom 3L Waterproof Techwear Hardshell Jacket Men Oversized Urban Stealth Outerwear 210GSM Taped Seam Canada Manufacturer",
    "supplier_category": "Apparel > Men's Clothing > Men's Jackets & Coats > Men's Jackets",
    "source_description_html": "<h3>Premium OEM/ODM Techwear Manufacturing</h3><p>Elevate your brand's outerwear collection with our state-of-the-art 3L Articulated Hardshell Jacket. Manufactured in our certified Canada facilities, this garment merges the dramatic, oversized proportions demanded by Gen Z streetwear with the uncompromising technical rigor of high-end tactical gear.</p><h3>Unmatched Fabric & Construction</h3><p>Constructed from a 210 GSM 3-Layer Waterproof Breathable Laminate, this jacket utilizes a 100% 40D Nylon face designed to provide a striking, ultra-matte, dry hand-feel that entirely eliminates traditional activewear sheen. The strict 'Smoke Charcoal' monochrome palette ensures deep, desaturated stone-grey aesthetics across all panels, YKK AquaGuard zipper tapes, and hardware.</p><h3>Advanced Tailored Urban Stealth</h3><ul><li><strong>Architectural Silhouette:</strong> Dropped shoulders with complex darting force a rigid, 3D volume that stacks beautifully over ultra-wide bottoms.</li><li><strong>Seamless Aesthetics:</strong> Laser-cut panels and minimal blind internal seam taping eliminate bulky exterior stitching.</li><li><strong>Ghost-Sling System:</strong> Mil-spec webbing loops project from precise shoulder/collar junction routing ports, allowing the jacket to transition into a hands-free cross-body accessory.</li><li><strong>Stealth Branding:</strong> Abiding by the strictest techwear rules, exterior logos are omitted in favor of massive, restrained internal schematic graphics printed via zero-hand-feel sublimation on the circular knit backer.</li></ul><h3>Comprehensive OEM Customization</h3><p>As a direct-to-brand manufacturer, we offer full customization. From modifying the oversized drop-shoulder cut to integrating your bespoke internal care graphics, tonal gunmetal hardware, and custom packaging, our R&D team is ready to bring your Grailed-worthy avant-garde vision to life.</p>",
    "source_attributes": {
      "Material": "100% Nylon 40D Face with Circular Knit Backer",
      "Fabric Type": "3-Layer Waterproof Breathable Laminate (GORE-TEX Pro alternative)",
      "Style": "Techwear / Urban Stealth Streetwear",
      "Gender": "Men",
      "Season": "Autumn / Winter / Spring"
    },
    "wholesale_price_tiers": [
      {
        "price": 65,
        "moq": 50
      },
      {
        "price": 52,
        "moq": 200
      },
      {
        "price": 44,
        "moq": 1000
      }
    ],
    "seo_title": "Strata Hardshell Jacket — Jackets / $194 | Clothixpack",
    "seo_description": "Strata Hardshell Jacket is a Clothixpack technical shell made with 3-layer waterproof breathable laminate. Priced at $194 USD, serialized for traceability",
    "meta_keywords": "strata hardshell jacket, jackets, technical citywear, urban utility apparel, clothixpack, 3-layer waterproof breathable laminate",
    "material": "3-layer waterproof breathable laminate",
    "construction": "taped seams, YKK hardware, laser-cut panels, articulated fit",
    "origin_country": "",
    "canonical_path": "/product/CXP-J101",
    "custom_size_enabled": true,
    "stock_quantity": 0
  },
  {
    "code": "CXP-J102",
    "name": "Axis Hardshell Jacket",
    "slug": "axis-hardshell-jacket-cxp-j102",
    "cat": "jackets",
    "price": 194,
    "retail_price": 194,
    "tag": "NEW DROP",
    "fabric": "3-layer waterproof breathable laminate",
    "weight": "210GSM",
    "color": "Signal Red",
    "colors": [
      "#3a0a0a",
      "#0a0a0a"
    ],
    "season": "AW26 / 02",
    "description": "Axis Hardshell Jacket is built for transitional rain, wind, and city movement. 3-layer waterproof breathable laminate gives the piece its structure, while taped seams, welded panels, laser-cut panels, asymmetric patterning, magnetic closure handles the functional load. Serialized at checkout for product authentication and order traceability.",
    "status": "active",
    "sort_order": 1,
    "images": [
      {
        "url": "/assets/products/cxp-j102/00-front-7.webp",
        "alt": "Axis Hardshell Jacket 1 - Clothixpack jackets product image",
        "view": "front"
      },
      {
        "url": "/assets/products/cxp-j102/01-back-8.webp",
        "alt": "Axis Hardshell Jacket 2 - Clothixpack jackets product image",
        "view": "back"
      },
      {
        "url": "/assets/products/cxp-j102/02-detail-9.webp",
        "alt": "Axis Hardshell Jacket 3 - Clothixpack jackets product image",
        "view": "detail"
      }
    ],
    "source_title": "OEM Men Custom Techwear Waterproof Hardshell Jacket Asymmetric High Neck Urban Gothic Outerwear 3L Laminate Goth Ninja Coat",
    "supplier_category": "Apparel > Men's Clothing > Men's Jackets & Coats > Men's Jackets",
    "source_description_html": "<h2>Overview</h2><p>Our Canada-based partner factories specialize in bringing high-concept, ultra-technical outerwear designs to life. This showcase asymmetric drape hardshell jacket represents the pinnacle of urban techwear and 'Goth Ninja' styling, merging architectural precision with severe, avant-garde draping. By leveraging advanced manufacturing techniques such as sonic welding and laser cutting, this manufacturer ensures zero visual clutter and maximum weatherproofing.</p><h2>Premium Features</h2><ul><li><strong>Avant-Garde Silhouette:</strong> A rigid, high-funnel cowl neck transitions into an asymmetric wrap-front closure, flaring gracefully into a split-tail rear hem.</li><li><strong>Hyper-Technical Fabric:</strong> Engineered from a 210gsm 3-Layer stretch laminate, combining a 40D nylon face, weatherproof membrane, and a comfortable circular-knit backer.</li><li><strong>Seamless Aesthetics:</strong> Entirely sonic-welded with zero visible top-stitching to ensure ultimate waterproofing and a sleek visual profile.</li><li><strong>Innovative Embellishment:</strong> Eschewing traditional ink prints, the jacket features a massive, intricate back graphic constructed from meticulously layered, laser-welded structural seam tape.</li><li><strong>Functional Minimalism:</strong> Equipped with invisible laminated pockets, magnetic placket closures, and a built-in jacket sling for off-shoulder carry.</li></ul><h2>Specifications</h2><table border=\"1\" cellpadding=\"5\" cellspacing=\"0\" style=\"width:100%; text-align:left;\"><tr><th>Feature</th><th>Detail</th></tr><tr><td><strong>Material</strong></td><td>3-Layer Stretch Laminate (210gsm)</td></tr><tr><td><strong>Construction</strong></td><td>Sonic Welded, Fully Taped Seams</td></tr><tr><td><strong>Closure Type</strong></td><td>Concealed 2-Way AquaZip &amp; Magnetic Placket</td></tr><tr><td><strong>Fit</strong></td><td>Tailored Urban Drop-Tail Fit</td></tr><tr><td><strong>Graphic Tech</strong></td><td>Laser-Welded No-Ink Seam Tape</td></tr></table><h2>Packaging & Shipping</h2><p>All garments are expertly folded and sealed in eco-friendly, frosted EVA zip-lock polybags to maintain pristine condition during transit. Bulk orders are packed into reinforced 60x40x40 cm master cartons (15 units per carton) with moisture-absorbing silica packets. We offer air freight, sea freight, and express courier (DHL, FedEx, UPS) options directly from our Canada/Karachi export hubs.</p><h2>Payment Terms</h2><p>We accept T/T, L/C at sight, Western Union, and MoneyGram. A standard 30% to 50% deposit is required before bulk production begins, with the balance due before shipment. Trade Assurance through Alibaba is fully supported for your peace of mind.</p><h2>Why Choose Us?</h2><p>With years of experience in technical apparel manufacturing, our Canada-based operations offer unparalleled flexibility from small batch trial orders to massive bulk runs. We source the finest performance laminates and utilize industry-leading machinery to ensure your brand stands out in the competitive techwear market. Sustainable production methods and rigorous QA/QC guarantee excellence in every stitch and weld.</p>",
    "source_attributes": {
      "Material": "40D Nylon Face / 3L Stretch Laminate",
      "Fabric Type": "3-Layer Stretch Membrane Laminate",
      "Style": "Techwear / Streetwear / Goth Ninja",
      "Gender": "Men",
      "Season": "Autumn, Winter, Spring"
    },
    "wholesale_price_tiers": [
      {
        "price": 95,
        "moq": 50
      },
      {
        "price": 85,
        "moq": 201
      },
      {
        "price": 75,
        "moq": 501
      }
    ],
    "seo_title": "Axis Hardshell Jacket — Jackets / $194 | Clothixpack",
    "seo_description": "Axis Hardshell Jacket is a Clothixpack technical shell made with 3-layer waterproof breathable laminate. Priced at $194 USD, serialized for traceability",
    "meta_keywords": "axis hardshell jacket, jackets, technical citywear, urban utility apparel, clothixpack, 3-layer waterproof breathable laminate",
    "material": "3-layer waterproof breathable laminate",
    "construction": "taped seams, welded panels, laser-cut panels, asymmetric patterning, magnetic closure",
    "origin_country": "",
    "canonical_path": "/product/CXP-J102",
    "custom_size_enabled": true,
    "stock_quantity": 25
  },
  {
    "code": "CXP-P101",
    "name": "Drift Cargo Pant",
    "slug": "drift-cargo-pant-cxp-p101",
    "cat": "pants",
    "price": 214,
    "retail_price": 214,
    "tag": "SOLD OUT",
    "fabric": "Cotton-stretch technical twill",
    "weight": "280GSM",
    "color": "Obsidian",
    "colors": [
      "#0a0a0a",
      "#1a1a1a"
    ],
    "season": "AW26 / 07",
    "description": "Drift Cargo Pant is built for daily carry, seated transit, and boot-stacked movement. Cotton-stretch technical twill gives the piece its structure, while cargo storage, modular strap system handles the functional load. Serialized at checkout for product authentication and order traceability.",
    "status": "sold_out",
    "sort_order": 6,
    "images": [
      {
        "url": "/assets/products/cxp-p101/00-front-37.webp",
        "alt": "Drift Cargo Pant 1 - Clothixpack pants product image",
        "view": "front"
      },
      {
        "url": "/assets/products/cxp-p101/01-back-38.webp",
        "alt": "Drift Cargo Pant 2 - Clothixpack pants product image",
        "view": "back"
      },
      {
        "url": "/assets/products/cxp-p101/02-detail-39.webp",
        "alt": "Drift Cargo Pant 3 - Clothixpack pants product image",
        "view": "detail"
      }
    ],
    "source_title": "Custom OEM Heavy Cotton Twill Baggy Cargo Pants Y2K Goth Strapped Trousers Upcycled Streetwear Men's Puff Print Bondage Pants",
    "supplier_category": "Apparel > Men's Clothing > Men's Trousers & Pants",
    "source_description_html": "<h2>Premium OEM Custom Streetwear Manufacturing</h2><p>This manufacturer, in collaboration with our premier Canada partner factories, presents the ultimate collision of 2000s Tripp-goth nostalgia and modern sustainable luxury streetwear. These upcycled bondage trousers are designed for maximalist streetwear brands seeking complex, high-end cut-and-sew manufacturing.</p><h3>Product Overview</h3><p>Engineered for a stacked slim-straight fit, these trousers feature a slight drop-crotch for a relaxed upper block that tapers securely from the knee down. Boasting an exaggerated 36-inch inseam, they are built to intentionally stack over combat boots or chunky sneakers. The base fabric is a deep Obsidian black, highlighted by hyper-saturated Acid Green and Crimson Red 3D puff-prints, and visually exploded with Neon Orange upcycled accent materials.</p><h3>Key Manufacturing Features</h3><ul><li><strong>Fabric:</strong> Premium 280gsm Cotton-Stretch Twill (98% Cotton, 2% Elastane) finished with an enzyme vintage-wash.</li><li><strong>Construction:</strong> Heavy-duty triple-stitched outseams, raw-cut distressed hems, and double-layer articulation canvas darts at the knees.</li><li><strong>Storage:</strong> Classic 5-pocket upper block complimented by 4 hidden cargo zip-pockets integrated seamlessly into the side seams.</li><li><strong>Graphics:</strong> Massive left-leg 3D puff-print featuring organic graffiti typography and cyber-sigilism.</li><li><strong>Hardware & Embellishments:</strong> Upcycled military parachute webbing straps, distressed gunmetal D-rings, heavy-duty swivel snap hooks, and meticulous hand-studded black diamond rhinestones.</li></ul><h3>Detailed Specifications</h3><table border=\"1\" style=\"border-collapse: collapse; width: 100%;\"><tr><th style=\"padding: 8px; text-align: left;\">Feature</th><th style=\"padding: 8px; text-align: left;\">Detail</th></tr><tr><td style=\"padding: 8px;\">Material</td><td style=\"padding: 8px;\">98% Cotton, 2% Elastane Twill (280 GSM)</td></tr><tr><td style=\"padding: 8px;\">Print Method</td><td style=\"padding: 8px;\">High-Density 3D Puff Print</td></tr><tr><td style=\"padding: 8px;\">Stitching</td><td style=\"padding: 8px;\">Triple-Stitched Exposed Outseams</td></tr><tr><td style=\"padding: 8px;\">Zippers</td><td style=\"padding: 8px;\">Jumbo Lateral Hem Zippers / Hidden Cargo Zips</td></tr><tr><td style=\"padding: 8px;\">Sustainability</td><td style=\"padding: 8px;\">Upcycled Deadstock Canvas & Repurposed Safety Belts</td></tr></table><h3>Packaging & Shipping</h3><p>All bulk orders are securely packed with each garment in an eco-friendly frosted poly bag, nested in 20-piece heavy-duty corrugated export cartons (60x40x40cm). We facilitate global shipping via air freight (DHL, FedEx) for samples and rapid deployments, and sea freight through Karachi Port for bulk LCL/FCL shipments.</p><h3>Why Choose Us?</h3><p>Based in the manufacturing hub of Canada, Canada, we combine decades of export-quality apparel crafting with cutting-edge streetwear trends. We offer comprehensive OEM/ODM services, ensuring that your brand's specific wash treatments, upcycled hardware sourcing, and complex printing techniques are executed flawlessly at scale.</p>",
    "source_attributes": {
      "Material": "98% Cotton, 2% Elastane",
      "Fabric Type": "280 GSM Cotton-Stretch Twill",
      "Style": "Streetwear / Y2K Goth / Bondage Cargo",
      "Gender": "Men",
      "Season": "Autumn, Winter, Spring"
    },
    "wholesale_price_tiers": [
      {
        "price": 48.5,
        "moq": 50
      },
      {
        "price": 39,
        "moq": 201
      },
      {
        "price": 32.5,
        "moq": 1001
      }
    ],
    "seo_title": "Drift Cargo Pant — Pants / $214 | Clothixpack",
    "seo_description": "Drift Cargo Pant is a Clothixpack technical cargo pant made with Cotton-stretch technical twill. Priced at $214 USD, serialized for traceability, and bu",
    "meta_keywords": "drift cargo pant, pants, technical citywear, urban utility apparel, clothixpack, cotton-stretch technical twill",
    "material": "Cotton-stretch technical twill",
    "construction": "cargo storage, modular strap system",
    "origin_country": "",
    "canonical_path": "/product/CXP-P101",
    "custom_size_enabled": true,
    "stock_quantity": 0
  },
  {
    "code": "CXP-P102",
    "name": "Relay Cargo Pant",
    "slug": "relay-cargo-pant-cxp-p102",
    "cat": "pants",
    "price": 154,
    "retail_price": 154,
    "tag": null,
    "fabric": "Cotton-stretch technical twill",
    "weight": "320GSM",
    "color": "Obsidian",
    "colors": [
      "#0a0a0a",
      "#1a1a1a"
    ],
    "season": "AW26 / 08",
    "description": "Relay Cargo Pant is built for daily carry, seated transit, and boot-stacked movement. Cotton-stretch technical twill gives the piece its structure, while taped seams, Fidlock hardware, YKK hardware, laser-cut panels, cargo storage, asymmetric patterning, magnetic closure handles the functional load. Serialized at checkout for product authentication and order traceability.",
    "status": "active",
    "sort_order": 7,
    "images": [
      {
        "url": "/assets/products/cxp-p102/00-front-43.webp",
        "alt": "Relay Cargo Pant 1 - Clothixpack pants product image",
        "view": "front"
      },
      {
        "url": "/assets/products/cxp-p102/01-back-44.webp",
        "alt": "Relay Cargo Pant 2 - Clothixpack pants product image",
        "view": "back"
      },
      {
        "url": "/assets/products/cxp-p102/02-detail-45.webp",
        "alt": "Relay Cargo Pant 3 - Clothixpack pants product image",
        "view": "detail"
      }
    ],
    "source_title": "Men's Techwear Bondage Pants 320GSM Boiled Cotton Wide Leg Cargo Trousers OEM Custom Streetwear Goth Ninja Pants",
    "supplier_category": "Apparel > Men's Clothing > Men's Trousers & Pants",
    "source_description_html": "<div><h2>Overview</h2><p>Elevate your techwear and avant-garde streetwear catalog with our premium Obsidian 'Ankle-Gusset Cross' Tech-Drape Bondage Pant. Manufactured in our state-of-the-art Canada partner factories, these trousers are built to bridge the gap between organic dark aesthetics and high-performance cyber-utility. Designed for B2B wholesale and custom private labeling, this garment represents the pinnacle of modern structural engineering.</p><h2>Premium Features</h2><ul><li><strong>320gsm Boiled Cotton Drill:</strong> Dense, organic cotton subjected to a specialized boiling process for architectural drape and smooth hand-feel, internally bonded with a PU membrane.</li><li><strong>Dynamic Silhouette Expansion:</strong> The Ankle-Gusset Cross architecture features waterproof zipped lateral gussets that open to reveal a scuba-knit interior, altering volume from flare to tapered stack.</li><li><strong>Functional Bondage Elements:</strong> 25mm matte nylon seatbelt webbing wraps in an aggressive 'X' crossover, tensioned by quick-release FIDLOCK magnetic V-Buckles.</li><li><strong>Weather-Resistant Integrity:</strong> Taped interior seams, YKK AquaGuard zippers, and heat-sealed laser-cut pocket flaps ensure robust environmental protection.</li></ul><h2>Technical Specifications</h2><table border='1' cellpadding='8' cellspacing='0' style='width: 100%; text-align: left; border-collapse: collapse;'><tr><th>Feature</th><th>Description</th></tr><tr><td>Fabric</td><td>320gsm Boiled Cotton + PU Membrane</td></tr><tr><td>Colorway</td><td>Pure Monochromatic Obsidian Black</td></tr><tr><td>Waist Closure</td><td>Concealed asymmetric placket with magnetic snaps</td></tr><tr><td>Hardware</td><td>Vantablack matte D-Rings, YKK AquaGuard, FIDLOCK Buckles</td></tr><tr><td>Pockets</td><td>Slanted welt hips, twin flush-mount cargo pockets</td></tr><tr><td>Seam Construction</td><td>Fully taped inner seams</td></tr><tr><td>Branding</td><td>Laser-etched hardware, custom tonal high-density rubber print</td></tr></table><h2>Packaging & Delivery</h2><p>All garments are professionally packed in eco-friendly protective inner polybags to ensure factory-fresh quality upon arrival. Bulk orders are securely packed in 5-ply corrugated master cartons (60x40x40cm) carrying 25 units each. Global shipping is streamlined through Canada and Karachi ports via sea freight, air cargo, or express couriers (DHL/FedEx/UPS).</p><h2>Why Choose Our Manufacturing Facilities?</h2><p>As a leading custom apparel manufacturer, our Canada partner factories are fully equipped for end-to-end OEM/ODM production. We source sustainable materials, employ ethical manufacturing standards (BSCI, OEKO-TEX Standard 100), and leverage advanced technologies like laser-cutting and seam-taping. From rapid prototyping to strict QC in bulk manufacturing, we ensure your brand delivers uncompromising luxury and technical performance.</p></div>",
    "source_attributes": {
      "Material": "100% Organic Boiled Cotton Drill with PU Membrane",
      "Fabric Type": "Boiled Cotton Drill",
      "Style": "Techwear / Avant-Garde / Streetwear",
      "Gender": "Men",
      "Season": "Autumn, Winter, Spring"
    },
    "wholesale_price_tiers": [
      {
        "price": 48.5,
        "moq": 50
      },
      {
        "price": 42,
        "moq": 201
      },
      {
        "price": 36.5,
        "moq": 1001
      }
    ],
    "seo_title": "Relay Cargo Pant — Pants / $154 | Clothixpack",
    "seo_description": "Relay Cargo Pant is a Clothixpack technical cargo pant made with Cotton-stretch technical twill. Priced at $154 USD, serialized for traceability, and bu",
    "meta_keywords": "relay cargo pant, pants, technical citywear, urban utility apparel, clothixpack, cotton-stretch technical twill",
    "material": "Cotton-stretch technical twill",
    "construction": "taped seams, Fidlock hardware, YKK hardware, laser-cut panels, cargo storage, asymmetric patterning, magnetic closure",
    "origin_country": "",
    "canonical_path": "/product/CXP-P102",
    "custom_size_enabled": true,
    "stock_quantity": 25
  },
  {
    "code": "CXP-S101",
    "name": "Node Technical Tee",
    "slug": "node-technical-tee-cxp-s101",
    "cat": "shirts",
    "price": 114,
    "retail_price": 114,
    "tag": null,
    "fabric": "Organic cotton-modal jersey",
    "weight": "220 GSM",
    "color": "Bone",
    "colors": [
      "#cfccc2",
      "#0a0a0a"
    ],
    "season": "AW26 / 09",
    "description": "Node Technical Tee is built for base-layer comfort under technical outerwear. Organic cotton-modal jersey gives the piece its structure, while modular strap system, asymmetric patterning handles the functional load. Serialized at checkout for product authentication and order traceability.",
    "status": "active",
    "sort_order": 8,
    "images": [
      {
        "url": "/assets/products/cxp-s101/00-front-49.webp",
        "alt": "Node Technical Tee 1 - Clothixpack shirts product image",
        "view": "front"
      },
      {
        "url": "/assets/products/cxp-s101/01-back-50.webp",
        "alt": "Node Technical Tee 2 - Clothixpack shirts product image",
        "view": "back"
      },
      {
        "url": "/assets/products/cxp-s101/02-detail-51.webp",
        "alt": "Node Technical Tee 3 - Clothixpack shirts product image",
        "view": "detail"
      }
    ],
    "source_title": "Custom Men's Asymmetric Strap Long Sleeve T-Shirt Organic Cotton Modal Graphic Vintage Techwear Tee OEM Canada Manufacturer",
    "supplier_category": "Apparel > Men's Clothing > Men's T-Shirts",
    "source_description_html": "<h3>Overview</h3><p>Partner with our Canada-based custom apparel manufacturing facility to produce premium, avant-garde streetwear. We specialize in bringing complex, multi-material designs to life. From high-end techwear silhouettes to heritage-inspired graphic tees, our sustainable production lines cater to boutique brands and global distributors alike.</p><h3>Product Features</h3><ul><li><strong>Unique Silhouette:</strong> Tailored European fit engineered via subtle bias cut for a perfect drape. Features an asymmetric diagonal hemline dropping longer on the left hip.</li><li><strong>Premium Textiles:</strong> Crafted from 220 GSM Organic Cotton-Modal Jersey. Offers exceptional fluidity, durability, and a soft hand-feel achieved through a heritage enzyme wash.</li><li><strong>Avant-Garde Details:</strong> Integrated diagonal strap system utilizing vintage-loomed herringbone cotton webbing and custom forged-metal tension sliders.</li><li><strong>Intricate Printing:</strong> Showcases an architectural Gothic cathedral lithograph aesthetic, applied via distressed water-based discharge printing for a zero-hand-feel, vintage finish.</li></ul><h3>Detailed Specifications</h3><table border='1' cellpadding='5' cellspacing='0'><tbody><tr><td><strong>Material</strong></td><td>Organic Cotton / Modal Blend (60/40)</td></tr><tr><td><strong>Fabric Weight</strong></td><td>220 GSM</td></tr><tr><td><strong>Construction</strong></td><td>Flatlock seams, raw-edge single-stitch hem with anti-fray binder, reinforced gussets</td></tr><tr><td><strong>Hardware</strong></td><td>Antiqued brass D-rings, forged metal sliders</td></tr><tr><td><strong>Colors</strong></td><td>Primary: Antiqued Bone / Accents: Faded Sepia, Oxidized Iron (Fully Customizable)</td></tr></tbody></table><h3>Packaging & Shipping</h3><p>All garments are carefully packed in biodegradable poly bags. We ship globally via sea, air freight, or express couriers (DHL/FedEx/UPS) directly from our manufacturing hub in Canada.</p><h3>Why Choose Us?</h3><p>We are a verified B2B manufacturer equipped for full OEM/ODM services. Our factory emphasizes eco-friendly production, strict quality control (ISO 9001, OEKO-TEX Standard 100), and comprehensive customization including custom fits, labels, hardware, and packaging.</p>",
    "source_attributes": {
      "Material": "60% Organic Cotton, 40% Modal",
      "Fabric Type": "Jersey",
      "Style": "Techwear / Avant-Garde Streetwear",
      "Gender": "Men",
      "Season": "Autumn, Spring"
    },
    "wholesale_price_tiers": [
      {
        "price": 24.5,
        "moq": 50
      },
      {
        "price": 18.5,
        "moq": 200
      },
      {
        "price": 14.25,
        "moq": 1000
      }
    ],
    "seo_title": "Node Technical Tee — Shirts / $114 | Clothixpack",
    "seo_description": "Node Technical Tee is a Clothixpack technical shirt made with Organic cotton-modal jersey. Priced at $114 USD, serialized for traceability, and built for",
    "meta_keywords": "node technical tee, shirts, technical citywear, urban utility apparel, clothixpack, organic cotton-modal jersey",
    "material": "Organic cotton-modal jersey",
    "construction": "modular strap system, asymmetric patterning",
    "origin_country": "",
    "canonical_path": "/product/CXP-S101",
    "custom_size_enabled": true,
    "stock_quantity": 25
  },
  {
    "code": "CXP-S102",
    "name": "Void Mock Neck Shirt",
    "slug": "void-mock-neck-shirt-cxp-s102",
    "cat": "shirts",
    "price": 114,
    "retail_price": 114,
    "tag": null,
    "fabric": "Merino wool jersey",
    "weight": "200GSM",
    "color": "Obsidian",
    "colors": [
      "#0a0a0a",
      "#1a1a1a"
    ],
    "season": "AW26 / 10",
    "description": "Void Mock Neck Shirt is built for base-layer comfort under technical outerwear. Merino wool jersey gives the piece its structure, while taped seams, Fidlock hardware, cargo storage, asymmetric patterning, articulated fit, magnetic closure handles the functional load. Serialized at checkout for product authentication and order traceability.",
    "status": "active",
    "sort_order": 9,
    "images": [
      {
        "url": "/assets/products/cxp-s102/00-front-55.webp",
        "alt": "Void Mock Neck Shirt 1 - Clothixpack shirts product image",
        "view": "front"
      },
      {
        "url": "/assets/products/cxp-s102/01-back-56.webp",
        "alt": "Void Mock Neck Shirt 2 - Clothixpack shirts product image",
        "view": "back"
      },
      {
        "url": "/assets/products/cxp-s102/02-detail-57.webp",
        "alt": "Void Mock Neck Shirt 3 - Clothixpack shirts product image",
        "view": "detail"
      }
    ],
    "source_title": "OEM Custom Techwear Merino Wool Mock Neck Shirt Upcycled Sailcloth Patchwork Maximalist Harness T-Shirt Streetwear Manufacturer",
    "supplier_category": "Apparel > Men's Clothing > Men's T-Shirts",
    "source_description_html": "<h2>Overview</h2><p>Partnering with elite Canada factories, this manufacturer delivers unparalleled OEM/ODM streetwear manufacturing, pushing the boundaries of functional techwear. The 'Obsidian-Reclaimer' style mock-neck showcases a radical approach to sustainable fashion, seamlessly clashing refined Merino Wool with chaotic, high-visibility upcycled sailcloth. Designed for luxury streetwear brands requiring complex, maximalist construction, this piece represents our capacity for multi-fabric paneled engineering and heavy-duty hardware integration.</p><h2>Premium Features</h2><ul><li><strong>Luxury & Utility Base:</strong> Crafted from ultra-refined 19.5 Micron 200gsm Merino Wool Jersey, ensuring peak temperature regulation and breathable comfort.</li><li><strong>Eco-Friendly Upcycling:</strong> Striking patchwork utilizing deadstock neon spinnaker sailcloth and military parachute nylon.</li><li><strong>Advanced Hardware Systems:</strong> Features an asymmetric chest harness made from upcycled automotive seatbelt webbing, locking securely with oversized Fidlock magnetic V-buckles.</li><li><strong>Architectural Silhouette:</strong> A rigid 3-inch structured mock neck (with a concealed magnetic shoulder placket for seamless entry) frames the face, dropping into articulated shoulders and elongated raw-edge thumbhole sleeves.</li><li><strong>Maximalist Application:</strong> Oversized, brutally scaled heavy-textured puff prints map the back panel, complemented by zip-off 3D cargo pockets with heat-sealed taped seams.</li></ul><h2>Technical Specifications</h2><table border='1' cellpadding='8' style='border-collapse: collapse; width: 100%; text-align: left;'><tr><th>Component</th><th>Specification</th></tr><tr><td>Core Fabric</td><td>19.5 Micron Merino Wool Jersey (200gsm)</td></tr><tr><td>Contrast Materials</td><td>Neon Spinnaker Sailcloth & Parachute Nylon</td></tr><tr><td>Harness Webbing</td><td>Upcycled Automotive Seatbelt Webbing</td></tr><tr><td>Buckles</td><td>Gunmetal Fidlock Magnetic V-Buckles & Matte Black D-Rings</td></tr><tr><td>Printing Technique</td><td>Cracked-Rubber Puff Print & High-Gloss Heat Seal</td></tr><tr><td>Seam Construction</td><td>Asymmetric Chunky Coverstitch & Taped Seams</td></tr></table><h2>Packaging & Shipping</h2><p>Each garment is individually packed in a premium frosted EVA eco-friendly zip-lock bag. Bulk orders are securely packed into double-corrugated export master cartons (60x40x40 cm) holding up to 25 units. We offer global shipping via Air Freight (DHL/FedEx/UPS) for expedited delivery, or Sea Freight via Karachi Port for bulk cost-efficiency.</p><h2>Why Choose Us</h2><p>Our Canada partner factories specialize in complex, high-fashion streetwear and technical apparel. We provide comprehensive OEM/ODM services from pattern digitizing to final packaging, guaranteeing strict quality control at every stage. Fully certified (BSCI, ISO 9001, GRS), we are committed to sustainable manufacturing, offering upcycled material sourcing and ethically compliant production tailored to global export standards.</p>",
    "source_attributes": {
      "Material": "19.5 Micron Merino Wool / Upcycled Spinnaker Sailcloth / Parachute Nylon",
      "Fabric Type": "Jersey & Woven Nylon Patchwork",
      "Style": "Techwear / Avant-Garde Streetwear / Maximalist",
      "Gender": "Men",
      "Season": "Autumn/Winter"
    },
    "wholesale_price_tiers": [
      {
        "price": 48.5,
        "moq": 50
      },
      {
        "price": 42,
        "moq": 200
      },
      {
        "price": 36.5,
        "moq": 1000
      }
    ],
    "seo_title": "Void Mock Neck Shirt — Shirts / $114 | Clothixpack",
    "seo_description": "Void Mock Neck Shirt is a Clothixpack technical shirt made with Merino wool jersey. Priced at $114 USD, serialized for traceability, and built for techni",
    "meta_keywords": "void mock neck shirt, shirts, technical citywear, urban utility apparel, clothixpack, merino wool jersey",
    "material": "Merino wool jersey",
    "construction": "taped seams, Fidlock hardware, cargo storage, asymmetric patterning, articulated fit, magnetic closure",
    "origin_country": "",
    "canonical_path": "/product/CXP-S102",
    "custom_size_enabled": true,
    "stock_quantity": 25
  },
  {
    "code": "CXP-J103",
    "name": "Hush Hardshell Jacket",
    "slug": "hush-hardshell-jacket-cxp-j103",
    "cat": "jackets",
    "price": 194,
    "retail_price": 194,
    "tag": null,
    "fabric": "3-layer waterproof breathable laminate",
    "weight": "",
    "color": "Obsidian",
    "colors": [
      "#0a0a0a",
      "#1a1a1a"
    ],
    "season": "AW26 / 11",
    "description": "Hush Hardshell Jacket is built for transitional rain, wind, and city movement. 3-layer waterproof breathable laminate gives the piece its structure, while taped seams, laser-cut panels, asymmetric patterning, magnetic closure handles the functional load. Serialized at checkout for product authentication and order traceability.",
    "status": "active",
    "sort_order": 10,
    "images": [
      {
        "url": "/assets/products/cxp-j103/00-front-61.webp",
        "alt": "Hush Hardshell Jacket 1 - Clothixpack jackets product image",
        "view": "front"
      },
      {
        "url": "/assets/products/cxp-j103/01-back-62.webp",
        "alt": "Hush Hardshell Jacket 2 - Clothixpack jackets product image",
        "view": "back"
      },
      {
        "url": "/assets/products/cxp-j103/02-detail-63.webp",
        "alt": "Hush Hardshell Jacket 3 - Clothixpack jackets product image",
        "view": "detail"
      }
    ],
    "source_title": "Custom 3L Waterproof Techwear Poncho Men Vintage Wash Goth-Ninja Capelet Oversized Asymmetrical Gorpcore Cloak OEM",
    "supplier_category": "Apparel > Men's Clothing > Men's Jackets & Coats > Trench Coats & Cloaks",
    "source_description_html": "<h2>Overview</h2><p>Elevate your brand's outerwear collection with this exceptional custom 3L waterproof techwear poncho capelet. Manufactured in our state-of-the-art Canada facility, this piece is designed specifically for emerging and established streetwear, gorpcore, and techwear brands. It masterfully bridges the gap between 19th-century archival gothic silhouettes and cutting-edge tactical performance. By applying a vintage-wash aesthetic to hardcore 3-layer waterproof fabrics and utilizing an extreme high-hip cropped drape, this piece serves as a highly modular, culturally aware Gen-Z statement garment.</p><h2>Premium Features</h2><ul><li><strong>Tactical Vintage Fabric:</strong> Utilizing a heavy 3L membrane, we apply proprietary stone-wash techniques to achieve a 400+ GSM distressed canvas feel without losing breathable, waterproof integrity.</li><li><strong>Avant-Garde Patterning:</strong> Features a dramatic, asymmetrical goth-ninja wrap front, drop-shoulder structure, and expansive batwing internal arm slits for functional layering.</li><li><strong>Convertible Headwear:</strong> A massive, structured funnel-neck hood built to withstand harsh weather collapses into a stylish, voluminous cowl collar when unzipped.</li><li><strong>Archival Detailing:</strong> Complete with laser-etched brutalist motifs, heavily distressed cracked puff-print on the back shoulder, and tonal chenille patches mimicking vintage military insignia.</li><li><strong>Stealth Functionality:</strong> Hidden two-way jumbo zippers, stealth-entry chest pockets in the drape folds, and tactical magnetic closures nested securely under vintage-styled storm flaps.</li></ul><h2>Technical Specifications</h2><table border='1' cellpadding='10' cellspacing='0' style='border-collapse: collapse; width: 100%;'><tbody><tr><td><strong>Outer Shell</strong></td><td>3-Layer Waterproof / Breathable Membrane</td></tr><tr><td><strong>Fabric Weight</strong></td><td>400+ GSM Stiffness Equivalent</td></tr><tr><td><strong>Seam Technology</strong></td><td>Exposed & Fully Taped Internal Seams</td></tr><tr><td><strong>Hardware</strong></td><td>Oxidized #10 Brass Zips, Magnetic Closures, Heavy Metal Aglets</td></tr><tr><td><strong>Wash Process</strong></td><td>Proprietary Abrasive Stone-Wash (IR-Grey Faded Tone)</td></tr></tbody></table><h2>Custom Manufacturing (OEM/ODM)</h2><p>As a leading custom apparel manufacturer, we offer complete end-to-end customization. Modify the high-hip crop length, integrate custom interior neck labels, change the puff-print artwork to your brand's logo, or swap the oxidized brass for matte black waterproof hardware. Our facility accommodates orders ranging from accessible 50-piece small batches to massive global retail rollouts.</p><h2>Packaging & Shipping</h2><p>All garments undergo rigorous multi-point quality control before being packed in premium frosted EVA polybags with protective desiccants. Bulk orders are shipped globally via optimized air or sea freight through major hubs in Canada, ensuring reliable delivery timelines.</p>",
    "source_attributes": {
      "Material": "3L Waterproof Breathable Tech Fabric",
      "Fabric Type": "Stone-Washed Technical Canvas",
      "Style": "Techwear / Goth-Ninja / Streetwear",
      "Gender": "Men / Unisex",
      "Season": "Autumn, Winter, Spring"
    },
    "wholesale_price_tiers": [
      {
        "price": 75,
        "moq": 50
      },
      {
        "price": 65,
        "moq": 201
      },
      {
        "price": 58,
        "moq": 501
      }
    ],
    "seo_title": "Hush Hardshell Jacket — Jackets / $194 | Clothixpack",
    "seo_description": "Hush Hardshell Jacket is a Clothixpack technical shell made with 3-layer waterproof breathable laminate. Priced at $194 USD, serialized for traceability",
    "meta_keywords": "hush hardshell jacket, jackets, technical citywear, urban utility apparel, clothixpack, 3-layer waterproof breathable laminate",
    "material": "3-layer waterproof breathable laminate",
    "construction": "taped seams, laser-cut panels, asymmetric patterning, magnetic closure",
    "origin_country": "",
    "canonical_path": "/product/CXP-J103",
    "custom_size_enabled": true,
    "stock_quantity": 25
  },
  {
    "code": "CXP-J104",
    "name": "Ghost Hardshell Jacket",
    "slug": "ghost-hardshell-jacket-cxp-j104",
    "cat": "jackets",
    "price": 194,
    "retail_price": 194,
    "tag": null,
    "fabric": "3-layer waterproof breathable laminate",
    "weight": "120GSM",
    "color": "Signal Red",
    "colors": [
      "#3a0a0a",
      "#0a0a0a"
    ],
    "season": "AW26 / 12",
    "description": "Ghost Hardshell Jacket is built for transitional rain, wind, and city movement. 3-layer waterproof breathable laminate gives the piece its structure, while taped seams, welded panels, Fidlock hardware, YKK hardware, laser-cut panels, modular strap system, asymmetric patterning, magnetic closure handles the functional load. Serialized at checkout for product authentication and order traceability.",
    "status": "active",
    "sort_order": 11,
    "images": [
      {
        "url": "/assets/products/cxp-j104/00-front-67.webp",
        "alt": "Ghost Hardshell Jacket 1 - Clothixpack jackets product image",
        "view": "front"
      },
      {
        "url": "/assets/products/cxp-j104/01-back-68.webp",
        "alt": "Ghost Hardshell Jacket 2 - Clothixpack jackets product image",
        "view": "back"
      },
      {
        "url": "/assets/products/cxp-j104/02-detail-69.webp",
        "alt": "Ghost Hardshell Jacket 3 - Clothixpack jackets product image",
        "view": "detail"
      }
    ],
    "source_title": "Custom Techwear Oversized Asymmetric Rain Cape Waterproof GORE-TEX Jacket Streetwear Maximalist Trench Coat OEM Manufacturer",
    "supplier_category": "Apparel > Men's Clothing > Men's Jackets & Coats > Men's Jackets",
    "source_description_html": "<h2>High-Drama Techwear: The Asymmetric Rain Cape</h2><p>Subverting the traditional, quiet 'stealth' techwear archetype, this custom-manufactured asymmetric rain cape collides elite technical performance with striking European maximalism. Designed as a high-drama runway statement, this functional weather shield is engineered by our specialized Canada partner factories, delivering uncompromising quality for your brand's most aggressive outerwear silhouettes.</p><h3>Extreme Textural Contrast & Material Mastery</h3><p>To create intense visual depth, we combine three extreme textures within a single architectural drape:</p><ul><li><strong>Matte Core:</strong> A papery, ultra-light 2.5L waterproof/breathable shell (120gsm) forming the primary base.</li><li><strong>Heavy Quilting:</strong> Rugged diamond-quilted ballistic nylon patches structurally framing the left shoulder.</li><li><strong>High-Gloss Accents:</strong> Sweeping rubberized polyurethane overlays slicing cleanly across the asymmetric hemline.</li></ul><h3>Maximalist Embellishments & Functional Hardware</h3><p>Every element is over-engineered for impact. The front storm placket is secured via oversized industrial magnetic FIDLOCK V-buckles over offset YKK Aquaguard zippers. Inside, the fully-taped waterproof seams can be customized in striking contrast colors (e.g., hyper-crimson). Massive zip-expandable side gussets allow the silhouette to swallow a backpack, while the internal jacquard-woven strap harness allows the cape to be worn off the shoulders. The hood features a high-stance structural snorkel design, complete with laser-cut breathing vents and a hidden deployable face shield.</p><h3>Industry-Leading OEM Graphic Application</h3><p>Commit fully to a hero-graphic mandate with our state-of-the-art 3D silicone printing capabilities. We can apply colossal, edge-to-edge brutalist geometric graphics or custom heavy typography across the back panel. The thick, raised hyper-colored silicone creates intense texture and visual dominance that ordinary screen printing cannot achieve.</p><h3>Why Choose Us for Your Custom Outerwear?</h3><p>We are a dedicated custom apparel manufacturer providing full OEM/ODM services from pattern grading to final export. Combining traditional artisanship with advanced ultrasonic welding, laser cutting, and taping machinery, we execute complex, multi-fabric techwear with zero compromises on waterproofing or structural integrity.</p>",
    "source_attributes": {
      "Material": "2.5L GORE-TEX Paclite Plus (120gsm), Ballistic Nylon, Polyurethane",
      "Fabric Type": "2.5L Coated Woven Shell",
      "Style": "Techwear / Maximalist Streetwear",
      "Gender": "Men / Unisex",
      "Season": "Autumn, Winter, Spring"
    },
    "wholesale_price_tiers": [
      {
        "price": 165,
        "moq": 30
      },
      {
        "price": 140,
        "moq": 101
      },
      {
        "price": 125,
        "moq": 501
      }
    ],
    "seo_title": "Ghost Hardshell Jacket — Jackets / $194 | Clothixpack",
    "seo_description": "Ghost Hardshell Jacket is a Clothixpack technical shell made with 3-layer waterproof breathable laminate. Priced at $194 USD, serialized for traceabilityi",
    "meta_keywords": "ghost hardshell jacket, jackets, technical citywear, urban utility apparel, clothixpack, 3-layer waterproof breathable laminate",
    "material": "3-layer waterproof breathable laminate",
    "construction": "taped seams, welded panels, Fidlock hardware, YKK hardware, laser-cut panels, modular strap system, asymmetric patterning, magnetic closure",
    "origin_country": "",
    "canonical_path": "/product/CXP-J104",
    "custom_size_enabled": true,
    "stock_quantity": 25
  },
  {
    "code": "CXP-H101",
    "name": "Pivot Mock Neck Shirt",
    "slug": "pivot-mock-neck-shirt-cxp-h101",
    "cat": "hoodies",
    "price": 154,
    "retail_price": 154,
    "tag": "SOLD OUT",
    "fabric": "Merino wool jersey",
    "weight": "180 GSM",
    "color": "Obsidian",
    "colors": [
      "#0a0a0a",
      "#1a1a1a"
    ],
    "season": "AW26 / 13",
    "description": "Pivot Mock Neck Shirt is built for thermal layering without losing structure. Merino wool jersey gives the piece its structure, while taped seams, Fidlock hardware, laser-cut panels, modular strap system, asymmetric patterning, articulated fit, magnetic closure handles the functional load. Serialized at checkout for product authentication and order traceability.",
    "status": "sold_out",
    "sort_order": 12,
    "images": [
      {
        "url": "/assets/products/cxp-h101/00-front-73.webp",
        "alt": "Pivot Mock Neck Shirt 1 - Clothixpack hoodies product image",
        "view": "front"
      },
      {
        "url": "/assets/products/cxp-h101/01-back-74.webp",
        "alt": "Pivot Mock Neck Shirt 2 - Clothixpack hoodies product image",
        "view": "back"
      },
      {
        "url": "/assets/products/cxp-h101/02-detail-75.webp",
        "alt": "Pivot Mock Neck Shirt 3 - Clothixpack hoodies product image",
        "view": "detail"
      }
    ],
    "source_title": "Custom Techwear Hoodie Polartec Wool Gothic Streetwear Strap Mock Neck Pullover Men's Cyberpunk Darkwear OEM Manufacturer",
    "supplier_category": "Apparel > Men's Clothing > Men's Hoodies & Sweatshirts",
    "source_description_html": "<div style=\"font-family: Arial, sans-serif; max-width: 1000px; margin: 0 auto;\">\n  <h1 style=\"color: #333; border-bottom: 2px solid #e0e0e0; padding-bottom: 10px;\">Premium OEM Techwear & Darkwear Manufacturing</h1>\n  \n  <div style=\"margin-bottom: 30px;\">\n    <h2 style=\"color: #444;\">Overview</h2>\n    <p style=\"line-height: 1.6; color: #555;\">This manufacturer proudly offers cutting-edge techwear production, partnering with premier facilities in Canada, Canada. This modular hooded mock-neck strap pullover represents the pinnacle of our capabilities, colliding dark narrative-driven aesthetics with high-end techwear functionality. Utilizing a complex dual-surface <strong>Polartec Power Wool (180 GSM)</strong>, the garment ensures unparalleled moisture-wicking and thermal management, wrapped in an aggressive, brutalist silhouette.</p>\n  </div>\n\n  <div style=\"margin-bottom: 30px;\">\n    <h2 style=\"color: #444;\">Core Design & Functional Features</h2>\n    <ul style=\"line-height: 1.8; color: #555;\">\n      <li><strong>Advanced Silhouette:</strong> Boxy, oversized chest block paired with a slightly cropped, raw-cut hem and highly elongated, articulated sleeves for a distinct wrist-stacking effect.</li>\n      <li><strong>Technical Mock-Neck Hood:</strong> A rigid, high-stance collar integrates seamlessly into an oversized cowl hood, featuring an asymmetrical <em>Aquaguard</em> waterproof half-zip.</li>\n      <li><strong>Modular Webbing & Hardware:</strong> Equipped with an adjustable 1-inch webbing strap system wrapping the ribcage, locking via matte-black magnetic Fidlock-style V-buckles. Includes gunmetal D-rings at the clavicle.</li>\n      <li><strong>Premium Construction:</strong> Ultrasonic sealed external seams reinforced with matte black PU taping, supplemented by hidden laser-cut side pockets.</li>\n      <li><strong>High-Impact Graphics:</strong> Executed using premium high-density puff print for a 3D architectural/wireframe back graphic, complemented by crisp Oxblood Red screen-printed typography on the chest and sleeves.</li>\n    </ul>\n  </div>\n\n  <div style=\"margin-bottom: 30px;\">\n    <h2 style=\"color: #444;\">Technical Specifications</h2>\n    <table style=\"width: 100%; border-collapse: collapse; text-align: left;\">\n      <tr style=\"background-color: #f9f9f9;\">\n        <th style=\"padding: 10px; border: 1px solid #ddd;\">Material</th>\n        <td style=\"padding: 10px; border: 1px solid #ddd;\">Polartec Power Wool (Merino/Synthetic) - 180 GSM</td>\n      </tr>\n      <tr>\n        <th style=\"padding: 10px; border: 1px solid #ddd;\">Seam Processing</th>\n        <td style=\"padding: 10px; border: 1px solid #ddd;\">Ultrasonic Sealed / PU Taped</td>\n      </tr>\n      <tr style=\"background-color: #f9f9f9;\">\n        <th style=\"padding: 10px; border: 1px solid #ddd;\">Zippers</th>\n        <td style=\"padding: 10px; border: 1px solid #ddd;\">Waterproof Aquaguard (Asymmetrical placement)</td>\n      </tr>\n      <tr>\n        <th style=\"padding: 10px; border: 1px solid #ddd;\">Straps & Buckles</th>\n        <td style=\"padding: 10px; border: 1px solid #ddd;\">1-inch nylon webbing, Magnetic Quick-Release V-Buckles</td>\n      </tr>\n      <tr style=\"background-color: #f9f9f9;\">\n        <th style=\"padding: 10px; border: 1px solid #ddd;\">Fit Type</th>\n        <td style=\"padding: 10px; border: 1px solid #ddd;\">Oversized / Boxy / Dropped Shoulder / Elongated Sleeves</td>\n      </tr>\n    </table>\n  </div>\n\n  <div style=\"margin-bottom: 30px;\">\n    <h2 style=\"color: #444;\">Why Choose Our Canada Partner Factories?</h2>\n    <p style=\"line-height: 1.6; color: #555;\">With decades of export experience, our facilities are audited to rigorous international standards (BSCI, ISO 9001). We excel in transitioning high-concept designs into scalable production, managing everything from intricate fabric sourcing (like Polartec and Schoeller) to precision hardware attachment. Our robust QA protocols ensure low defect rates, and we support emerging and established brands with flexible MOQs and comprehensive customization (OEM/ODM) pipelines.</p>\n  </div>\n</div>",
    "source_attributes": {
      "Material": "Polartec Power Wool (Merino Wool / Synthetic Blend)",
      "Fabric Type": "Dual-Surface Knit",
      "Style": "Techwear / Darkwear / Gothic Streetwear",
      "Gender": "Men / Unisex",
      "Season": "Autumn, Winter, Spring"
    },
    "wholesale_price_tiers": [
      {
        "price": 58,
        "moq": 50
      },
      {
        "price": 49.5,
        "moq": 200
      },
      {
        "price": 42,
        "moq": 1000
      }
    ],
    "seo_title": "Pivot Mock Neck Shirt — Hoodies / $154 | Clothixpack",
    "seo_description": "Pivot Mock Neck Shirt is a Clothixpack technical hoodie made with Merino wool jersey. Priced at $154 USD, serialized for traceability, and built for tec",
    "meta_keywords": "pivot mock neck shirt, hoodies, technical citywear, urban utility apparel, clothixpack, merino wool jersey",
    "material": "Merino wool jersey",
    "construction": "taped seams, Fidlock hardware, laser-cut panels, modular strap system, asymmetric patterning, articulated fit, magnetic closure",
    "origin_country": "",
    "canonical_path": "/product/CXP-H101",
    "custom_size_enabled": true,
    "stock_quantity": 0
  },
  {
    "code": "CXP-S103",
    "name": "Keel Mock Neck Shirt",
    "slug": "keel-mock-neck-shirt-cxp-s103",
    "cat": "shirts",
    "price": 114,
    "retail_price": 114,
    "tag": null,
    "fabric": "Schoeller stretch textile",
    "weight": "180 GSM",
    "color": "Obsidian",
    "colors": [
      "#0a0a0a",
      "#1a1a1a"
    ],
    "season": "AW26 / 14",
    "description": "Keel Mock Neck Shirt is built for base-layer comfort under technical outerwear. Schoeller stretch textile gives the piece its structure, while taped seams, welded panels, Fidlock hardware, laser-cut panels, modular strap system, asymmetric patterning, magnetic closure handles the functional load. Serialized at checkout for product authentication and order traceability.",
    "status": "active",
    "sort_order": 13,
    "images": [
      {
        "url": "/assets/products/cxp-s103/00-front-79.webp",
        "alt": "Keel Mock Neck Shirt 1 - Clothixpack shirts product image",
        "view": "front"
      },
      {
        "url": "/assets/products/cxp-s103/01-back-80.webp",
        "alt": "Keel Mock Neck Shirt 2 - Clothixpack shirts product image",
        "view": "back"
      },
      {
        "url": "/assets/products/cxp-s103/02-detail-81.webp",
        "alt": "Keel Mock Neck Shirt 3 - Clothixpack shirts product image",
        "view": "detail"
      }
    ],
    "source_title": "Custom Men's Oversized Techwear T-Shirt 4-Way Stretch Gradient Mock Neck Strap Tee B2B Streetwear OEM Apparel Manufacturer",
    "supplier_category": "Apparel > Men's Clothing > Men's T-Shirts",
    "source_description_html": "<h2>Product Overview</h2><p>Experience the pinnacle of avant-garde streetwear manufacturing with this technical, asymmetric gradient mock-neck tee. Designed for the Gen Z techwear market, this garment masterfully collides extreme oversized proportions with ultra-refined, minimalist performance features. Produced by our premier Canada partner factories, this piece serves as a showcase of our advanced OEM/ODM manufacturing capabilities, perfect for brands looking to produce $250+ retail 'Grail' pieces.</p><h2>Key Features</h2><ul><li><strong>Elite Fabric:</strong> Constructed from 180 GSM Schoeller Cool-Feel 4-Way Stretch with a custom 'Ramie Soft-Hand' treatment for a matte, premium tactile feel.</li><li><strong>Architectural Fit:</strong> Features an extreme oversized, boxy drape with dropped shoulders, wide sleeves, and a rigid mid-weight mock-neck.</li><li><strong>Visual Impact:</strong> Bold, diagonal dip-dye color-blocking strategy creating a 'Smoke' monochrome gradient from deep obsidian to soft ash.</li><li><strong>Technical Construction:</strong> Ultrasonic welded seams with tonal interior taping to maintain a razor-sharp, bulk-free silhouette.</li><li><strong>Premium Hardware:</strong> Concealed bungee hem with matte-black metal toggles, flush laser-cut D-ring welt, and a technical canvas side-strap secured by a magnetic Fidlock V-buckle.</li></ul><h2>Specifications</h2><table border='1' cellpadding='5' cellspacing='0'><tr><th>Feature</th><th>Detail</th></tr><tr><td>Material</td><td>180 GSM Schoeller Cool-Feel 4-Way Stretch</td></tr><tr><td>Seams</td><td>Ultrasonic Welded + Taped</td></tr><tr><td>Neckline</td><td>Structured Mock-Neck w/ Hidden Micro-Zipper Gusset</td></tr><tr><td>Print</td><td>Tonal High-Density Micro-Puff Print on Center Spine</td></tr><tr><td>Customization</td><td>Fully customizable sizing, colors, and hardware (OEM/ODM)</td></tr></table><h2>Packaging & Shipping</h2><p>All items are securely packed in frosted EVA eco-friendly zip-lock bags and shipped in double-corrugated export-grade master cartons. We partner with global freight forwarders to provide seamless air and sea freight options directly from Canada or Karachi ports.</p><h2>Why Choose Us?</h2><p>This manufacturer bridges the gap between traditional apparel production and highly technical, modern streetwear execution. From sourcing rare Schoeller fabrics to executing flawless ultrasonic welds and complex dip-dyes, we ensure your brand delivers unparalleled quality.</p>",
    "source_attributes": {
      "Material": "Schoeller Cool-Feel 4-Way Stretch (Ramie Soft-Hand Treatment)",
      "Fabric Type": "Stretch Woven/Knit Hybrid",
      "Style": "Techwear / Avant-Garde Streetwear",
      "Gender": "Men",
      "Season": "Spring, Summer, Autumn"
    },
    "wholesale_price_tiers": [
      {
        "price": 38.5,
        "moq": 50
      },
      {
        "price": 29,
        "moq": 200
      },
      {
        "price": 24.5,
        "moq": 1000
      }
    ],
    "seo_title": "Keel Mock Neck Shirt — Shirts / $114 | Clothixpack",
    "seo_description": "Keel Mock Neck Shirt is a Clothixpack technical shirt made with Schoeller stretch textile. Priced at $114 USD, serialized for traceability, and built for",
    "meta_keywords": "keel mock neck shirt, shirts, technical citywear, urban utility apparel, clothixpack, schoeller stretch textile",
    "material": "Schoeller stretch textile",
    "construction": "taped seams, welded panels, Fidlock hardware, laser-cut panels, modular strap system, asymmetric patterning, magnetic closure",
    "origin_country": "",
    "canonical_path": "/product/CXP-S103",
    "custom_size_enabled": true,
    "stock_quantity": 25
  },
  {
    "code": "CXP-H102",
    "name": "Signal Technical Hoodie",
    "slug": "signal-technical-hoodie-cxp-h102",
    "cat": "hoodies",
    "price": 154,
    "retail_price": 154,
    "tag": null,
    "fabric": "Heavyweight technical fleece",
    "weight": "200GSM",
    "color": "Obsidian",
    "colors": [
      "#0a0a0a",
      "#1a1a1a"
    ],
    "season": "AW26 / 15",
    "description": "Signal Technical Hoodie is built for thermal layering without losing structure. Heavyweight technical fleece gives the piece its structure, while Fidlock hardware, YKK hardware, laser-cut panels, modular strap system, asymmetric patterning, articulated fit, magnetic closure handles the functional load. Serialized at checkout for product authentication and order traceability.",
    "status": "active",
    "sort_order": 14,
    "images": [
      {
        "url": "/assets/products/cxp-h102/00-front-85.webp",
        "alt": "Signal Technical Hoodie 1 - Clothixpack hoodies product image",
        "view": "front"
      },
      {
        "url": "/assets/products/cxp-h102/01-back-86.webp",
        "alt": "Signal Technical Hoodie 2 - Clothixpack hoodies product image",
        "view": "back"
      },
      {
        "url": "/assets/products/cxp-h102/02-detail-87.webp",
        "alt": "Signal Technical Hoodie 3 - Clothixpack hoodies product image",
        "view": "detail"
      }
    ],
    "source_title": "OEM Custom Avant-Garde Asymmetric Drop-Tail Cowl Hood Techwear Pullover Men 200GSM Cotton Stretch Jersey Streetwear Hoodie",
    "supplier_category": "Apparel > Men's Clothing > Men's Hoodies & Sweatshirts",
    "source_description_html": "<div style=\"font-family: Arial, sans-serif; color: #333; line-height: 1.6;\">\n  <h2 style=\"color: #111; border-bottom: 2px solid #ccc; padding-bottom: 5px;\">Overview</h2>\n  <p>Experience a radical intersection of avant-garde gothic sculpture and utilitarian techwear with our premium custom mock-tee pullovers. Designed for forward-thinking streetwear brands, this garment is meticulously crafted by our Canada partner factories, leveraging advanced OEM manufacturing capabilities to deliver architectural silhouettes and high-performance wear.</p>\n  \n  <h2 style=\"color: #111; border-bottom: 2px solid #ccc; padding-bottom: 5px;\">Design & Fit (The \"Dune-Cowl\" Silhouette)</h2>\n  <p>The garment features an articulated, avant-garde fit that is relaxed through the chest with a sculptural, asymmetrical drape, abruptly tapering into skin-tight articulated forearms. The pronounced, aggressively angled drop-tail hem falls to the mid-thigh in the back, contrasted by a sweeping bias front hem. The collar is a hybrid mock-neck that organically extends into an unstructured, draping cowl-hood, drawing heavy inspiration from modern dystopian and dark-academia aesthetics.</p>\n  \n  <h2 style=\"color: #111; border-bottom: 2px solid #ccc; padding-bottom: 5px;\">Fabric & Colorway</h2>\n  <p>Constructed from an exceptional <strong>200gsm Premium Cotton/Spandex Stretch Jersey (92% Organic Cotton, 8% Spandex)</strong>. The fabric undergoes a specialized micro-sanding process yielding a smooth, matte, <em>peau-de-peche</em> (peach-skin) hand-feel. It provides a fluid, cascading drape while retaining robust rebound to hold structural folds without bagging out.</p>\n  <p><strong>Color Palette:</strong> Monochromatic desert-gothic. Primary tone: Bleached Sand. Inner cowl lining: Tonal Alabaster. Accents: Matte Obsidian (webbing/hardware) paired with a single intentional heat-sealed Signal Red bartack at the right shoulder.</p>\n  \n  <h2 style=\"color: #111; border-bottom: 2px solid #ccc; padding-bottom: 5px;\">Complex Construction & Custom Details</h2>\n  <ul>\n    <li><strong>Asymmetric Paneling:</strong> Left shoulder utilizes a raglan cut for fluid mobility; right shoulder features a sharp, structured set-in sleeve.</li>\n    <li><strong>Premium Trims:</strong> Off-center side-entry YKK AquaGuard half-zip. Interior seams bound with pristine semi-transparent polyurethane tape.</li>\n    <li><strong>Dynamic Tension Strap:</strong> A 25mm Matte Obsidian nylon webbing strap runs diagonally across the torso, anchored by an anodized aluminum Fidlock magnetic V-buckle, allowing for immediate silhouette alteration (loose cascade vs. aggressive cinched tactical profile).</li>\n    <li><strong>Ventilation & Prints:</strong> Laser-cut, heat-fused underarm perforations. The left forearm sports a transparent high-build silicone asymmetric geometric line wrap. Custom branding spaces available, such as micro-typographic placements along the lower spine.</li>\n    <li><strong>Cuffs:</strong> Ergonomic invisible thumb-slits integrated seamlessly into the stretch seam.</li>\n  </ul>\n\n  <h2 style=\"color: #111; border-bottom: 2px solid #ccc; padding-bottom: 5px;\">OEM Customization Services</h2>\n  <p>As a leading custom apparel manufacturer, we offer end-to-end ODM/OEM capabilities. We can adapt this base silhouette with your brand's unique hardware, custom-milled fabric weights, Pantone-matched dyes, and specialized embellishment techniques.</p>\n</div>",
    "source_attributes": {
      "Material": "92% Organic Cotton, 8% Spandex",
      "Fabric Type": "200gsm Premium Stretch Jersey",
      "Style": "Techwear / Avant-Garde",
      "Gender": "Men",
      "Season": "Autumn, Spring, Winter"
    },
    "wholesale_price_tiers": [
      {
        "price": 38.5,
        "moq": 50
      },
      {
        "price": 34,
        "moq": 200
      },
      {
        "price": 29.5,
        "moq": 1000
      }
    ],
    "seo_title": "Signal Technical Hoodie — Hoodies / $154 | Clothixpack",
    "seo_description": "Signal Technical Hoodie is a Clothixpack technical hoodie made with Heavyweight technical fleece. Priced at $154 USD, serialized for traceability, and b",
    "meta_keywords": "signal technical hoodie, hoodies, technical citywear, urban utility apparel, clothixpack, heavyweight technical fleece",
    "material": "Heavyweight technical fleece",
    "construction": "Fidlock hardware, YKK hardware, laser-cut panels, modular strap system, asymmetric patterning, articulated fit, magnetic closure",
    "origin_country": "",
    "canonical_path": "/product/CXP-H102",
    "custom_size_enabled": true,
    "stock_quantity": 25
  },
  {
    "code": "CXP-S104",
    "name": "Runtime Mock Neck Shirt",
    "slug": "runtime-mock-neck-shirt-cxp-s104",
    "cat": "shirts",
    "price": 114,
    "retail_price": 114,
    "tag": null,
    "fabric": "Schoeller stretch textile",
    "weight": "180GSM",
    "color": "Signal Red",
    "colors": [
      "#3a0a0a",
      "#0a0a0a"
    ],
    "season": "AW26 / 16",
    "description": "Runtime Mock Neck Shirt is built for base-layer comfort under technical outerwear. Schoeller stretch textile gives the piece its structure, while modular strap system handles the functional load. Serialized at checkout for product authentication and order traceability.",
    "status": "active",
    "sort_order": 15,
    "images": [
      {
        "url": "/assets/products/cxp-s104/00-front-91.webp",
        "alt": "Runtime Mock Neck Shirt 1 - Clothixpack shirts product image",
        "view": "front"
      },
      {
        "url": "/assets/products/cxp-s104/01-back-92.webp",
        "alt": "Runtime Mock Neck Shirt 2 - Clothixpack shirts product image",
        "view": "back"
      },
      {
        "url": "/assets/products/cxp-s104/02-detail-93.webp",
        "alt": "Runtime Mock Neck Shirt 3 - Clothixpack shirts product image",
        "view": "detail"
      }
    ],
    "source_title": "OEM Custom Techwear Oversized Mock Neck Strap T-Shirt Men Schoeller Stretch Streetwear Boxy Ramie Silk Tee Wholesale",
    "supplier_category": "Apparel > Men's Clothing > Men's T-Shirts",
    "source_description_html": "<h2>Overview</h2><p>Designed for premium streetwear and techwear brands, this architectural mock-neck strap tee showcases the highest echelon of custom apparel manufacturing out of our Canada partner factories. We provide fully integrated OEM/ODM services to create luxurious, minimalist 'Grail' pieces that combine clinical performance tech with ancient luxury fibers.</p><h2>Key Features</h2><ul><li><strong>Architectural Silhouette:</strong> Extreme oversized, boxy architecture with drastically dropped shoulders and extended, squared hems for fluid draping.</li><li><strong>Elite Material Tension:</strong> A primary chassis of 180gsm Schoeller Cool-Feel 4-Way Stretch juxtaposed with a hyper-luxurious vintage-washed Ramie-Silk blend inner lining.</li><li><strong>Flawless Construction:</strong> Internally ultrasonically bonded seams eliminate external thread lines, while raw-cut hems are resin-sealed to prevent fraying.</li><li><strong>Modular Embellishments:</strong> Features a concealed internal grosgrain strapping system anchored by matte graphite hardware, allowing the garment to be cinched or worn with brutalist hanging tails.</li><li><strong>Subtle Utility:</strong> Includes a hidden side-seam pocket with a micro-concealed jumbo zipper and a covertly embedded D-ring.</li></ul><h2>Specifications</h2><table border='1' cellpadding='8' cellspacing='0' style='width:100%; border-collapse: collapse;'><tr><th style='text-align:left; background-color:#f8f9fa;'>Fabric Base</th><td>Schoeller Cool-Feel 4-Way Stretch (180 GSM)</td></tr><tr><th style='text-align:left; background-color:#f8f9fa;'>Contrast Lining</th><td>Vintage-Washed Ramie-Silk Blend</td></tr><tr><th style='text-align:left; background-color:#f8f9fa;'>Hardware Finish</th><td>Liquid Graphite Gloss</td></tr><tr><th style='text-align:left; background-color:#f8f9fa;'>Seam Technology</th><td>Ultrasonic Bonding (Threadless Exterior)</td></tr><tr><th style='text-align:left; background-color:#f8f9fa;'>Graphics</th><td>Tonal 3D Silicone Micro-Print</td></tr></table><h2>Packaging & Delivery</h2><p>All items are securely packed in frosted eco-polybags and shipped via heavy-duty export master cartons. We offer flexible shipping arrangements (Air Express, Air Freight, Sea Freight) from Canada or Karachi ports directly to your global distribution center.</p><h2>Why Choose Us?</h2><p>With years of experience handling high-end techwear and complex fabric sourcing, our Canada manufacturing partners ensure your brand stands out. We strictly adhere to OEKO-TEX and ISO quality standards, providing ethical, small-batch to bulk production with unparalleled attention to detail.</p>",
    "source_attributes": {
      "Material": "Schoeller Cool-Feel 4-Way Stretch / Ramie-Silk Blend",
      "Fabric Type": "Woven Stretch Tech Fabric",
      "Style": "Techwear / High-End Streetwear",
      "Gender": "Men",
      "Season": "Spring, Summer, Autumn"
    },
    "wholesale_price_tiers": [
      {
        "price": 42.5,
        "moq": 50
      },
      {
        "price": 34,
        "moq": 200
      },
      {
        "price": 28.5,
        "moq": 1000
      }
    ],
    "seo_title": "Runtime Mock Neck Shirt — Shirts / $114 | Clothixpack",
    "seo_description": "Runtime Mock Neck Shirt is a Clothixpack technical shirt made with Schoeller stretch textile. Priced at $114 USD, serialized for traceability, and built ",
    "meta_keywords": "runtime mock neck shirt, shirts, technical citywear, urban utility apparel, clothixpack, schoeller stretch textile",
    "material": "Schoeller stretch textile",
    "construction": "modular strap system",
    "origin_country": "",
    "canonical_path": "/product/CXP-S104",
    "custom_size_enabled": true,
    "stock_quantity": 25
  },
  {
    "code": "CXP-H103",
    "name": "Ridge Technical Hoodie",
    "slug": "ridge-technical-hoodie-cxp-h103",
    "cat": "hoodies",
    "price": 154,
    "retail_price": 154,
    "tag": null,
    "fabric": "Heavyweight technical fleece",
    "weight": "350 GSM",
    "color": "Obsidian",
    "colors": [
      "#0a0a0a",
      "#1a1a1a"
    ],
    "season": "AW26 / 17",
    "description": "Ridge Technical Hoodie is built for thermal layering without losing structure. Heavyweight technical fleece gives the piece its structure, while modular strap system, asymmetric patterning handles the functional load. Serialized at checkout for product authentication and order traceability.",
    "status": "active",
    "sort_order": 16,
    "images": [
      {
        "url": "/assets/products/cxp-h103/00-front-97.webp",
        "alt": "Ridge Technical Hoodie 1 - Clothixpack hoodies product image",
        "view": "front"
      },
      {
        "url": "/assets/products/cxp-h103/01-back-98.webp",
        "alt": "Ridge Technical Hoodie 2 - Clothixpack hoodies product image",
        "view": "back"
      },
      {
        "url": "/assets/products/cxp-h103/02-detail-99.webp",
        "alt": "Ridge Technical Hoodie 3 - Clothixpack hoodies product image",
        "view": "detail"
      }
    ],
    "source_title": "Custom Techwear Asymmetric Hoodie Men Heavyweight French Terry Cowl Neck Streetwear Cyberpunk Sweatshirt OEM Manufacturer",
    "supplier_category": "Apparel > Men's Clothing > Men's Hoodies & Sweatshirts",
    "source_description_html": "<h2>Conceptual Techwear & Avant-Garde Streetwear Hoodie</h2><p>Welcome to the future of urban apparel. Manufactured by our premier partner facilities in Canada, Canada, this conceptual asymmetric techwear hoodie merges high-fashion avant-garde silhouettes with functional streetwear elements. Designed for brands that push boundaries, this garment features a heavyweight 350 GSM French Terry construction, oversized cowl neck, integrated tactical cross-body straps, and bio-mechanical graphic treatments.</p><h3>Why Choose Our Manufacturing Partners?</h3><ul><li><strong>True OEM/ODM Expertise:</strong> We do not just print on blanks; we cut and sew complex patterns from scratch based on your tech packs.</li><li><strong>Premium Materials:</strong> Ethically sourced, OEKO-TEX certified fabrics dyed to exact Pantone specifications.</li><li><strong>Advanced Embellishments:</strong> We utilize state-of-the-art machinery for high-density screen printing, 3D puff prints, and intricate embroidery.</li><li><strong>Low MOQ:</strong> Supporting emerging designer brands with accessible minimum order quantities starting at just 50 pieces.</li></ul><h3>Detailed Specifications</h3><table border='1' cellpadding='10' cellspacing='0' style='border-collapse: collapse; width: 100%;'><tbody><tr><th style='background-color: #f2f2f2;'>Feature</th><th style='background-color: #f2f2f2;'>Specification</th></tr><tr><td>Fabric</td><td>100% Combed Cotton French Terry (Custom Blends Available)</td></tr><tr><td>Weight</td><td>350 GSM (Mid to Heavyweight)</td></tr><tr><td>Fit</td><td>Oversized / Longline / Asymmetric Drop Hem</td></tr><tr><td>Hardware</td><td>Matte Black D-Rings, Heavy-Duty ABS Tactical Buckle</td></tr><tr><td>Stitching</td><td>Contrast overlock stitching throughout raglan seams</td></tr></tbody></table><h3>Packaging & Shipping</h3><p>Every garment undergoes strict quality control before being individually folded into an eco-friendly frosted zip-lock polybag. Master cartons are constructed from double-walled corrugated cardboard to ensure your goods arrive in pristine condition, whether shipped via DHL/FedEx air express or standard sea freight.</p>",
    "source_attributes": {
      "Material": "100% Combed Cotton French Terry",
      "Fabric Type": "French Terry / Fleece",
      "Style": "Techwear / Streetwear / Avant-Garde",
      "Gender": "Men",
      "Season": "Autumn / Winter"
    },
    "wholesale_price_tiers": [
      {
        "price": 28.5,
        "moq": 50
      },
      {
        "price": 22,
        "moq": 200
      },
      {
        "price": 18.5,
        "moq": 1000
      }
    ],
    "seo_title": "Ridge Technical Hoodie — Hoodies / $154 | Clothixpack",
    "seo_description": "Ridge Technical Hoodie is a Clothixpack technical hoodie made with Heavyweight technical fleece. Priced at $154 USD, serialized for traceability, and bu",
    "meta_keywords": "ridge technical hoodie, hoodies, technical citywear, urban utility apparel, clothixpack, heavyweight technical fleece",
    "material": "Heavyweight technical fleece",
    "construction": "modular strap system, asymmetric patterning",
    "origin_country": "",
    "canonical_path": "/product/CXP-H103",
    "custom_size_enabled": true,
    "stock_quantity": 25
  },
  {
    "code": "CXP-H104",
    "name": "Cowl Technical Hoodie",
    "slug": "cowl-technical-hoodie-cxp-h104",
    "cat": "hoodies",
    "price": 214,
    "retail_price": 214,
    "tag": null,
    "fabric": "Heavyweight technical fleece",
    "weight": "350 GSM",
    "color": "Signal Red",
    "colors": [
      "#3a0a0a",
      "#0a0a0a"
    ],
    "season": "AW26 / 18",
    "description": "Cowl Technical Hoodie is built for thermal layering without losing structure. Heavyweight technical fleece gives the piece its structure, while modular strap system handles the functional load. Serialized at checkout for product authentication and order traceability.",
    "status": "active",
    "sort_order": 17,
    "images": [
      {
        "url": "/assets/products/cxp-h104/00-front-101.webp",
        "alt": "Cowl Technical Hoodie 1 - Clothixpack hoodies product image",
        "view": "front"
      },
      {
        "url": "/assets/products/cxp-h104/01-back-102.webp",
        "alt": "Cowl Technical Hoodie 2 - Clothixpack hoodies product image",
        "view": "back"
      },
      {
        "url": "/assets/products/cxp-h104/02-detail-103.webp",
        "alt": "Cowl Technical Hoodie 3 - Clothixpack hoodies product image",
        "view": "detail"
      }
    ],
    "source_title": "Custom Techwear Tactical Sweatshirt Heavyweight Cotton Men Darkwear Pullover Graphic Skeleton Streetwear Longline Shirt OEM",
    "supplier_category": "Apparel > Men's Clothing > Men's Hoodies & Sweatshirts",
    "source_description_html": "<h2>Custom Techwear & Darkwear Streetwear Manufacturing</h2><p>Welcome to the premier destination for high-end custom apparel manufacturing. Our Canada-based partner factories specialize in producing complex streetwear, techwear, and tactical garments for global fashion brands. The product showcased features advanced technical elements including multi-fabric paneling, integrated hardware webbing, utility zip pockets, and a striking high-density back graphic print—demonstrating our expansive OEM and ODM capabilities.</p><h3>Uncompromising Quality & Features</h3><ul><li><strong>Heavyweight Fabric:</strong> Crafted from premium 350 GSM cotton French Terry, offering an ideal balance of warmth, breathability, and structural drape essential for techwear styling.</li><li><strong>Tactical Integration:</strong> Features nylon webbing straps with quick-release buckles and D-rings, blending utility with avant-garde fashion.</li><li><strong>Utility Pockets:</strong> Zip-closure nylon patch pockets on the sleeves provide functional storage and an authentic darkwear aesthetic.</li><li><strong>Raw Edge Detail:</strong> Extended longline raw-hem finish prevents fraying while maintaining a distressed, urban look.</li><li><strong>Vivid Custom Graphics:</strong> Showcasing our ability to execute complex, oversized screen prints (such as the vibrant red skeleton motif) that remain durable wash after wash.</li></ul><h3>Detailed Product Specifications</h3><table border='1' cellpadding='10' cellspacing='0' style='border-collapse: collapse; width: 100%;'><thead><tr><th style='background-color: #f2f2f2;'>Specification</th><th style='background-color: #f2f2f2;'>Details</th></tr></thead><tbody><tr><td>Fabric Blend</td><td>100% Cotton Body with 100% Nylon Trim/Webbing</td></tr><tr><td>Fabric Weight (GSM)</td><td>350 GSM (Custom weights available on request)</td></tr><tr><td>Collar Type</td><td>Mock Neck (Double-layered)</td></tr><tr><td>Sleeve Style</td><td>Drop Shoulder with Utility Zip Pockets</td></tr><tr><td>Bottom Hem</td><td>Longline Raw Edge Cut</td></tr><tr><td>Printing Techniques</td><td>Plastisol Screen Print, Puff Print, DTF, Reflective</td></tr></tbody></table><h3>Packaging & Shipping</h3><p>Every garment is carefully inspected before being individually folded and packed into moisture-resistant frosted polybags (custom brand printing available). Master cartons are heavy-duty, double-corrugated to ensure safe transit via air or sea freight. We partner with DHL, FedEx, and UPS for rapid sample delivery, and offer flexible sea freight forwarding for bulk orders from Karachi and Canada ports.</p><h3>Why Choose Us As Your Manufacturing Partner?</h3><p>With years of experience in the customized clothing export market, our factories adhere strictly to international quality standards (ISO 9001, BSCI, OEKO-TEX). We provide full transparency, dedicated account management, stringent quality control at four stages of production, and competitive pricing for both emerging labels and established enterprise brands. Our pattern makers can work from your tech packs, sketches, or reference samples to create the exact fit and feel your target market demands.</p>",
    "source_attributes": {
      "Material": "100% Combed Heavyweight Cotton & Nylon Accents",
      "Fabric Type": "French Terry / Fleece Blend",
      "Style": "Techwear / Darkwear / Streetwear",
      "Gender": "Men",
      "Season": "Autumn, Winter, Spring"
    },
    "wholesale_price_tiers": [
      {
        "price": 32.5,
        "moq": 50
      },
      {
        "price": 26,
        "moq": 200
      },
      {
        "price": 21.5,
        "moq": 1000
      }
    ],
    "seo_title": "Cowl Technical Hoodie — Hoodies / $214 | Clothixpack",
    "seo_description": "Cowl Technical Hoodie is a Clothixpack technical hoodie made with Heavyweight technical fleece. Priced at $214 USD, serialized for traceability, and bui",
    "meta_keywords": "cowl technical hoodie, hoodies, technical citywear, urban utility apparel, clothixpack, heavyweight technical fleece",
    "material": "Heavyweight technical fleece",
    "construction": "modular strap system",
    "origin_country": "",
    "canonical_path": "/product/CXP-H104",
    "custom_size_enabled": true,
    "stock_quantity": 25
  },
  {
    "code": "CXP-H105",
    "name": "Apex Technical Hoodie",
    "slug": "apex-technical-hoodie-cxp-h105",
    "cat": "hoodies",
    "price": 154,
    "retail_price": 154,
    "tag": null,
    "fabric": "Polartec stretch fleece",
    "weight": "310 GSM",
    "color": "Signal Red",
    "colors": [
      "#3a0a0a",
      "#0a0a0a"
    ],
    "season": "AW26 / 19",
    "description": "Apex Technical Hoodie is built for thermal layering without losing structure. Polartec stretch fleece gives the piece its structure, while taped seams, welded panels, laser-cut panels, asymmetric patterning, articulated fit, magnetic closure handles the functional load. Serialized at checkout for product authentication and order traceability.",
    "status": "active",
    "sort_order": 18,
    "images": [
      {
        "url": "/assets/products/cxp-h105/00-front-105.webp",
        "alt": "Apex Technical Hoodie 1 - Clothixpack hoodies product image",
        "view": "front"
      },
      {
        "url": "/assets/products/cxp-h105/01-back-106.webp",
        "alt": "Apex Technical Hoodie 2 - Clothixpack hoodies product image",
        "view": "back"
      },
      {
        "url": "/assets/products/cxp-h105/02-detail-107.webp",
        "alt": "Apex Technical Hoodie 3 - Clothixpack hoodies product image",
        "view": "detail"
      }
    ],
    "source_title": "Custom Men's Polartec Power Stretch Ninja Hoodie Avant-Garde Techwear Scuba Cowl Neck Sweatshirt OEM Drop Shoulder Pullover",
    "supplier_category": "Apparel > Men's Clothing > Men's Hoodies & Sweatshirts",
    "source_description_html": "<h2>Overview</h2><p>Operating out of Canada, Canada, our partner factories specialize in premium OEM and ODM apparel manufacturing, bringing cutting-edge technical outerwear and high-end luxury streetwear to global brands. Utilizing state-of-the-art machinery capable of ultrasonic welding, laser cutting, and precise structural heat-taping, this manufacturer delivers research-grade garments engineered for maximum impact.</p><p>This avant-garde techwear hoodie redefines the ninja silhouette with a structural, boxy drape. Cut from a premium 310 GSM technical knit, the fabric offers a smooth, refined matte face with four-way stretch, acting as a post-apocalyptic armor with clinical European minimalism. Its shape-shifting magnetic cowl transitions flawlessly from a runway-ready drape to an anonymous, structural face-shield.</p><h2>Key Features</h2><ul><li>Constructed from 310 GSM 4-way stretch fabric for a premium scuba-like feel.</li><li>Oversized, origami-fold hood with a towering rigid cowl neck.</li><li>Concealed rare-earth magnetic closure for versatile face-shield styling.</li><li>High-low architectural hem (cropped front, sweeping curved back).</li><li>Ultrasonic welded seams with tonal interior heat-taping.</li><li>Articulated sleeves with aggressive tapering into laser-cut raw-edge cuffs.</li><li>Restrained graphic elements ready for custom high-density rubberized logo application.</li></ul><h2>Specifications</h2><table border='1' cellpadding='8' cellspacing='0' style='width:100%; border-collapse: collapse;'><tr><td><strong>Material</strong></td><td>310 GSM Technical Scuba Knit (Polartec Stretch Equivalent)</td></tr><tr><td><strong>Fit</strong></td><td>Relaxed, Boxy, Structural Cocoon Drape</td></tr><tr><td><strong>Collar System</strong></td><td>Asymmetric Magnetic Cowl Neck Built-in Mask</td></tr><tr><td><strong>Construction</strong></td><td>Ultrasonic Welded & Heat-Taped Seams</td></tr><tr><td><strong>Sleeves</strong></td><td>Articulated Dropped Shoulder, Laser-cut Cuffs</td></tr><tr><td><strong>Customization</strong></td><td>Fully OEM/ODM Supported (Logos, Labels, Colors)</td></tr></table><h2>Packaging & Shipping</h2><p>Each hoodie is meticulously folded and secured within a custom frosted EVA zip-lock polybag. Master export cartons are constructed of heavy-duty double-corrugated cardboard, housing approximately 20 units per box to ensure pristine condition upon arrival. Worldwide shipping is available via air freight (DHL/FedEx/UPS) for smaller batches and sea freight out of Karachi port for large bulk orders.</p><h2>Why Choose Us?</h2><ul><li><strong>Factory Direct:</strong> Cut out the middleman and work directly with skilled Canada manufacturing partners.</li><li><strong>Advanced Capabilities:</strong> Access to luxury techniques like seam welding and magnetic integration.</li><li><strong>Low MOQ:</strong> Start your collection with just 50 pieces.</li><li><strong>Ethical Production:</strong> Backed by BSCI and OEKO-TEX Standard 100 certifications.</li></ul>",
    "source_attributes": {
      "Material": "310 GSM Polartec Power Stretch Pro",
      "Fabric Type": "Technical Scuba Knit",
      "Style": "Avant-Garde Techwear",
      "Gender": "Men",
      "Season": "Autumn/Winter"
    },
    "wholesale_price_tiers": [
      {
        "price": 48.5,
        "moq": 50
      },
      {
        "price": 42,
        "moq": 200
      },
      {
        "price": 36,
        "moq": 500
      }
    ],
    "seo_title": "Apex Technical Hoodie — Hoodies / $154 | Clothixpack",
    "seo_description": "Apex Technical Hoodie is a Clothixpack technical hoodie made with Polartec stretch fleece. Priced at $154 USD, serialized for traceability, and built fo",
    "meta_keywords": "apex technical hoodie, hoodies, technical citywear, urban utility apparel, clothixpack, polartec stretch fleece",
    "material": "Polartec stretch fleece",
    "construction": "taped seams, welded panels, laser-cut panels, asymmetric patterning, articulated fit, magnetic closure",
    "origin_country": "",
    "canonical_path": "/product/CXP-H105",
    "custom_size_enabled": true,
    "stock_quantity": 25
  },
  {
    "code": "CXP-H106",
    "name": "Veer Technical Hoodie",
    "slug": "veer-technical-hoodie-cxp-h106",
    "cat": "hoodies",
    "price": 154,
    "retail_price": 154,
    "tag": null,
    "fabric": "Merino wool jersey",
    "weight": "200GSM",
    "color": "Obsidian",
    "colors": [
      "#0a0a0a",
      "#1a1a1a"
    ],
    "season": "AW26 / 20",
    "description": "Veer Technical Hoodie is built for thermal layering without losing structure. Merino wool jersey gives the piece its structure, while welded panels, laser-cut panels, cargo storage, asymmetric patterning, articulated fit, magnetic closure handles the functional load. Serialized at checkout for product authentication and order traceability.",
    "status": "active",
    "sort_order": 19,
    "images": [
      {
        "url": "/assets/products/cxp-h106/00-front-111.webp",
        "alt": "Veer Technical Hoodie 1 - Clothixpack hoodies product image",
        "view": "front"
      },
      {
        "url": "/assets/products/cxp-h106/01-back-112.webp",
        "alt": "Veer Technical Hoodie 2 - Clothixpack hoodies product image",
        "view": "back"
      },
      {
        "url": "/assets/products/cxp-h106/02-detail-113.webp",
        "alt": "Veer Technical Hoodie 3 - Clothixpack hoodies product image",
        "view": "detail"
      }
    ],
    "source_title": "Custom Men's Merino Wool Techwear Ninja Hoodie Avant-Garde Asymmetric Longline Jacket OEM Luxury Streetwear Manufacturer",
    "supplier_category": "Apparel > Men's Clothing > Men's Hoodies & Sweatshirts",
    "source_description_html": "<h2>Product Overview</h2><p>This manufacturer presents an avant-garde masterpiece engineered for the European luxury techwear market. Bridging the gap between the romantic, sculptural drape of dark avant-garde fashion and the pinnacle of alpine performance material science, this piece transcends standard mid-layers. It functions as an instantly recognizable work of wearable architecture. Produced by our premier Canada partner factories, it is designed for brands looking for unparalleled OEM/ODM quality in high-performance streetwear.</p><h2>Key Features</h2><ul><li><strong>Dynamic Silhouette:</strong> Features an avant-garde relaxed drape with an articulated slim-fit ninja hood and an elongated long-tail asymmetrical back hem dropping to mid-thigh.</li><li><strong>Advanced Headwear:</strong> The hood acts as a structured cowl that seamlessly transforms into a tension-fitted balaclava via an internal hidden cord system.</li><li><strong>Premium Fabric:</strong> Hybrid construction utilizing 19.5 Micron 200gsm ultrafine Merino Wool for top-tier thermoregulation, mapped with Polartec Alpha Direct insulation.</li><li><strong>Color & Welds:</strong> Razor-sharp diagonal color block defined by blind heat-sealed sonic welds, accented by highly visible laser-cut internal seam tape.</li><li><strong>Magnetic Closure:</strong> Front closure boasts a hidden asymmetric overlapping placket secured entirely by flat rare-earth magnetic discs.</li><li><strong>Technical Details:</strong> Features an architectural micro-laser-cut ventilation grid at the mouth, angled cuffs with raw-edge finish, a right-sleeve reinforced thumb-slit, and ultra-fine invisible zip pockets.</li></ul><h2>Technical Specifications</h2><table border=\"1\" style=\"width:100%; border-collapse:collapse; text-align:left;\"><tr><th style=\"padding:8px;\">Feature</th><th style=\"padding:8px;\">Specification</th></tr><tr><td style=\"padding:8px;\">Primary Fabric</td><td style=\"padding:8px;\">19.5 Micron 200gsm Ultrafine Merino Wool</td></tr><tr><td style=\"padding:8px;\">Insulation</td><td style=\"padding:8px;\">Polartec Alpha Direct (Internal Chest & Hood)</td></tr><tr><td style=\"padding:8px;\">Closure System</td><td style=\"padding:8px;\">Rare-Earth Magnetic Discs on Asymmetric Placket</td></tr><tr><td style=\"padding:8px;\">Ventilation</td><td style=\"padding:8px;\">Micro-Laser-Cut Grid on Mouth Area</td></tr><tr><td style=\"padding:8px;\">Graphics</td><td style=\"padding:8px;\">Tonal Jacquard-Woven Topography Motif</td></tr><tr><td style=\"padding:8px;\">Hardware</td><td style=\"padding:8px;\">Matte Black Geometric D-Ring, Micro-Injected Rubber Trim</td></tr></table><h2>Packaging & Shipping</h2><p>All items are securely packed in eco-friendly polybags before being boxed in heavy-duty export master cartons. Our Canada-based operations support global logistics through trusted air freight and sea cargo partners, ensuring timely and secure delivery worldwide.</p><h2>Why Choose Our Partner Factories?</h2><ul><li><strong>OEM/ODM Experts:</strong> Fully customizable apparel solutions tailored to your brand's unique identity.</li><li><strong>Advanced Technology:</strong> State-of-the-art sonic welding, laser cutting, and technical fabric mapping.</li><li><strong>Scalable Production:</strong> Agile manufacturing lines suitable for small-batch luxury runs and bulk fulfillment.</li><li><strong>Sustainable Practices:</strong> Eco-friendly production models adhering to international certification standards.</li></ul>",
    "source_attributes": {
      "Material": "100% 19.5 Micron Merino Wool with Polartec Alpha Direct",
      "Fabric Type": "Jacquard-Woven / Heat-Sealed",
      "Style": "Avant-Garde Techwear / Streetwear",
      "Gender": "Men",
      "Season": "Autumn / Winter"
    },
    "wholesale_price_tiers": [
      {
        "price": 85,
        "moq": 50
      },
      {
        "price": 72,
        "moq": 201
      },
      {
        "price": 64,
        "moq": 1001
      }
    ],
    "seo_title": "Veer Technical Hoodie — Hoodies / $154 | Clothixpack",
    "seo_description": "Veer Technical Hoodie is a Clothixpack technical hoodie made with Merino wool jersey. Priced at $154 USD, serialized for traceability, and built for tec",
    "meta_keywords": "veer technical hoodie, hoodies, technical citywear, urban utility apparel, clothixpack, merino wool jersey",
    "material": "Merino wool jersey",
    "construction": "welded panels, laser-cut panels, cargo storage, asymmetric patterning, articulated fit, magnetic closure",
    "origin_country": "",
    "canonical_path": "/product/CXP-H106",
    "custom_size_enabled": true,
    "stock_quantity": 25
  },
  {
    "code": "CXP-H107",
    "name": "Arc Zip Hoodie",
    "slug": "arc-zip-hoodie-cxp-h107",
    "cat": "hoodies",
    "price": 154,
    "retail_price": 154,
    "tag": null,
    "fabric": "Merino wool jersey",
    "weight": "200GSM",
    "color": "Obsidian",
    "colors": [
      "#0a0a0a",
      "#1a1a1a"
    ],
    "season": "AW26 / 21",
    "description": "Arc Zip Hoodie is built for thermal layering without losing structure. Merino wool jersey gives the piece its structure, while welded panels, YKK hardware, asymmetric patterning, magnetic closure handles the functional load. Serialized at checkout for product authentication and order traceability.",
    "status": "active",
    "sort_order": 20,
    "images": [
      {
        "url": "/assets/products/cxp-h107/00-front-117.webp",
        "alt": "Arc Zip Hoodie 1 - Clothixpack hoodies product image",
        "view": "front"
      },
      {
        "url": "/assets/products/cxp-h107/01-back-118.webp",
        "alt": "Arc Zip Hoodie 2 - Clothixpack hoodies product image",
        "view": "back"
      },
      {
        "url": "/assets/products/cxp-h107/02-detail-119.webp",
        "alt": "Arc Zip Hoodie 3 - Clothixpack hoodies product image",
        "view": "detail"
      }
    ],
    "source_title": "Custom Techwear Asymmetric Zip Ninja Hoodie Polartec Power Wool Sashiko Embroidery Men's Tactical Streetwear Jacket OEM",
    "supplier_category": "Apparel > Men's Clothing > Men's Hoodies & Sweatshirts",
    "source_description_html": "<h2>High-End OEM Techwear Manufacturing</h2><p>Welcome to your premier destination for luxury streetwear and tactical apparel manufacturing. Operating out of industry-leading facilities in Canada, Canada, we specialize in bringing complex, maximalist designs to life. This featured techwear hoodie bridges the gap between tactical ergonomics and high-fashion aesthetics, meticulously engineered to dominate high-end retail spaces like END Clothing and Dover Street Market.</p><h2>Design & Engineering Features</h2><ul><li><strong>Cutting-Edge Fabric:</strong> Constructed from 200gsm Polartec Power Wool Interlock, offering the unparalleled thermoregulation of skin-soft merino wool combined with a durable synthetic face for frictionless layering.</li><li><strong>Asymmetric Aesthetics:</strong> Features an aggressively arcing, two-way YKK Aquaguard front zipper that travels from the lower right hip up to the left jawline, terminating in a high-neck structural balaclava hood.</li><li><strong>Heritage Cyberpunk Embellishments:</strong> The back features a massive 3D graphic executed entirely in traditional Japanese Sashiko embroidery, woven with thick, saturated photo-luminescent and reflective Kevlar threads.</li><li><strong>Tactical Storage & Build:</strong> Constructed with ultrasonic welded seams reinforced by glossy black taping. Hidden magnetic chest pockets and an internally mounted red-anodized D-ring ensure deep functionality without sacrificing sleek lines.</li></ul><h2>Customization & OEM Services</h2><p>We do not just sell garments; we manufacture your vision. From sourcing specialized technical fabrics to developing proprietary embroidery techniques, our state-of-the-art facilities handle small-batch startup orders to massive bulk retail runs. We offer comprehensive customization including bespoke fit development, branded hardware, custom zipper pulls, and private-label packaging.</p><h2>Why Choose Us?</h2><ul><li><strong>Strict Quality Control:</strong> Every garment undergoes a multi-point inspection process.</li><li><strong>Ethical Manufacturing:</strong> BSCI compliant and OEKO-TEX Standard 100 certified eco-friendly production lines.</li><li><strong>Scalability:</strong> Flexible MOQ starting at 50 units per style, with the capacity to scale up to 10,000 units monthly.</li><li><strong>Direct Communication:</strong> Dedicated account managers ensuring smooth communication and updates from sample to shipment.</li></ul>",
    "source_attributes": {
      "Material": "Polartec Power Wool (Merino Wool / Synthetic Blend)",
      "Fabric Type": "Interlock Knit",
      "Style": "Techwear / Tactical Streetwear",
      "Gender": "Men",
      "Season": "Autumn/Winter"
    },
    "wholesale_price_tiers": [
      {
        "price": 95,
        "moq": 50
      },
      {
        "price": 78,
        "moq": 200
      },
      {
        "price": 68,
        "moq": 1000
      }
    ],
    "seo_title": "Arc Zip Hoodie — Hoodies / $154 | Clothixpack",
    "seo_description": "Arc Zip Hoodie is a Clothixpack technical hoodie made with Merino wool jersey. Priced at $154 USD, serialized for traceability, and built for technical ",
    "meta_keywords": "arc zip hoodie, hoodies, technical citywear, urban utility apparel, clothixpack, merino wool jersey",
    "material": "Merino wool jersey",
    "construction": "welded panels, YKK hardware, asymmetric patterning, magnetic closure",
    "origin_country": "",
    "canonical_path": "/product/CXP-H107",
    "custom_size_enabled": true,
    "stock_quantity": 25
  },
  {
    "code": "CXP-H108",
    "name": "Fold Zip Hoodie",
    "slug": "fold-zip-hoodie-cxp-h108",
    "cat": "hoodies",
    "price": 154,
    "retail_price": 154,
    "tag": null,
    "fabric": "Merino wool jersey",
    "weight": "200GSM",
    "color": "Obsidian",
    "colors": [
      "#0a0a0a",
      "#1a1a1a"
    ],
    "season": "AW26 / 22",
    "description": "Fold Zip Hoodie is built for thermal layering without losing structure. Merino wool jersey gives the piece its structure, while welded panels, Fidlock hardware, YKK hardware, laser-cut panels, asymmetric patterning, articulated fit, magnetic closure handles the functional load. Serialized at checkout for product authentication and order traceability.",
    "status": "active",
    "sort_order": 21,
    "images": [
      {
        "url": "/assets/products/cxp-h108/00-front-123.webp",
        "alt": "Fold Zip Hoodie 1 - Clothixpack hoodies product image",
        "view": "front"
      },
      {
        "url": "/assets/products/cxp-h108/01-back-124.webp",
        "alt": "Fold Zip Hoodie 2 - Clothixpack hoodies product image",
        "view": "back"
      },
      {
        "url": "/assets/products/cxp-h108/02-detail-125.webp",
        "alt": "Fold Zip Hoodie 3 - Clothixpack hoodies product image",
        "view": "detail"
      }
    ],
    "source_title": "Custom Men's Techwear Ninja Hoodie Power Wool Tactical Jacket Asymmetric Zip Sashiko Embroidery OEM Streetwear Manufacturer",
    "supplier_category": "Apparel > Men's Clothing > Men's Jackets & Coats > Men's Jackets",
    "source_description_html": "<h2>Premium OEM Techwear & Tactical Apparel Manufacturer</h2><p>Experience the ultimate collision of stealth tactical outerwear and maximalist streetwear. This manufacturer offers elite OEM and ODM services, utilizing our state-of-the-art Canada-based partner factories to bring highly technical, architecturally precise garments to life. The featured 'Ninja Hood' mid-layer is an unparalleled showcase of our manufacturing capabilities.</p><h3>Unmatched Construction & Materials</h3><p>Engineered for extreme anatomical articulation, this jacket utilizes 200gsm Polartec Power Wool Interlock, providing a smooth synthetic exterior and an organically structured merino wool interior for peak thermoregulation. The slim, body-skimming silhouette features structured shoulder panels, a drop-tail hem, and articulated elbow darts. Internal seams are completely ultrasonically welded and finished with tonal heat-sealed taping.</p><h3>Maximalist Embellishments & Heritage Techniques</h3><p>We blend hyper-modern techwear with traditional Japanese Sashiko mending techniques. The back showcases a massive brutalist cyber-crest rendered entirely in heavy chain-stitch embroidery using UV-reactive Electric Cyan and Signal Red aramid threads. A custom woven logo can be integrated directly into the crest. Aggressive hardware details—including a matte black anodized D-ring, Signal Red heat-shrink paracord pulls, and a concealed magnetic Fidlock placket—elevate the piece to a high-fashion statement.</p><h3>Product Specifications</h3><table border='1' cellpadding='8' cellspacing='0' width='100%'><tr><td><strong>Fabric</strong></td><td>200gsm Polartec Power Wool Interlock</td></tr><tr><td><strong>Hood Construction</strong></td><td>Integrated 'Ninja Hood' with rigid asymmetrical face guard, laser-cut grid, and steel mesh backing</td></tr><tr><td><strong>Zippers</strong></td><td>Asymmetrical Two-Way YKK AquaGuard</td></tr><tr><td><strong>Placket</strong></td><td>Concealed Magnetic Fidlock Closure</td></tr><tr><td><strong>Embroidery</strong></td><td>Heavy Chain-Stitch Sashiko with UV-Reactive Aramid Threads</td></tr><tr><td><strong>Seams</strong></td><td>Ultrasonically Welded with Tonal Heat-Sealed Taping</td></tr><tr><td><strong>Pockets</strong></td><td>Two Invisible Side-Seam Pockets</td></tr></table><h3>Packaging & Shipping</h3><p>Every garment is securely packed in an eco-friendly EVA zip-lock polybag to preserve fabric integrity, then shipped in durable 5-ply corrugated export cartons. We support fast-track air freight or cost-effective sea shipping from Canada/Karachi ports to any global destination.</p><h3>Why Choose Us?</h3><ul><li><strong>Expertise in Techwear:</strong> Advanced machinery for ultrasonic welding, laser cutting, and bonded seams.</li><li><strong>Low MOQ Flexibility:</strong> Small-batch custom runs starting at just 50 pieces, scaling up to mass production.</li><li><strong>End-to-End Service:</strong> From tech-pack development and fabric sourcing to final QA and direct shipping.</li><li><strong>Certified Quality:</strong> Proudly operating under BSCI, ISO 9001, and OEKO-TEX Standard 100 certifications.</li></ul>",
    "source_attributes": {
      "Material": "Polartec Power Wool (Synthetic Poly Exterior, Merino Wool Interior)",
      "Fabric Type": "200 GSM Interlock Hybrid Fabric",
      "Style": "Techwear / Tactical Streetwear",
      "Gender": "Men",
      "Season": "Autumn, Winter"
    },
    "wholesale_price_tiers": [
      {
        "price": 65,
        "moq": 50
      },
      {
        "price": 58,
        "moq": 200
      },
      {
        "price": 49,
        "moq": 1000
      }
    ],
    "seo_title": "Fold Zip Hoodie — Hoodies / $154 | Clothixpack",
    "seo_description": "Fold Zip Hoodie is a Clothixpack technical hoodie made with Merino wool jersey. Priced at $154 USD, serialized for traceability, and built for technical",
    "meta_keywords": "fold zip hoodie, hoodies, technical citywear, urban utility apparel, clothixpack, merino wool jersey",
    "material": "Merino wool jersey",
    "construction": "welded panels, Fidlock hardware, YKK hardware, laser-cut panels, asymmetric patterning, articulated fit, magnetic closure",
    "origin_country": "",
    "canonical_path": "/product/CXP-H108",
    "custom_size_enabled": true,
    "stock_quantity": 25
  },
  {
    "code": "CXP-J105",
    "name": "Moraine Hardshell Jacket",
    "slug": "moraine-hardshell-jacket-cxp-j105",
    "cat": "jackets",
    "price": 194,
    "retail_price": 194,
    "tag": null,
    "fabric": "3-layer waterproof breathable laminate",
    "weight": "",
    "color": "Carbon",
    "colors": [
      "#111111",
      "#2d2d2d"
    ],
    "season": "AW26 / 24",
    "description": "Moraine Hardshell Jacket is built for transitional rain, wind, and city movement. 3-layer waterproof breathable laminate gives the piece its structure, while welded panels, articulated fit handles the functional load. Serialized at checkout for product authentication and order traceability.",
    "status": "active",
    "sort_order": 23,
    "images": [
      {
        "url": "/assets/products/cxp-j105/00-front-135.webp",
        "alt": "Moraine Hardshell Jacket 1 - Clothixpack jackets product image",
        "view": "front"
      },
      {
        "url": "/assets/products/cxp-j105/01-back-136.webp",
        "alt": "Moraine Hardshell Jacket 2 - Clothixpack jackets product image",
        "view": "back"
      },
      {
        "url": "/assets/products/cxp-j105/02-detail-137.webp",
        "alt": "Moraine Hardshell Jacket 3 - Clothixpack jackets product image",
        "view": "detail"
      }
    ],
    "source_title": "OEM Men's Techwear Hardshell Jacket 3L Waterproof Breathable Articulated Shell Urban Outdoor Custom Streetwear Outerwear",
    "supplier_category": "Apparel > Men's Clothing > Men's Jackets & Coats > Men's Jackets",
    "source_description_html": "<h2>Product Overview</h2><p>Experience the pinnacle of technical apparel manufacturing with our 3L Articulated Hardshell Techwear Jacket. Produced by our world-class Canada-based partner factories, this jacket represents a masterclass in architectural tailoring and stealth aesthetic. Crafted for urban commuters and alpine enthusiasts alike, the garment utilizes high-end 3L laminated stretch fabrics and precision ultrasonic welding to provide absolute weather protection.</p><h2>Key Features</h2><ul><li><strong>Hyper-Matte Finish:</strong> Zero-sheen face fabric offering premium tactile luxury.</li><li><strong>Seamless Construction:</strong> Ultrasonic welding paired with minimal 8mm internal taping ensures maximum water resistance and reduced bulk.</li><li><strong>Anatomical Precision:</strong> Spiral-articulated sleeves follow the arm's natural forward curve, paired with an architectural straight hem.</li><li><strong>Micro-Textural Elements:</strong> Sonic-welded grid textures on lateral rib panels and carbon-threaded mesh collars provide high-end visual depth.</li><li><strong>Internal Jacket Sling:</strong> Engineered with reinforced 'routing details' for hands-free carry using custom internal webbing.</li></ul><h2>Customization & OEM Capabilities</h2><p>As a leading B2B supplier, we specialize in OEM/ODM production. This techwear silhouette serves as a canvas for your brand. We offer comprehensive customization including Pantone-matched dyeing, proprietary hardware sourcing, blind-embossed typography, and bespoke labeling. Our production lines accommodate both aggressive scaling and small-batch capsule drops.</p><h2>Quality Assurance</h2><p>Every garment passes through stringent multi-stage QC inspections, testing hydrostatic head pressure (waterproofing), seam integrity, and zipper durability. Our production facilities maintain BSCI and ISO 9001 certifications, ensuring ethical labor practices and consistent quality output.</p>",
    "source_attributes": {
      "Material": "40D Face Nylon 3L Laminated Waterproof Membrane",
      "Fabric Type": "3L 4-Way Stretch Woven Laminate",
      "Style": "Techwear Hardshell Jacket",
      "Gender": "Men",
      "Season": "Autumn/Winter"
    },
    "wholesale_price_tiers": [
      {
        "price": 85,
        "moq": 50
      },
      {
        "price": 72,
        "moq": 200
      },
      {
        "price": 65,
        "moq": 1000
      }
    ],
    "seo_title": "Moraine Hardshell Jacket — Jackets / $194 | Clothixpack",
    "seo_description": "Moraine Hardshell Jacket is a Clothixpack technical shell made with 3-layer waterproof breathable laminate. Priced at $194 USD, serialized for long-term rep",
    "meta_keywords": "moraine hardshell jacket, jackets, technical citywear, urban utility apparel, clothixpack, 3-layer waterproof breathable laminate",
    "material": "3-layer waterproof breathable laminate",
    "construction": "welded panels, articulated fit",
    "origin_country": "",
    "canonical_path": "/product/CXP-J105",
    "custom_size_enabled": true,
    "stock_quantity": 25
  },
  {
    "code": "CXP-J106",
    "name": "Spire Softshell Jacket",
    "slug": "spire-softshell-jacket-cxp-j106",
    "cat": "jackets",
    "price": 194,
    "retail_price": 194,
    "tag": null,
    "fabric": "Polartec stretch fleece",
    "weight": "450GSM",
    "color": "Obsidian",
    "colors": [
      "#0a0a0a",
      "#1a1a1a"
    ],
    "season": "AW26 / 25",
    "description": "Spire Softshell Jacket is built for transitional rain, wind, and city movement. Polartec stretch fleece gives the piece its structure, while taped seams, Fidlock hardware, YKK hardware, laser-cut panels, asymmetric patterning, articulated fit, magnetic closure handles the functional load. Serialized at checkout for product authentication and order traceability.",
    "status": "active",
    "sort_order": 24,
    "images": [
      {
        "url": "/assets/products/cxp-j106/00-front-141.webp",
        "alt": "Spire Softshell Jacket 1 - Clothixpack jackets product image",
        "view": "front"
      },
      {
        "url": "/assets/products/cxp-j106/01-back-142.webp",
        "alt": "Spire Softshell Jacket 2 - Clothixpack jackets product image",
        "view": "back"
      },
      {
        "url": "/assets/products/cxp-j106/02-detail-143.webp",
        "alt": "Spire Softshell Jacket 3 - Clothixpack jackets product image",
        "view": "detail"
      }
    ],
    "source_title": "OEM Custom Men Oversized Techwear Softshell Jacket Heavyweight 450GSM Modular Windproof Streetwear Coat Canada Manufacturer",
    "supplier_category": "Apparel > Men's Clothing > Men's Jackets & Coats > Men's Jackets",
    "source_description_html": "<h2>Custom Oversized Techwear Modular Softshell Jacket</h2><p>Developed by our expert Canada partner factories, this premium modular softshell jacket is engineered for brands targeting the intersection of Gen Z streetwear proportions and uncompromising utility. Offering a severely dropped shoulder, drastically widened sleeves, and a boxy silhouette, this jacket provides an aggressive stacked aesthetic with architectural rigor.</p><h2>Transformative Modular Design</h2><p>The core innovation of this garment is its 2-in-1 modularity. A heavy-gauge, two-way YKK #10 Vislon zipper seamlessly separates the lower torso, allowing the wearer to transition instantly from an extended-hem relaxed profile to a hyper-cropped, stylized silhouette.</p><h2>Performance & Construction</h2><p>Constructed from a custom 450 GSM Polartec Power Shield Pro equivalent, the fabric boasts a tactile, matte-finish exterior backed by insulating micro-fleece. Fully windproof and finished with a DWR coating, the shell is structurally dense enough to perfectly hold the exaggerated boxy shape. Our advanced manufacturing techniques ensure fully taped internal seams, laser-cut precision paneling, and articulated elbow darts to force sleeve stacking.</p><h2>Hardware & Embellishments</h2><p>This jacket features jumbo, blacked-out hardware throughout. The cuffs utilize premium quick-release Fidlock magnetic V-buckles, while the zip-off hem includes oversized matte-black D-rings and waxed drawstrings with rubber-dipped aglets. For branding, we deploy sophisticated techniques: a tonal, high-density cracked puff print down the spine and a raised silicone heat-transfer on the chest panel.</p><table border=\"1\" cellpadding=\"8\" cellspacing=\"0\" style=\"border-collapse:collapse; width:100%; margin-top:15px;\"><tr><th style=\"background-color:#f4f4f4; text-align:left;\">Specification</th><th style=\"background-color:#f4f4f4; text-align:left;\">Detail</th></tr><tr><td><strong>Outer Shell Material</strong></td><td>Premium Matte Softshell (Windproof / DWR)</td></tr><tr><td><strong>Inner Lining</strong></td><td>Bonded Micro-Fleece (450 GSM Total Weight)</td></tr><tr><td><strong>Color Scheme</strong></td><td>Diagonal Asymmetric: Matte Black & Olive Drab 7 (OD-7)</td></tr><tr><td><strong>Zippers</strong></td><td>Heavy-duty YKK Vislon (Water-Resistant option available)</td></tr><tr><td><strong>Customization</strong></td><td>Fully supported (OEM/ODM): Logos, Hardware, Tags</td></tr></table><h2>Why Choose Our Manufacturing?</h2><ul><li><strong>Canada Expertise:</strong> Leveraging decades of technical apparel manufacturing expertise.</li><li><strong>Flexible MOQ:</strong> Catering to high-end boutique brands (50 pcs MOQ) up to global bulk orders.</li><li><strong>End-to-End Service:</strong> From tech-pack development to custom fabric sourcing and premium packaging.</li><li><strong>Quality Assurance:</strong> Rigorous multi-stage QC ensuring flawless seams, hardware attachment, and print durability.</li></ul>",
    "source_attributes": {
      "Material": "Polartec Power Shield Pro / Spandex Blend",
      "Fabric Type": "Micro-fleece backed Softshell",
      "Style": "Techwear / Oversized Streetwear",
      "Gender": "Men",
      "Season": "Autumn / Winter"
    },
    "wholesale_price_tiers": [
      {
        "price": 65,
        "moq": 50
      },
      {
        "price": 56,
        "moq": 200
      },
      {
        "price": 48,
        "moq": 1000
      }
    ],
    "seo_title": "Spire Softshell Jacket — Jackets / $194 | Clothixpack",
    "seo_description": "Spire Softshell Jacket is a Clothixpack technical shell made with Polartec stretch fleece. Priced at $194 USD, serialized for traceability, and built fo",
    "meta_keywords": "spire softshell jacket, jackets, technical citywear, urban utility apparel, clothixpack, polartec stretch fleece",
    "material": "Polartec stretch fleece",
    "construction": "taped seams, Fidlock hardware, YKK hardware, laser-cut panels, asymmetric patterning, articulated fit, magnetic closure",
    "origin_country": "",
    "canonical_path": "/product/CXP-J106",
    "custom_size_enabled": true,
    "stock_quantity": 25
  },
  {
    "code": "CXP-J107",
    "name": "Field Softshell Jacket",
    "slug": "field-softshell-jacket-cxp-j107",
    "cat": "jackets",
    "price": 194,
    "retail_price": 194,
    "tag": null,
    "fabric": "Bonded softshell textile",
    "weight": "400GSM",
    "color": "Obsidian",
    "colors": [
      "#0a0a0a",
      "#1a1a1a"
    ],
    "season": "AW26 / 26",
    "description": "Field Softshell Jacket is built for transitional rain, wind, and city movement. Bonded softshell textile gives the piece its structure, while Fidlock hardware, asymmetric patterning, magnetic closure handles the functional load. Serialized at checkout for product authentication and order traceability.",
    "status": "active",
    "sort_order": 25,
    "images": [
      {
        "url": "/assets/products/cxp-j107/00-front-147.webp",
        "alt": "Field Softshell Jacket 1 - Clothixpack jackets product image",
        "view": "front"
      },
      {
        "url": "/assets/products/cxp-j107/01-back-148.webp",
        "alt": "Field Softshell Jacket 2 - Clothixpack jackets product image",
        "view": "back"
      },
      {
        "url": "/assets/products/cxp-j107/02-detail-149.webp",
        "alt": "Field Softshell Jacket 3 - Clothixpack jackets product image",
        "view": "detail"
      }
    ],
    "source_title": "OEM Custom Asymmetric Softshell Convertible Jacket 400GSM Drop Shoulder Streetwear Techwear Windbreaker Men Wholesale",
    "supplier_category": "Apparel > Men's Clothing > Men's Jackets & Coats > Men's Jackets",
    "source_description_html": "<h2>Overview</h2><p>This manufacturer represents the pinnacle of custom technical outerwear and premium streetwear. Operating out of advanced Canada partner factories, we specialize in aggressive, avant-garde silhouettes that challenge traditional construction. Our expertise in combining heavy-duty, performance-grade fabrics with complex garment-dyeing techniques ensures that your brand receives a globally competitive product.</p><h2>Key Features</h2><ul><li><strong>Modular Convertible Design:</strong> A wraparound structural zipper allows the asymmetric left hem to be fully detached, instantly transforming the drape into a hyper-cropped, boxy tactical jacket.</li><li><strong>Convertible Cape Sleeves:</strong> Dropped sleeves integrate hidden circumferential zippers, allowing the wearer to modify the garment into a wide-sleeved tactical cape.</li><li><strong>High-Performance Softshell:</strong> Double-layered 400 GSM peached softshell provides robust wind resistance and a unique, velvet-like tactile finish.</li><li><strong>Aggressive Graphic Treatments:</strong> The back hosts a massive, conceptual abstract graphic crafted from high-density matte black puff print, while the front showcases shattered, multi-layered screen printing.</li></ul><h2>Technical Specifications</h2><table border=\"1\" cellpadding=\"8\" cellspacing=\"0\" width=\"100%\"><tr><th>Fabric Face</th><td>400 GSM Peached Softshell (95% Poly / 5% Spandex)</td></tr><tr><th>Lining</th><td>100% Vintage-Wash Crinkle Nylon</td></tr><tr><th>Hardware</th><td>Jumbo #10 Metal Zippers, Matte Black Fidlock Anchors</td></tr><tr><th>Seam Construction</th><td>Exposed flatlock seams internally and externally</td></tr><tr><th>Pockets</th><td>Hidden magnetic-closure chest pockets</td></tr></table><h2>Packaging &amp; Global Shipping</h2><p>Our export-ready packaging ensures premium presentation upon arrival. Each unit is precisely folded into a branded or unbranded premium frosted poly bag. Shipments are consolidated into double-walled master cartons, ideal for air or sea freight from Canada or Karachi ports.</p><h2>Why Choose Us?</h2><p>We are not just a cut-and-sew facility; we are your full-scale production partner. We offer low MOQs for high-complexity custom items, making avant-garde fashion accessible for emerging brands while providing scalable bulk pricing for established labels. Our facility adheres to strict eco-friendly production practices and ethical labor standards.</p><h2>FAQ</h2><p><strong>Q: Can I change the color gradient or base color?</strong><br>A: Yes, we offer custom Pantone dip-dyeing and solid color lab-dips for bulk orders.</p><p><strong>Q: Are the graphics customizable?</strong><br>A: Absolutely. You can provide your own artwork for the puff print, screen print, and the removable chenille shoulder patch.</p><p><strong>Q: What is the sample process?</strong><br>A: Upon tech pack approval, we produce a fully functional pre-production sample within 10-14 days. Sample costs are fully deductible from bulk orders exceeding 200 units.</p>",
    "source_attributes": {
      "Material": "95% Polyester, 5% Spandex Softshell Face with Nylon Lining",
      "Fabric Type": "Peached-Finish Ultra-Matte Softshell",
      "Style": "Avant-Garde Streetwear / Techwear",
      "Gender": "Men",
      "Season": "Autumn, Winter"
    },
    "wholesale_price_tiers": [
      {
        "price": 65,
        "moq": 50
      },
      {
        "price": 54,
        "moq": 200
      },
      {
        "price": 46,
        "moq": 1000
      }
    ],
    "seo_title": "Field Softshell Jacket — Jackets / $194 | Clothixpack",
    "seo_description": "Field Softshell Jacket is a Clothixpack technical shell made with Bonded softshell textile. Priced at $194 USD, serialized for traceability, and built f",
    "meta_keywords": "field softshell jacket, jackets, technical citywear, urban utility apparel, clothixpack, bonded softshell textile",
    "material": "Bonded softshell textile",
    "construction": "Fidlock hardware, asymmetric patterning, magnetic closure",
    "origin_country": "",
    "canonical_path": "/product/CXP-J107",
    "custom_size_enabled": true,
    "stock_quantity": 25
  },
  {
    "code": "CXP-P103",
    "name": "Lattice Cargo Pant",
    "slug": "lattice-cargo-pant-cxp-p103",
    "cat": "pants",
    "price": 154,
    "retail_price": 154,
    "tag": null,
    "fabric": "Cotton-stretch technical twill",
    "weight": "280 GSM",
    "color": "Obsidian",
    "colors": [
      "#0a0a0a",
      "#1a1a1a"
    ],
    "season": "AW26 / 27",
    "description": "Lattice Cargo Pant is built for daily carry, seated transit, and boot-stacked movement. Cotton-stretch technical twill gives the piece its structure, while YKK hardware, cargo storage, modular strap system handles the functional load. Serialized at checkout for product authentication and order traceability.",
    "status": "active",
    "sort_order": 26,
    "images": [
      {
        "url": "/assets/products/cxp-p103/00-front-153.webp",
        "alt": "Lattice Cargo Pant 1 - Clothixpack pants product image",
        "view": "front"
      },
      {
        "url": "/assets/products/cxp-p103/01-back-154.webp",
        "alt": "Lattice Cargo Pant 2 - Clothixpack pants product image",
        "view": "back"
      },
      {
        "url": "/assets/products/cxp-p103/02-detail-155.webp",
        "alt": "Lattice Cargo Pant 3 - Clothixpack pants product image",
        "view": "detail"
      }
    ],
    "source_title": "Custom Men's Techwear Cargo Pants Black Cyberpunk Streetwear Joggers Red Stitching Graphic Print Tactical Trousers OEM Canada",
    "supplier_category": "Apparel > Men's Clothing > Men's Trousers & Pants",
    "source_description_html": "<h2>Overview</h2><p>Welcome to our premier manufacturing facility in Canada, Canada. We are dedicated to providing global fashion brands with top-tier OEM and ODM services, specializing in complex, multi-faceted designs like techwear, cyberpunk fashion, and utilitarian streetwear. Whether you are launching a new label or scaling an established brand, our sustainable production lines, ethical labor practices, and rigorous quality control ensure your garments exceed market expectations.</p><h2>Product Features</h2><ul><li><strong>Heavy-Duty Construction:</strong> Built using a 280 GSM cotton-poly blend, engineered to withstand daily wear while providing enough stretch for dynamic movement.</li><li><strong>Striking Cyberpunk Aesthetic:</strong> Features high-density gothic and mecha-inspired screen prints, complemented by a striking 3D red puff print detail on the calf.</li><li><strong>Tactical Utility:</strong> Designed with deep cargo pockets, tactical strapping, D-rings, and an integrated quick-release webbing belt.</li><li><strong>Attention to Detail:</strong> Brought to life with meticulous red contrast double-stitching across every seam and specialized zippered ankle cuffs for versatile styling.</li></ul><h2>Technical Specifications</h2><table border='1' cellpadding='10' cellspacing='0' style='border-collapse: collapse; width: 100%;'><tr><th>Feature</th><th>Specification</th></tr><tr><td>Material</td><td>97% Cotton / 3% Spandex Twill or Ripstop</td></tr><tr><td>Weight</td><td>280 GSM Standard (Customizable)</td></tr><tr><td>Print Method</td><td>High-Density Screen Print / Puff Print</td></tr><tr><td>Stitching</td><td>Red Contrast Double-Needle</td></tr><tr><td>Hardware</td><td>Metal D-Rings, YKK Zippers, Polymer Quick-Release Buckle</td></tr></table><h2>Sizing & Fit</h2><p>We understand that exact fits make or break a streetwear brand. We provide extensive support to help you develop a precise <strong>Concept — Size Chart</strong> tailored specifically to your target demographic (e.g., Asian fit, EU fit, US oversized fit). We offer standard grading from XS to 4XL and custom bespoke grading upon request.</p><h2>Packaging & Shipping</h2><p>All items are carefully inspected and packed in premium eco-friendly frosted polybags before being securely boxed in heavy-duty export cartons. We support global logistics via Air Express (DHL, FedEx, UPS) for fast delivery, and Sea Freight out of Karachi port for cost-effective bulk shipments.</p><h2>Why Choose Us?</h2><ul><li>Low Minimum Order Quantities (MOQs) starting at just 50 pieces for fully customized designs.</li><li>End-to-end OEM/ODM customization from raw fabric to retail-ready packaging.</li><li>Certified eco-friendly production and ethical BSCI-compliant manufacturing.</li><li>Dedicated English-speaking account managers ensuring seamless communication.</li></ul>",
    "source_attributes": {
      "Material": "97% Cotton, 3% Spandex",
      "Fabric Type": "Twill / Ripstop",
      "Style": "Techwear, Cyberpunk, Streetwear",
      "Gender": "Men",
      "Season": "Autumn, Spring, Winter, Summer"
    },
    "wholesale_price_tiers": [
      {
        "price": 32,
        "moq": 50
      },
      {
        "price": 26.5,
        "moq": 200
      },
      {
        "price": 22,
        "moq": 1000
      }
    ],
    "seo_title": "Lattice Cargo Pant — Pants / $154 | Clothixpack",
    "seo_description": "Lattice Cargo Pant is a Clothixpack technical cargo pant made with Cotton-stretch technical twill. Priced at $154 USD, serialized for traceability, and ",
    "meta_keywords": "lattice cargo pant, pants, technical citywear, urban utility apparel, clothixpack, cotton-stretch technical twill",
    "material": "Cotton-stretch technical twill",
    "construction": "YKK hardware, cargo storage, modular strap system",
    "origin_country": "",
    "canonical_path": "/product/CXP-P103",
    "custom_size_enabled": true,
    "stock_quantity": 25
  },
  {
    "code": "CXP-J108",
    "name": "Grid Hardshell Jacket",
    "slug": "grid-hardshell-jacket-cxp-j108",
    "cat": "jackets",
    "price": 194,
    "retail_price": 194,
    "tag": null,
    "fabric": "3-layer waterproof breathable laminate",
    "weight": "210GSM",
    "color": "Carbon",
    "colors": [
      "#111111",
      "#2d2d2d"
    ],
    "season": "AW26 / 28",
    "description": "Grid Hardshell Jacket is built for transitional rain, wind, and city movement. 3-layer waterproof breathable laminate gives the piece its structure, while YKK hardware, asymmetric patterning, articulated fit, magnetic closure handles the functional load. Serialized at checkout for product authentication and order traceability.",
    "status": "active",
    "sort_order": 27,
    "images": [
      {
        "url": "/assets/products/cxp-j108/00-front-159.webp",
        "alt": "Grid Hardshell Jacket 1 - Clothixpack jackets product image",
        "view": "front"
      },
      {
        "url": "/assets/products/cxp-j108/01-back-v2.webp",
        "alt": "Grid Hardshell Jacket rear view showing the grey and black diagonal back panels",
        "view": "back"
      },
      {
        "url": "/assets/products/cxp-j108/02-detail-161.webp",
        "alt": "Grid Hardshell Jacket 3 - Clothixpack jackets product image",
        "view": "detail"
      }
    ],
    "source_title": "OEM Custom Asymmetric Techwear Hardshell Jacket Men Waterproof Breathable Alpine Mountaineering Coat Canada Factory",
    "supplier_category": "Apparel > Men's Clothing > Men's Jackets & Coats > Men's Jackets",
    "source_description_html": "<h2>High-Performance Custom Techwear Hardshell Manufacturer</h2><p>Welcome to your premier destination for advanced technical outerwear manufacturing. Located in the export hub of Canada, Canada, our manufacturing facility specializes in <strong>OEM/ODM small-batch to bulk production</strong> for global techwear, streetwear, and outdoor brands. We bridge the gap between archival 90s aesthetics and hyper-modern urban utility.</p><h3>Product Overview</h3><p>This showcased asymmetric mountaineering hardshell represents our capability to produce complex, structurally demanding garments. Cut in a relaxed, period-correct alpine fit, it features structured shoulders, articulated raglan sleeves, and a pronounced drop-tail hem. The piece is crafted from a premium 2.5L waterproof/breathable nylon (210gsm) that mimics the chalky patina of vintage outerwear while delivering elite, weather-resistant performance.</p><h3>Key Architectural Features</h3><ul><li><strong>Advanced Waterproofing:</strong> Fully tape-sealed interior using extra-wide silver seam tape.</li><li><strong>Bespoke Hardware:</strong> 2-way YKK AquaGuard VISLON front zipper concealed under a magnetic storm placket.</li><li><strong>Techwear Integration:</strong> Engineered with internal routing for a cross-body JacketSling system, emerging via reinforced collar bartacks.</li><li><strong>Alpine Utility:</strong> High-stance laminated chest pockets (harness compatible) and a wire-brimmed hood packable into a high storm collar.</li><li><strong>Asymmetric Aesthetics:</strong> Precision heat-sealed transitions along a dramatic diagonal split using muted 'IR-Grey' and 'Archival Carbon' tones.</li></ul><table border=\"1\" cellpadding=\"8\" cellspacing=\"0\" width=\"100%\"><thead><tr><th colspan=\"2\">Technical Specifications</th></tr></thead><tbody><tr><td><strong>Shell Fabric</strong></td><td>2.5L Nylon Membrane, 210gsm (Matte Finish)</td></tr><tr><td><strong>Waterproof Rating</strong></td><td>Up to 20,000mm</td></tr><tr><td><strong>Seams</strong></td><td>100% Sealed (Wide Silver Interior Tape)</td></tr><tr><td><strong>Logo Application</strong></td><td>Tonal Heat-Stamped Transfer (Customizable)</td></tr><tr><td><strong>Hardware</strong></td><td>Matte Gunmetal Cord Locks, Die-cut Velcro Cuffs</td></tr></tbody></table><h3>Customization & OEM Services</h3><p>We do not just sell off-the-shelf blanks; we are your full-scale production partner. Brands can heavily customize this silhouette or provide their own tech-packs. We offer bespoke Pantone fabric dyeing, custom zipper pulls, custom webbing, branded heat-transfers, and fully customized interior labeling to ensure the final product represents your unique brand identity with zero unauthorized accents.</p><h3>Why Choose Our Canada Facility?</h3><ul><li><strong>Trade Assurance:</strong> Full protection for your orders, from payment to delivery.</li><li><strong>Eco-Friendly Production:</strong> Utilizing OEKO-TEX certified fabrics and sustainable dyeing practices.</li><li><strong>Flexible MOQs:</strong> Supporting emerging techwear labels with accessible 50-piece minimums while scaling seamlessly to 20,000+ pieces for global retailers.</li><li><strong>Rigorous QA:</strong> Multi-stage inline inspections guaranteeing flawless seam-taping and hardware attachment.</li></ul>",
    "source_attributes": {
      "Material": "2.5L Waterproof Breathable Nylon",
      "Fabric Type": "Hardshell / Paclite Equivalent",
      "Style": "Techwear / Mountaineering",
      "Gender": "Men",
      "Season": "Autumn, Winter, Spring"
    },
    "wholesale_price_tiers": [
      {
        "price": 65,
        "moq": 50
      },
      {
        "price": 54,
        "moq": 201
      },
      {
        "price": 46,
        "moq": 1001
      }
    ],
    "seo_title": "Grid Hardshell Jacket — Jackets / $194 | Clothixpack",
    "seo_description": "Grid Hardshell Jacket is a Clothixpack technical shell made with 3-layer waterproof breathable laminate. Priced at $194 USD, serialized for traceability",
    "meta_keywords": "grid hardshell jacket, jackets, technical citywear, urban utility apparel, clothixpack, 3-layer waterproof breathable laminate",
    "material": "3-layer waterproof breathable laminate",
    "construction": "YKK hardware, asymmetric patterning, articulated fit, magnetic closure",
    "origin_country": "",
    "canonical_path": "/product/CXP-J108",
    "custom_size_enabled": true,
    "stock_quantity": 25
  },
  {
    "code": "CXP-V101",
    "name": "Rift Waterproof Vest",
    "slug": "rift-waterproof-vest-cxp-v101",
    "cat": "vests",
    "price": 154,
    "retail_price": 154,
    "tag": null,
    "fabric": "3-layer waterproof breathable laminate",
    "weight": "180 GSM",
    "color": "Obsidian",
    "colors": [
      "#0a0a0a",
      "#1a1a1a"
    ],
    "season": "AW26 / 29",
    "description": "Rift Waterproof Vest is built for modular storage over shells and hoodies. 3-layer waterproof breathable laminate gives the piece its structure, while taped seams, welded panels, Fidlock hardware, laser-cut panels, cargo storage, modular strap system, asymmetric patterning, magnetic closure handles the functional load. Serialized at checkout for product authentication and order traceability.",
    "status": "active",
    "sort_order": 28,
    "images": [
      {
        "url": "/assets/products/cxp-v101/00-front-165.webp",
        "alt": "Rift Waterproof Vest 1 - Clothixpack vests product image",
        "view": "front"
      },
      {
        "url": "/assets/products/cxp-v101/01-back-166.webp",
        "alt": "Rift Waterproof Vest 2 - Clothixpack vests product image",
        "view": "back"
      },
      {
        "url": "/assets/products/cxp-v101/02-detail-167.webp",
        "alt": "Rift Waterproof Vest 3 - Clothixpack vests product image",
        "view": "detail"
      }
    ],
    "source_title": "Custom Avant-Garde Techwear Asymmetric Tactical Vest Waterproof Hardshell Leather Modular Rig Goth Ninja Streetwear Men OEM",
    "supplier_category": "Apparel > Men's Clothing > Men's Vests & Waistcoats",
    "source_description_html": "<h2>Overview</h2>\n<p>Pushing the boundaries of tactical apparel and avant-garde streetwear, this asymmetric hardshell rig represents the pinnacle of hybrid garment engineering. By daringly fusing archaic Gothic harness making with ultra-modern technical outerwear, this piece challenges traditional silhouettes. Crafted by our premier Canada partner factories, the vest merges 4mm thick vegetable-tanned bridle leather with a stealthy 3-layer bonded waterproof hardshell, creating a wearable sculpture tailored for high-end editorials and techwear enthusiasts.</p>\n\n<h2>Key Features</h2>\n<ul>\n<li><strong>Extreme Asymmetry:</strong> A heavy, structural waterproof shroud drapes over the right shoulder, terminating sharply into an aggressive left-side leather harness.</li>\n<li><strong>Hyper-Modern Tech:</strong> Body constructed from 180 GSM rubberized matte hardshell, featuring completely laser-cut edges and ultrasonically welded seams.</li>\n<li><strong>Archaic Artistry:</strong> Heavy-duty 4mm vegetable-tanned leather straps are hand-burnished and meticulously edge-painted in striking Hi-Vis Volt neon.</li>\n<li><strong>Fidlock Integration:</strong> Features ultra-secure, rapid-release magnetic Fidlock V-buckles custom-cast to match the neon accents.</li>\n<li><strong>Modular Utility:</strong> Includes a floating, waterproof Aquaguard zippered chest pouch and multiple D-rings for extensive carabiner attachments.</li>\n</ul>\n\n<h2>Technical Specifications</h2>\n<table border=\"1\" cellpadding=\"10\" cellspacing=\"0\" style=\"border-collapse: collapse; width: 100%;\">\n<tr><th>Component</th><th>Specification Details</th></tr>\n<tr><td>Hardshell Shroud</td><td>100% Poly 3-Layer Bonded, 180 GSM, Matte Rubberized Face</td></tr>\n<tr><td>Harness Assembly</td><td>4mm Premium Bridle Leather, Vegetable Tanned</td></tr>\n<tr><td>Hardware Finish</td><td>Gunmetal Matte Alloy & Custom Hi-Vis Polyacetal</td></tr>\n<tr><td>Seam Sealing</td><td>100% Taped, Ultrasonically Welded, Contrast Interior</td></tr>\n<tr><td>Print Details</td><td>Tonal Gloss-Black Brutalist Grid Print on Rear Shoulder</td></tr>\n</table>\n\n<h2>Packaging & Delivery</h2>\n<p>All garments are subjected to a rigorous 3-stage QA process before packing. Each vest is carefully folded into an anti-static, eco-friendly frosted EVA zip-lock bag. Bulk orders are securely packed in 5-ply corrugated master cartons (20 pieces per carton) to prevent transit crushing, ensuring pristine arrival via air freight or ocean cargo from Canada/Karachi ports.</p>\n\n<h2>Why Choose Us?</h2>\n<p>As a seasoned custom apparel manufacturer, we bridge the gap between high-fashion vision and reliable, scalable production. We offer low Minimum Order Quantities (MOQs) to support emerging labels, full OEM/ODM flexibility, transparent communication, and access to the world-renowned craftsmanship of Canada's premier garment district. We are fully compliant with international labor and environmental standards.</p>",
    "source_attributes": {
      "Material": "4mm Vegetable-Tanned Bridle Leather & Poly Hardshell",
      "Fabric Type": "3-Layer Bonded Waterproof Hardshell",
      "Style": "Avant-Garde / Techwear / Tactical",
      "Gender": "Men",
      "Season": "All-Season"
    },
    "wholesale_price_tiers": [
      {
        "price": 125,
        "moq": 50
      },
      {
        "price": 95,
        "moq": 201
      },
      {
        "price": 78,
        "moq": 1001
      }
    ],
    "seo_title": "Rift Waterproof Vest — Vests / $154 | Clothixpack",
    "seo_description": "Rift Waterproof Vest is a Clothixpack utility vest made with 3-layer waterproof breathable laminate. Priced at $154 USD, serialized for traceability, an",
    "meta_keywords": "rift waterproof vest, vests, technical citywear, urban utility apparel, clothixpack, 3-layer waterproof breathable laminate",
    "material": "3-layer waterproof breathable laminate",
    "construction": "taped seams, welded panels, Fidlock hardware, laser-cut panels, cargo storage, modular strap system, asymmetric patterning, magnetic closure",
    "origin_country": "",
    "canonical_path": "/product/CXP-V101",
    "custom_size_enabled": true,
    "stock_quantity": 25
  },
  {
    "code": "CXP-P104",
    "name": "Trace Cargo Pant",
    "slug": "trace-cargo-pant-cxp-p104",
    "cat": "pants",
    "price": 154,
    "retail_price": 154,
    "tag": null,
    "fabric": "Cordura 500D nylon",
    "weight": "320 GSM",
    "color": "Obsidian",
    "colors": [
      "#0a0a0a",
      "#1a1a1a"
    ],
    "season": "AW26 / 30",
    "description": "Trace Cargo Pant is built for daily carry, seated transit, and boot-stacked movement. Cordura 500D nylon gives the piece its structure, while YKK hardware, cargo storage, modular strap system, asymmetric patterning, magnetic closure handles the functional load. Serialized at checkout for product authentication and order traceability.",
    "status": "active",
    "sort_order": 29,
    "images": [
      {
        "url": "/assets/products/cxp-p104/00-front-171.webp",
        "alt": "Trace Cargo Pant 1 - Clothixpack pants product image",
        "view": "front"
      },
      {
        "url": "/assets/products/cxp-p104/01-back-172.webp",
        "alt": "Trace Cargo Pant 2 - Clothixpack pants product image",
        "view": "back"
      },
      {
        "url": "/assets/products/cxp-p104/02-detail-173.webp",
        "alt": "Trace Cargo Pant 3 - Clothixpack pants product image",
        "view": "detail"
      }
    ],
    "source_title": "Custom Techwear Cargo Pants Drop Crotch Mens Ninja Joggers 500D Cordura Tactical Strapped Streetwear Trousers OEM Factory",
    "supplier_category": "Apparel > Men's Clothing > Men's Pants & Trousers",
    "source_description_html": "<h2>Premium OEM Techwear & Tactical Streetwear Manufacturing</h2><p>Welcome to unparalleled custom apparel manufacturing. Produced by our esteemed partner factories in Canada, Canada, these drop-crotch Cordura ninja cargo pants are engineered for high-end streetwear brands. We specialize in complex garment construction, merging architectural silhouettes with aggressive graphic applications and military-grade hardware.</p><h3>Product Overview</h3><p>The 'Obsidian-Mecha' style tactical pant represents the peak of Gen-Z techwear fashion. Cut from an ultra-durable 320 GSM 500D Cordura Nylon with a premium matte, slightly crinkled finish, these pants feature enough structural rigidity to hold an architectural shape without collapsing. An aggressive drop crotch transitions into a severe taper, engineered with 3D knee darts to maintain unrestricted mobility. High-impact maximalist graphics, utilizing high-gloss and 3M reflective inks, command attention, while heavy-duty DWR finishes and tactical hardware offer genuine urban utility.</p><h3>Key Features</h3><ul><li><strong>Fabric:</strong> 320 GSM 500D Cordura Nylon with DWR water-repellent finish.</li><li><strong>Fit:</strong> Extreme drop-crotch with skin-tight calf taper and elongated inseam.</li><li><strong>Construction:</strong> Triple-stitched exposed seams with heavy-duty crimson thread.</li><li><strong>Hardware:</strong> Built-in nylon belt, magnetic V-buckle, YKK AquaGuard zippers, and 10-inch ankle zips.</li><li><strong>Graphics:</strong> Towering left-leg gothic typography in 3M reflective ink, rear calf neon puff-print.</li><li><strong>Modularity:</strong> Removable nylon webbing straps on thighs and calves for a tech-bondage aesthetic.</li></ul><h3>Technical Specifications</h3><table border=\"1\" cellpadding=\"5\" cellspacing=\"0\" style=\"border-collapse: collapse; width: 100%;\"><tr><th>Feature</th><th>Specification</th></tr><tr><td>Material</td><td>500D Cordura Nylon</td></tr><tr><td>Fabric Weight</td><td>320 GSM</td></tr><tr><td>Zippers</td><td>Two-way YKK AquaGuard</td></tr><tr><td>Waist Closure</td><td>Integrated webbing with Magnetic V-Buckle</td></tr><tr><td>Pockets</td><td>Asymmetric 3D dual-layer cargo pockets</td></tr><tr><td>Print Tech</td><td>Screen Print, 3M Reflective, Puff Print</td></tr></table><h3>Packaging & Shipping</h3><p>All garments are individually inspected and packed in premium frosted ziplock polybags to ensure safe transit. We use 5-ply corrugated export cartons for master packaging (30 units per carton). We offer flexible shipping via DHL/FedEx/UPS for small to medium batches, and air/sea freight from Canada Dry Port or Karachi Seaport for bulk container orders.</p><h3>OEM/ODM Customization Services</h3><p>Our facility is fully equipped to bring your brand's vision to life. Beyond this specific silhouette, we offer total customization: from sourcing unique technical fabrics to developing proprietary hardware molds and custom dye sub-routines. Tech-packs are meticulously followed by our master pattern makers to ensure sizing precision across all global markets.</p>",
    "source_attributes": {
      "Material": "500D Cordura Nylon",
      "Fabric Type": "Woven with DWR finish",
      "Style": "Techwear / Streetwear",
      "Gender": "Men",
      "Season": "Autumn, Winter, Spring"
    },
    "wholesale_price_tiers": [
      {
        "price": 55,
        "moq": 50
      },
      {
        "price": 48,
        "moq": 200
      },
      {
        "price": 42,
        "moq": 500
      }
    ],
    "seo_title": "Trace Cargo Pant — Pants / $154 | Clothixpack",
    "seo_description": "Trace Cargo Pant is a Clothixpack technical cargo pant made with Cordura 500D nylon. Priced at $154 USD, serialized for traceability, and built for tech",
    "meta_keywords": "trace cargo pant, pants, technical citywear, urban utility apparel, clothixpack, cordura 500d nylon",
    "material": "Cordura 500D nylon",
    "construction": "YKK hardware, cargo storage, modular strap system, asymmetric patterning, magnetic closure",
    "origin_country": "",
    "canonical_path": "/product/CXP-P104",
    "custom_size_enabled": true,
    "stock_quantity": 25
  },
  {
    "code": "CXP-V102",
    "name": "Basin Waterproof Vest",
    "slug": "basin-waterproof-vest-cxp-v102",
    "cat": "vests",
    "price": 154,
    "retail_price": 154,
    "tag": null,
    "fabric": "3-layer waterproof breathable laminate",
    "weight": "140 GSM",
    "color": "Signal Red",
    "colors": [
      "#3a0a0a",
      "#0a0a0a"
    ],
    "season": "AW26 / 32",
    "description": "Basin Waterproof Vest is built for modular storage over shells and hoodies. 3-layer waterproof breathable laminate gives the piece its structure, while taped seams, welded panels, laser-cut panels, asymmetric patterning, magnetic closure handles the functional load. Serialized at checkout for product authentication and order traceability.",
    "status": "active",
    "sort_order": 31,
    "images": [
      {
        "url": "/assets/products/cxp-v102/00-front-183.webp",
        "alt": "Basin Waterproof Vest 1 - Clothixpack vests product image",
        "view": "front"
      },
      {
        "url": "/assets/products/cxp-v102/01-back-184.webp",
        "alt": "Basin Waterproof Vest 2 - Clothixpack vests product image",
        "view": "back"
      },
      {
        "url": "/assets/products/cxp-v102/02-detail-185.webp",
        "alt": "Basin Waterproof Vest 3 - Clothixpack vests product image",
        "view": "detail"
      }
    ],
    "source_title": "Custom OEM Techwear Asymmetric Utility Vest Men 3L Waterproof Shell Modular Rig Avant-Garde Luxury Streetwear Gilet Canada",
    "supplier_category": "Apparel > Men's Clothing > Men's Vests & Waistcoats",
    "source_description_html": "<h2>Overview</h2>\n<p>This manufacturer offers a premium OEM/ODM manufacturing service tailored for luxury techwear and avant-garde streetwear brands. Produced by our specialized partner factories in Canada, Canada, this asymmetric modular utility vest showcases the pinnacle of modern garment engineering. By replacing traditional cut-and-sew methods with ultrasonic welding and seam-taping, we deliver a waterproof, structurally rigid, yet exceptionally lightweight gilet designed for the high-end European and global fashion markets.</p>\n\n<h2>Key Features</h2>\n<ul>\n  <li><strong>Advanced Material:</strong> 3L Waterproof Pro Shell (140 GSM) providing extreme wind and water resistance with a clean, matte rubberized finish.</li>\n  <li><strong>Seamless Aesthetic:</strong> Hardware-purged design featuring concealed flat neodymium magnetic snaps and laser-cut, flush-bonded pockets.</li>\n  <li><strong>Asymmetric Color-Blocking:</strong> Striking diagonal visual split highlighted by exterior contrast bonded seam tape.</li>\n  <li><strong>Modern Fit:</strong> Slim, architectural, full-torso silhouette with a hi-hip hem and rigid darted shoulders.</li>\n  <li><strong>Tactical Utility:</strong> Internal cohesive cord-locks for hem tightening and an internal tubular webbing harness for cross-body slinging.</li>\n</ul>\n\n<h2>Specifications</h2>\n<table border=\"1\" cellpadding=\"5\" cellspacing=\"0\" width=\"100%\">\n  <tr>\n    <td><strong>Product Type</strong></td>\n    <td>Men's Techwear Utility Vest / Rig</td>\n  </tr>\n  <tr>\n    <td><strong>Main Fabric</strong></td>\n    <td>100% Nylon 3L Waterproof Membrane (140 GSM)</td>\n  </tr>\n  <tr>\n    <td><strong>Construction</strong></td>\n    <td>Ultrasonic Welded, Fully Seam Taped</td>\n  </tr>\n  <tr>\n    <td><strong>Closure</strong></td>\n    <td>Concealed Magnetic Asymmetrical Placket</td>\n  </tr>\n  <tr>\n    <td><strong>Details</strong></td>\n    <td>3M Reflective Piping, Laser-Cut Hem</td>\n  </tr>\n</table>\n\n<h2>Packaging & Shipping</h2>\n<p>All items are carefully flat-packed in high-grade, frosted EVA zipper bags to ensure the waterproof membrane remains uncreased. Standard master cartons hold 25 units. We ship globally via DHL, FedEx, UPS for express air freight, or secure sea freight via Karachi Port for high-volume bulk orders.</p>\n\n<h2>Why Choose Our Canada Partner Factories?</h2>\n<ul>\n  <li><strong>Techwear Specialists:</strong> Dedicated machinery for ultrasonic welding and laser cutting not found in standard apparel factories.</li>\n  <li><strong>Low MOQ:</strong> Supporting emerging luxury brands with a low entry barrier of 50 pieces.</li>\n  <li><strong>Sustainable:</strong> Eco-friendly dyes and compliant manufacturing processes certified by OEKO-TEX and BSCI.</li>\n  <li><strong>End-to-End Service:</strong> From tech-pack realization to final retail-ready shipping, we act as your comprehensive supply chain partner.</li>\n</ul>\n\n<h2>FAQ</h2>\n<p><strong>Q: What is the Minimum Order Quantity (MOQ)?</strong><br>A: Our MOQ is 50 pieces per style/color, which can be split across standard sizing.</p>\n<p><strong>Q: Can I customize the color-blocking and add my own brand logo?</strong><br>A: Yes. As an OEM/ODM manufacturer, we can custom dye fabrics to your specific Pantone codes and apply your logo via raised silicone, heat stamp, or embroidery.</p>\n<p><strong>Q: How long does sample development take?</strong><br>A: Technical samples with complex ultrasonic welding typically take 10 to 14 days after tech-pack approval and fabric sourcing.</p>\n<p><strong>Q: Is the sample fee refundable?</strong><br>A: Yes, the sample fee is fully credited towards your bulk order once the MOQ of 50 pieces is met.</p>\n<p><strong>Q: Do you provide standard or custom sizing?</strong><br>A: We can work with your proprietary size charts and grading, or we can provide standard US/EU/Asian size blocks.</p>",
    "source_attributes": {
      "Material": "100% Nylon 3L Waterproof Shell",
      "Fabric Type": "3L GORE-TEX Style Pro Shell",
      "Style": "Techwear / Avant-Garde Streetwear",
      "Gender": "Men",
      "Season": "Autumn / Spring / All-Season"
    },
    "wholesale_price_tiers": [
      {
        "price": 48.5,
        "moq": 50
      },
      {
        "price": 42,
        "moq": 201
      },
      {
        "price": 36.5,
        "moq": 1001
      }
    ],
    "seo_title": "Basin Waterproof Vest — Vests / $154 | Clothixpack",
    "seo_description": "Basin Waterproof Vest is a Clothixpack utility vest made with 3-layer waterproof breathable laminate. Priced at $154 USD, serialized for traceability, a",
    "meta_keywords": "basin waterproof vest, vests, technical citywear, urban utility apparel, clothixpack, 3-layer waterproof breathable laminate",
    "material": "3-layer waterproof breathable laminate",
    "construction": "taped seams, welded panels, laser-cut panels, asymmetric patterning, magnetic closure",
    "origin_country": "",
    "canonical_path": "/product/CXP-V102",
    "custom_size_enabled": true,
    "stock_quantity": 25
  },
  {
    "code": "CXP-J109",
    "name": "Vapor Hardshell Jacket",
    "slug": "vapor-hardshell-jacket-cxp-j109",
    "cat": "jackets",
    "price": 194,
    "retail_price": 194,
    "tag": null,
    "fabric": "Polartec stretch fleece",
    "weight": "175 GSM",
    "color": "Charcoal",
    "colors": [
      "#1a1a1a",
      "#3a3a3a"
    ],
    "season": "AW26 / 34",
    "description": "Vapor Hardshell Jacket is built for transitional rain, wind, and city movement. Polartec stretch fleece gives the piece its structure, while taped seams, welded panels, asymmetric patterning, articulated fit handles the functional load. Serialized at checkout for product authentication and order traceability.",
    "status": "active",
    "sort_order": 33,
    "images": [
      {
        "url": "/assets/products/cxp-j109/00-front-195.webp",
        "alt": "Vapor Hardshell Jacket 1 - Clothixpack jackets product image",
        "view": "front"
      },
      {
        "url": "/assets/products/cxp-j109/01-back-196.webp",
        "alt": "Vapor Hardshell Jacket 2 - Clothixpack jackets product image",
        "view": "back"
      },
      {
        "url": "/assets/products/cxp-j109/02-detail-197.webp",
        "alt": "Vapor Hardshell Jacket 3 - Clothixpack jackets product image",
        "view": "detail"
      }
    ],
    "source_title": "OEM Custom Asymmetric Field Softshell Jacket Men Polartec 3L Techwear Coat Streetwear Goth Ninja Canada Manufacturer",
    "supplier_category": "Apparel > Men's Clothing > Men's Jackets & Coats > Men's Jackets",
    "source_description_html": "<h2>Overview</h2><p>This manufacturer, operating out of specialized partner facilities in Canada, Canada, delivers world-class custom apparel solutions. We bridge the gap between heavy-duty utilitarian heritage wear and futuristic, avant-garde streetwear. Our production capabilities include working with high-end tech-fabrics, advanced washing treatments, and modern construction techniques like ultrasonic welding.</p><h2>Key Features</h2><ul><li><strong>Performance Engineering:</strong> Utilizing 175 GSM Polartec NeoShell 3L, providing unmatched breathability alongside total waterproofing.</li><li><strong>Bespoke Wash Treatments:</strong> Our proprietary enzymatic stone-washing process softens highly technical fabrics, granting them a faded, matte finish typical of archival military surplus.</li><li><strong>Avant-Garde Patterning:</strong> 'Goth-Ninja' inspired overlapping cross-body drape closure paired with a structured, high funnel neck.</li><li><strong>Bold Asymmetric Aesthetics:</strong> Razor-sharp, heat-welded diagonal seam transitioning muted washed charcoal into a striking washed blood-orange lower body panel.</li><li><strong>Techwear Construction:</strong> Fully taped interior seams, articulated darting on sleeves, and zip-gusset cuffs.</li></ul><h2>Technical Specifications</h2><table border='1' cellpadding='10' cellspacing='0'><tr><th>Specification</th><th>Details</th></tr><tr><td>Main Material</td><td>Polartec NeoShell 3L (175 GSM)</td></tr><tr><td>Style Identity</td><td>Tailored Field Hybrid Softshell</td></tr><tr><td>Fit</td><td>Slim / European-Tailored</td></tr><tr><td>Pockets</td><td>3D Bellows, Ultrasonically Welded</td></tr><tr><td>Closure</td><td>Concealed Placket with Oxidized Brass Snaps</td></tr><tr><td>Seam Finish</td><td>100% Heat-Sealed Taped (Interior)</td></tr><tr><td>Print / Graphic</td><td>Tonal Embossing, Distressed Plastisol Screen-Print</td></tr></table><h2>Packaging & Shipping</h2><p>We ensure premium presentation and safe transit. Single garments are placed in frosted, reusable polybags. Bulk orders are packed into 5-ply corrugated export cartons to prevent damage. We ship globally via DHL, FedEx, UPS, or by sea freight from Karachi depending on your volume and timeline requirements.</p><h2>Why Choose Us</h2><p>As a seasoned Canada manufacturer, we manage the entire supply chain from fabric procurement to final QC. Our ethical production lines are BSCI compliant. We offer transparent communication, strict quality control procedures, and are fully equipped to bring your most complex fashion sketches to life. Whether you need standard white-label production or complex OEM technical streetwear, our partner factories deliver.</p>",
    "source_attributes": {
      "Material": "Polartec NeoShell 3L",
      "Fabric Type": "Softshell Membrane",
      "Style": "Techwear / Avant-Garde Streetwear",
      "Gender": "Men",
      "Season": "Autumn, Winter, Spring"
    },
    "wholesale_price_tiers": [
      {
        "price": 85,
        "moq": 50
      },
      {
        "price": 65,
        "moq": 200
      },
      {
        "price": 52,
        "moq": 1000
      }
    ],
    "seo_title": "Vapor Hardshell Jacket — Jackets / $194 | Clothixpack",
    "seo_description": "Vapor Hardshell Jacket is a Clothixpack technical shell made with Polartec stretch fleece. Priced at $194 USD, serialized for traceability, and built fo",
    "meta_keywords": "vapor hardshell jacket, jackets, technical citywear, urban utility apparel, clothixpack, polartec stretch fleece",
    "material": "Polartec stretch fleece",
    "construction": "taped seams, welded panels, asymmetric patterning, articulated fit",
    "origin_country": "",
    "canonical_path": "/product/CXP-J109",
    "custom_size_enabled": true,
    "stock_quantity": 25
  },
  {
    "code": "CXP-P105",
    "name": "Mica Cargo Pant",
    "slug": "mica-cargo-pant-cxp-p105",
    "cat": "pants",
    "price": 154,
    "retail_price": 154,
    "tag": null,
    "fabric": "Silk-cupro technical twill",
    "weight": "320GSM",
    "color": "Obsidian",
    "colors": [
      "#0a0a0a",
      "#1a1a1a"
    ],
    "season": "AW26 / 35",
    "description": "Mica Cargo Pant is built for daily carry, seated transit, and boot-stacked movement. Silk-cupro technical twill gives the piece its structure, while YKK hardware, cargo storage, articulated fit, magnetic closure handles the functional load. Serialized at checkout for product authentication and order traceability.",
    "status": "active",
    "sort_order": 34,
    "images": [
      {
        "url": "/assets/products/cxp-p105/00-front-201.webp",
        "alt": "Mica Cargo Pant 1 - Clothixpack pants product image",
        "view": "front"
      },
      {
        "url": "/assets/products/cxp-p105/01-back-202.webp",
        "alt": "Mica Cargo Pant 2 - Clothixpack pants product image",
        "view": "back"
      },
      {
        "url": "/assets/products/cxp-p105/02-detail-203.webp",
        "alt": "Mica Cargo Pant 3 - Clothixpack pants product image",
        "view": "detail"
      }
    ],
    "source_title": "OEM Custom Slim Tapered Techwear Cargo Pants Men 320GSM Silk Cupro Cordura Tactical Trousers Streetwear Ninja Pants",
    "supplier_category": "Apparel > Men's Clothing > Men's Trousers & Pants > Cargo Pants",
    "source_description_html": "<h2>High-End Techwear & Streetwear OEM Manufacturing</h2><p>As a leading custom apparel manufacturer partnered with premier Canada-based factories, we specialize in bridging the gap between luxury fashion and high-performance technical wear. Our comprehensive OEM and ODM services are tailored for forward-thinking brands targeting the premium streetwear sector.</p><h3>Product Overview: The Modular Cargo Silhouette</h3><p>Designed for the ultimate modern ninja-pant aesthetic, these custom techwear cargos represent a radical luxury-industrial hybrid. The aggressive slim-tapered cut features an extended inseam for heavy ankle stacking and 3D-articulated knees that slightly bow outward. Built from a fluid, heavyweight 320 GSM washed Silk-Cupro twill, it delivers an opulent drape that is sharply contrasted by hardcore Cordura 1000D armor on the knees, inner ankles, and cargo pocket gussets.</p><h3>Technical Features</h3><ul><li><b>Modular Cargo Pockets:</b> Inset pockets that sit flush when empty and expand dynamically via hidden magnetic snaps.</li><li><b>Concealed Zippers:</b> Jumbo YKK Excella zippers hidden at the ankle cuffs to seamlessly adjust the leg taper.</li><li><b>Blind-Stitched Precision:</b> Tonal stitching with microscopic crimson red bartack accents for an ultra-clean, minimalist aesthetic.</li><li><b>Premium Hardware:</b> Matte-black anodized aluminum D-ring integrated into the front right belt loop alongside custom silicone zipper pulls.</li><li><b>Advanced Waistband:</b> Engineered double-layer waistband featuring an internal drawstring system for optimal fit and comfort.</li></ul><h3>Customization & Branding</h3><p>We provide full-scale private label services. The subtle branding potential is showcased by options like micro-sized (1-inch) tonal high-density silicone prints. From fabric sourcing and tech-pack development to final custom packaging, our eco-friendly production line scales from 50-piece capsule collections to massive global bulk orders.</p>",
    "source_attributes": {
      "Material": "Silk-Cupro Twill / Cordura 1000D",
      "Fabric Type": "Washed Twill",
      "Style": "Techwear / Streetwear",
      "Gender": "Men",
      "Season": "Autumn, Winter, Spring"
    },
    "wholesale_price_tiers": [
      {
        "price": 48.5,
        "moq": 50
      },
      {
        "price": 42,
        "moq": 200
      },
      {
        "price": 36,
        "moq": 1000
      }
    ],
    "seo_title": "Mica Cargo Pant — Pants / $154 | Clothixpack",
    "seo_description": "Mica Cargo Pant is a Clothixpack technical cargo pant made with Silk-cupro technical twill. Priced at $154 USD, serialized for traceability, and built f",
    "meta_keywords": "mica cargo pant, pants, technical citywear, urban utility apparel, clothixpack, silk-cupro technical twill",
    "material": "Silk-cupro technical twill",
    "construction": "YKK hardware, cargo storage, articulated fit, magnetic closure",
    "origin_country": "",
    "canonical_path": "/product/CXP-P105",
    "custom_size_enabled": true,
    "stock_quantity": 25
  },
  {
    "code": "CXP-J110",
    "name": "Vanta Hardshell Jacket",
    "slug": "vanta-hardshell-jacket-cxp-j110",
    "cat": "jackets",
    "price": 194,
    "retail_price": 194,
    "tag": null,
    "fabric": "3-layer waterproof breathable laminate",
    "weight": "210GSM",
    "color": "Signal Red",
    "colors": [
      "#3a0a0a",
      "#0a0a0a"
    ],
    "season": "AW26 / 36",
    "description": "Vanta Hardshell Jacket is built for transitional rain, wind, and city movement. 3-layer waterproof breathable laminate gives the piece its structure, while welded panels, laser-cut panels, asymmetric patterning handles the functional load. Serialized at checkout for product authentication and order traceability.",
    "status": "active",
    "sort_order": 35,
    "images": [
      {
        "url": "/assets/products/cxp-j110/00-front-207.webp",
        "alt": "Vanta Hardshell Jacket 1 - Clothixpack jackets product image",
        "view": "front"
      },
      {
        "url": "/assets/products/cxp-j110/01-back-208.webp",
        "alt": "Vanta Hardshell Jacket 2 - Clothixpack jackets product image",
        "view": "back"
      },
      {
        "url": "/assets/products/cxp-j110/02-detail-209.webp",
        "alt": "Vanta Hardshell Jacket 3 - Clothixpack jackets product image",
        "view": "detail"
      }
    ],
    "source_title": "OEM Men's Asymmetrical Techwear Hardshell Jacket Waterproof 3L Laminate Welded Seam Windbreaker Custom Goth Ninja Streetwear",
    "supplier_category": "Apparel > Men's Clothing > Men's Jackets & Coats > Men's Jackets",
    "source_description_html": "<h2>Overview</h2><p>Redefining the hardshell category, this meticulously crafted garment merges the moody, asymmetric draping of avant-garde goth-ninja subcultures with uncompromising Tier-1 alpine performance tech. Produced by our elite Canada manufacturing partners, this jacket is built for extreme urban performance, featuring an oversized sculptural 'Drop-Shoulder Drape-Cross' fit. The juxtaposition of a flowing, wrap-style silhouette with rigid dimensional welded down chambers and an ultra-matte premium 3L membrane creates a visually unmistakable, post-apocalyptic aesthetic.</p><h2>Key Architectural Features</h2><ul><li><strong>Hyper-Breathable 3L Membrane:</strong> Engineered from 210gsm Nanospun technology, offering a micro-textured, ultra-matte, paper-like face that repels water entirely while breathing dynamically.</li><li><strong>Asymmetrical Drape Silhouette:</strong> Wraps dramatically across the torso, dropping into an extended, cascading front hem paired with a cropped back profile.</li><li><strong>Seamless Aesthetics:</strong> Obeying strict techwear purist codes, the jacket avoids all external printed logos, relying instead on structural architecture—intersecting lines of welded seam tape and laser-perforated upper back ventilation matrices.</li><li><strong>Techwear Integration:</strong> Includes an internal cross-body JacketSling system routing through two meticulously finished, bartacked slit ports at the shoulder/collar junction.</li></ul><h2>Custom Manufacturing Excellence</h2><p>Our OEM/ODM facilities in Canada, Canada, are fully equipped with specialized machinery for ultrasonic seam welding, laser cutting, and structural down mapping. We offer comprehensive support from low-MOQ capsule prototypes to full-scale global wholesale runs, ensuring strict adherence to eco-friendly production practices and flawless quality control.</p>",
    "source_attributes": {
      "Material": "Premium 3-Layer Nanospun Laminate",
      "Fabric Type": "Circular-Knit Waterproof Laminate",
      "Style": "Techwear, Avant-Garde, Streetwear",
      "Gender": "Men",
      "Season": "Autumn/Winter/Spring"
    },
    "wholesale_price_tiers": [
      {
        "price": 68.5,
        "moq": 50
      },
      {
        "price": 54,
        "moq": 200
      },
      {
        "price": 47.5,
        "moq": 1000
      }
    ],
    "seo_title": "Vanta Hardshell Jacket — Jackets / $194 | Clothixpack",
    "seo_description": "Vanta Hardshell Jacket is a Clothixpack technical shell made with 3-layer waterproof breathable laminate. Priced at $194 USD, serialized for traceabilityi",
    "meta_keywords": "vanta hardshell jacket, jackets, technical citywear, urban utility apparel, clothixpack, 3-layer waterproof breathable laminate",
    "material": "3-layer waterproof breathable laminate",
    "construction": "welded panels, laser-cut panels, asymmetric patterning",
    "origin_country": "",
    "canonical_path": "/product/CXP-J110",
    "custom_size_enabled": true,
    "stock_quantity": 25
  },
  {
    "code": "CXP-J111",
    "name": "Pilot Hardshell Jacket",
    "slug": "pilot-hardshell-jacket-cxp-j111",
    "cat": "jackets",
    "price": 194,
    "retail_price": 194,
    "tag": null,
    "fabric": "3-layer waterproof breathable laminate",
    "weight": "210GSM",
    "color": "Signal Red",
    "colors": [
      "#3a0a0a",
      "#0a0a0a"
    ],
    "season": "AW26 / 37",
    "description": "Pilot Hardshell Jacket is built for transitional rain, wind, and city movement. 3-layer waterproof breathable laminate gives the piece its structure, while taped seams, welded panels, Fidlock hardware, laser-cut panels, asymmetric patterning, articulated fit, magnetic closure handles the functional load. Serialized at checkout for product authentication and order traceability.",
    "status": "active",
    "sort_order": 36,
    "images": [
      {
        "url": "/assets/products/cxp-j111/00-front-213.webp",
        "alt": "Pilot Hardshell Jacket 1 - Clothixpack jackets product image",
        "view": "front"
      },
      {
        "url": "/assets/products/cxp-j111/01-back-214.webp",
        "alt": "Pilot Hardshell Jacket 2 - Clothixpack jackets product image",
        "view": "back"
      },
      {
        "url": "/assets/products/cxp-j111/02-detail-215.webp",
        "alt": "Pilot Hardshell Jacket 3 - Clothixpack jackets product image",
        "view": "detail"
      }
    ],
    "source_title": "OEM Custom Men's Techwear Hardshell Jacket Waterproof Windbreaker Avant-Garde Asymmetric Zip Coat Canada Factory Wholesale",
    "supplier_category": "Apparel > Men's Clothing > Men's Jackets & Coats > Men's Jackets",
    "source_description_html": "<h2>Product Overview</h2><p>Partner with a premier Canada, Canada based custom apparel manufacturer to bring complex, hyper-technical outerwear designs to life. Our factory specializes in advanced techwear and avant-garde 'darkwear', utilizing state-of-the-art machinery to create zero-drag, anatomically articulated silhouettes. This flagship hardshell bridges urban avant-garde drape with rigorous outdoor utility, constructed with fully micro-taped seams and 3-layer stretch laminates for uncompromising weather protection.</p><h2>Key Features</h2><ul><li><strong>Hyper-Technical Fabric:</strong> 210gsm 3-Layer stretch laminate featuring a windproof/splash-proof membrane, circular-knit backer, and flat 40D nylon matte face.</li><li><strong>Architectural Design:</strong> High cowl-neck face-guard, asymmetric front wrap closure, and a dropped swallow-tail rear hem.</li><li><strong>Zero-Bulk Hardware:</strong> Equipped with dual-way AquaGuard zippers, magnetic Fidlock collar closures, and concealed laser-cut pockets.</li><li><strong>Textural Graphic Contrast:</strong> Features a massive neo-gothic geometric cross over the back panel, executed purely via a tonal, high-gloss PU sonic-weld.</li><li><strong>JacketSling Ready:</strong> Precision bartacked shoulder openings integrated with internal webbing for off-shoulder carry functionality.</li></ul><h2>Specifications</h2><table border='1' cellpadding='5' cellspacing='0' style='border-collapse: collapse; width: 100%;'><tr><th>Feature</th><th>Specification</th></tr><tr><td>Material</td><td>3-Layer Stretch Laminate (210 GSM)</td></tr><tr><td>Seams</td><td>100% Fully Micro-Taped</td></tr><tr><td>Fit</td><td>Tailored Urban Slim, Spiral Darting</td></tr><tr><td>Hardware</td><td>AquaGuard Zips, Fidlock V-Buckle</td></tr><tr><td>Color Profile</td><td>Monochromatic Olive Drab 7 (OD-7)</td></tr></table><h2>Packaging & Shipping</h2><p>All items are securely packed in frosted eco-friendly zipper polybags before being loaded into 5-ply corrugated export master cartons. We partner with top logistics providers (DHL, FedEx, UPS) for swift global airfreight, or coordinate sea freight via Karachi Port for bulk bulk shipments.</p><h2>Why Choose Us?</h2><p>As a leading custom manufacturer, we accommodate everything from specialized boutique small-batch orders to large-scale bulk manufacturing. We are highly experienced in complex technical garment assembly, offering comprehensive OEM/ODM services, eco-friendly manufacturing pathways, and rigorous QA testing.</p>",
    "source_attributes": {
      "Material": "Stretch 3-Layer Laminate / 40D Nylon Face",
      "Fabric Type": "Woven Laminate with Circular-Knit Backer",
      "Style": "Techwear / Avant-Garde / Urban Utility",
      "Gender": "Men",
      "Season": "Autumn, Winter, Spring"
    },
    "wholesale_price_tiers": [
      {
        "price": 135,
        "moq": 50
      },
      {
        "price": 95,
        "moq": 200
      },
      {
        "price": 78,
        "moq": 1000
      }
    ],
    "seo_title": "Pilot Hardshell Jacket — Jackets / $194 | Clothixpack",
    "seo_description": "Pilot Hardshell Jacket is a Clothixpack technical shell made with 3-layer waterproof breathable laminate. Priced at $194 USD, serialized for traceabilityi",
    "meta_keywords": "pilot hardshell jacket, jackets, technical citywear, urban utility apparel, clothixpack, 3-layer waterproof breathable laminate",
    "material": "3-layer waterproof breathable laminate",
    "construction": "taped seams, welded panels, Fidlock hardware, laser-cut panels, asymmetric patterning, articulated fit, magnetic closure",
    "origin_country": "",
    "canonical_path": "/product/CXP-J111",
    "custom_size_enabled": true,
    "stock_quantity": 25
  },
  {
    "code": "CXP-J112",
    "name": "Cinder Hardshell Jacket",
    "slug": "cinder-hardshell-jacket-cxp-j112",
    "cat": "jackets",
    "price": 194,
    "retail_price": 194,
    "tag": null,
    "fabric": "3-layer waterproof breathable laminate",
    "weight": "210GSM",
    "color": "Obsidian",
    "colors": [
      "#0a0a0a",
      "#1a1a1a"
    ],
    "season": "AW26 / 38",
    "description": "Cinder Hardshell Jacket is built for transitional rain, wind, and city movement. 3-layer waterproof breathable laminate gives the piece its structure, while taped seams, welded panels, YKK hardware, laser-cut panels, asymmetric patterning, articulated fit handles the functional load. Serialized at checkout for product authentication and order traceability.",
    "status": "active",
    "sort_order": 37,
    "images": [
      {
        "url": "/assets/products/cxp-j112/00-front-219.webp",
        "alt": "Cinder Hardshell Jacket 1 - Clothixpack jackets product image",
        "view": "front"
      },
      {
        "url": "/assets/products/cxp-j112/01-back-220.webp",
        "alt": "Cinder Hardshell Jacket 2 - Clothixpack jackets product image",
        "view": "back"
      },
      {
        "url": "/assets/products/cxp-j112/02-detail-221.webp",
        "alt": "Cinder Hardshell Jacket 3 - Clothixpack jackets product image",
        "view": "detail"
      }
    ],
    "source_title": "OEM Custom Men's Asymmetric Techwear Trench Coat Waterproof 3-Layer Shell Jacket PTFE Membrane Outerwear Canada Manufacturer",
    "supplier_category": "Apparel > Men's Clothing > Men's Jackets & Coats > Trench Coats",
    "source_description_html": "<h2>Premium OEM Custom Techwear Jacket Manufacturing</h2><p>Welcome to our specialized Canada-based outerwear manufacturing hub. We provide end-to-end OEM and ODM production for premium techwear, streetwear, and functional apparel brands worldwide. The featured 3/4 Asymmetric Trench exemplifies our capability to merge avant-garde fashion aesthetics with rigorous, alpine-grade technical specifications.</p><h3>Uncompromising Materials & Construction</h3><p>Constructed utilizing a heavy-duty 210gsm 3-Layer shell fabric, this garment relies on a hyper-durable Polyamide face, an advanced ePTFE waterproof/breathable membrane, and a vibrant contrasting microgrid backer. Designed for harsh urban and outdoor environments, the fabric maintains an ultra-matte, zero-sheen finish while delivering exceptional weather-repellent rigidity.</p><h3>Maximalist Design Meets Technical Supremacy</h3><p>Engineered with a relaxed, straight block fit, this coat accommodates modular mid-layers effortlessly. Signature elements include drop-stance articulated sleeves, a severe sweeping diagonal front closure, and a high-stance funnel collar. The brutalist structural color-blocking uses bonded rubberized coatings, and the garment supports massive, tonal wrap-around branding via high-gloss, black-on-black silicone heat-sealing.</p><h3>Product Specifications</h3><table border=\"1\" cellpadding=\"8\" cellspacing=\"0\" width=\"100%\"><tr><th>Feature</th><th>Specification</th></tr><tr><td>Primary Material</td><td>3-Layer GORE-TEX Style Shell (210gsm)</td></tr><tr><td>Face Fabric</td><td>100% Polyamide (Ultra-Matte Jet Black)</td></tr><tr><td>Inner Backer</td><td>Contrasting Microgrid (Signal Crimson)</td></tr><tr><td>Seam Construction</td><td>Fully Taped with 8mm Micro-Tape</td></tr><tr><td>Hardware</td><td>YKK AquaGuard Vislon Asymmetric Zipper</td></tr><tr><td>Graphic Application</td><td>Oversized High-Gloss Silicone Heat-Seal</td></tr><tr><td>Collar & Hood</td><td>High-Stance Funnel Collar + Zip-off Modular Hood</td></tr><tr><td>Customization</td><td>100% OEM/ODM Customization Available</td></tr></table><h3>Packaging & Worldwide Shipping</h3><p>All garments undergo a strict multi-point QA process. Units are individually packed in custom-branded or blank eco-friendly CPE bags. We utilize heavy-duty 5-ply export cartons ensuring moisture-free transit. Shipping is available via standard air freight (DHL/FedEx/UPS) for expedited deliveries, or via sea freight out of Karachi port for bulk orders.</p><h3>Why Partner With Us?</h3><ul><li><strong>Vertical Integration:</strong> From fabric sourcing to laser-cutting and ultrasonic welding, all processes are managed by our Canada partner factories to maintain strict quality control.</li><li><strong>Low MOQ Slabs:</strong> We accommodate emerging techwear labels with accessible 50-piece trial MOQs, while seamlessly scaling to 10,000+ units for established brands.</li><li><strong>Trade Assurance:</strong> Full protection on Alibaba ensuring on-time dispatch and material conformity.</li><li><strong>Expert Tech-Pack Translation:</strong> Our internal R&D team accurately interprets complex technical fashion blueprints into production-ready prototypes.</li></ul>",
    "source_attributes": {
      "Material": "100% Polyamide Face, ePTFE Membrane, Microgrid Backer",
      "Fabric Type": "3-Layer Waterproof Woven Shell",
      "Style": "Techwear / Gorpcore / Urban Tactical",
      "Gender": "Men",
      "Season": "Autumn, Winter, Spring"
    },
    "wholesale_price_tiers": [
      {
        "price": 145,
        "moq": 50
      },
      {
        "price": 120,
        "moq": 200
      },
      {
        "price": 105,
        "moq": 1000
      }
    ],
    "seo_title": "Cinder Hardshell Jacket — Jackets / $194 | Clothixpack",
    "seo_description": "Cinder Hardshell Jacket is a Clothixpack technical shell made with 3-layer waterproof breathable laminate. Priced at $194 USD, serialized for traceability",
    "meta_keywords": "cinder hardshell jacket, jackets, technical citywear, urban utility apparel, clothixpack, 3-layer waterproof breathable laminate",
    "material": "3-layer waterproof breathable laminate",
    "construction": "taped seams, welded panels, YKK hardware, laser-cut panels, asymmetric patterning, articulated fit",
    "origin_country": "",
    "canonical_path": "/product/CXP-J112",
    "custom_size_enabled": true,
    "stock_quantity": 25
  },
  {
    "code": "CXP-J113",
    "name": "Aegis Trench Coat",
    "slug": "aegis-trench-coat-cxp-j113",
    "cat": "jackets",
    "price": 194,
    "retail_price": 194,
    "tag": "NEW DROP",
    "fabric": "3-layer waterproof breathable laminate",
    "weight": "210 GSM",
    "color": "Obsidian",
    "colors": [
      "#0a0a0a",
      "#1a1a1a",
      "#c8ff00"
    ],
    "season": "AW26 / 39",
    "description": "Aegis Trench Coat is built for transitional rain, wind, and city movement. 3-layer ePTFE microgrid laminate gives the piece its structure, while taped seams, laser-cut laminated pockets, asymmetric patterning, articulated fit, magnetic closure handles the functional load. Serialized at checkout for product authentication and order traceability.",
    "status": "active",
    "sort_order": 38,
    "images": [
      {
        "url": "https://pub-2292c3deccc242d0b29015dfbccb24e1.r2.dev/users/a661a3d8-10b9-4ff0-9433-df24e2dd0bfc/f494712136a64fa3b6c2bde5063ae730.jpeg",
        "alt": "Aegis Trench Coat 1 - Clothixpack jackets product image",
        "view": "front"
      },
      {
        "url": "https://pub-2292c3deccc242d0b29015dfbccb24e1.r2.dev/users/a661a3d8-10b9-4ff0-9433-df24e2dd0bfc/13e6936dba794fb08456052dc951bf93.jpeg",
        "alt": "Aegis Trench Coat 2 - Clothixpack jackets product image",
        "view": "back"
      },
      {
        "url": "https://pub-2292c3deccc242d0b29015dfbccb24e1.r2.dev/users/a661a3d8-10b9-4ff0-9433-df24e2dd0bfc/d6338a2115cc4e59842558ae65e4bb9e.jpeg",
        "alt": "Aegis Trench Coat 3 - Clothixpack jackets product image",
        "view": "detail"
      },
      {
        "url": "https://pub-2292c3deccc242d0b29015dfbccb24e1.r2.dev/users/a661a3d8-10b9-4ff0-9433-df24e2dd0bfc/14f4d69c438e457fb411a285bfb87656.jpeg",
        "alt": "Aegis Trench Coat 4 - Clothixpack jackets product image",
        "view": "detail"
      }
    ],
    "source_title": "Men's Waterproof Techwear Trench Coat 3-Layer PTFE Laminate Hardshell Asymmetric Long Jacket Custom OEM Manufacturer",
    "supplier_category": "Apparel > Men's Clothing > Men's Jackets & Coats > Trench Coats",
    "source_description_html": "<h2>Premium OEM/ODM Techwear Manufacturing</h2><p>Welcome to your premier destination for advanced technical outerwear. Partnering with top-tier facilities in Sialkot, Pakistan, this manufacturer specializes in producing architectural, high-performance hardshell garments engineered for the modern European fashion and tactical streetwear markets. From small-batch capsule collections to bulk wholesale orders, we bring complex technical designs to life.</p><h3>Key Product Features</h3><ul><li><strong>Advanced Fabrication:</strong> 3-layer ePTFE microgrid laminate (210 GSM) providing ultimate waterproof and windproof protection with exceptional breathability.</li><li><strong>Architectural Silhouette:</strong> 3/4 length asymmetric A-line cut with sharp, structured shoulders and a high standoff storm collar.</li><li><strong>Precision Construction:</strong> 100% internal seam-sealing, laser-cut laminated pocket applications, and engineered articulation.</li><li><strong>Functional Detailing:</strong> Magnetic storm plackets, off-center two-way waterproof zippers, discreet signal-yellow accents, and JacketSling carry system compatibility.</li><li><strong>Subtle Branding Elements:</strong> Tonal heat-embossed topographic grid patterns and subtle tone-on-tone laser etching.</li></ul><h3>Technical Specifications</h3><table border=\"1\" cellpadding=\"5\" cellspacing=\"0\" style=\"width:100%; border-collapse: collapse;\"><tbody><tr><td><strong>Primary Fabric</strong></td><td>100% Polyamide Face, ePTFE Membrane, Microgrid Backer (210 GSM)</td></tr><tr><td><strong>Secondary Fabric</strong></td><td>Bonded Matte Black Stretch Jersey (Expansion Zones)</td></tr><tr><td><strong>Waterproofing</strong></td><td>20,000mm+ Hydrostatic Head</td></tr><tr><td><strong>Taping</strong></td><td>Narrow Matte Black PU Seam Tape</td></tr><tr><td><strong>Zippers</strong></td><td>Matte Black Waterproof Coil Zips</td></tr></tbody></table><h3>Packaging & Shipping</h3><p>All garments are individually inspected, folded, and packed into premium eco-friendly polybags equipped with moisture desiccants. Master export cartons are heavy-duty double-corrugated cardboard, typically holding 15 units per carton (Dimensions: 60x40x40cm, GW: ~18kg). We support global shipping via DHL/FedEx air freight for samples and standard sea freight for bulk orders out of Karachi Port.</p><h3>Why Choose Our Sialkot Partner Factories?</h3><p>With decades of combined experience in technical apparel manufacturing, our factory ecosystem is fully equipped with imported ultrasonic welders, laser-cutting tables, and pneumatic heat presses. We maintain strict ethical production standards (BSCI compliant) and rigorous multi-stage quality control, ensuring that your custom techwear pieces arrive defect-free and retail-ready.</p>",
    "source_attributes": {
      "Material": "100% Polyamide Face, ePTFE Membrane, Microgrid Backer",
      "Fabric Type": "3-Layer Waterproof Laminate",
      "Style": "Techwear / Hardshell Trench",
      "Gender": "Men",
      "Season": "Autumn, Winter, Spring"
    },
    "wholesale_price_tiers": [
      {
        "price": 145,
        "moq": 50
      },
      {
        "price": 115,
        "moq": 201
      },
      {
        "price": 95,
        "moq": 501
      }
    ],
    "seo_title": "Aegis Trench Coat — Jackets / $194 | Clothixpack",
    "seo_description": "Aegis Trench Coat is a Clothixpack technical shell made with 3-layer waterproof breathable laminate. Priced at $194 USD, serialized for traceability",
    "meta_keywords": "aegis trench coat, jackets, technical citywear, urban utility apparel, clothixpack, 3-layer waterproof breathable laminate",
    "material": "3-layer waterproof breathable laminate",
    "construction": "taped seams, laser-cut laminated pockets, asymmetric patterning, articulated fit, magnetic closure",
    "origin_country": "Pakistan",
    "canonical_path": "/product/CXP-J113",
    "custom_size_enabled": true,
    "stock_quantity": 25
  }
];

/* ------------------------------------------------------------
   Live catalog bootstrap.
   On page load, fetch /api/categories and /api/products to populate
   window.CATEGORIES / window.CATALOG. If the API is unreachable, fall
   back to the hardcoded data above so the site still renders.
   ------------------------------------------------------------ */
window.CATEGORIES = FALLBACK_CATEGORIES;
window.CATALOG    = FALLBACK_CATALOG;

const _catalogCbs = [];
window.onCatalogReady = function (cb) {
  if (window.__cxpCatalogReady) cb();
  else _catalogCbs.push(cb);
};

window.CXP_LOADING = (async () => {
  try {
    const [catsRes, prodsRes] = await Promise.all([
      fetch('/api/categories', { credentials: 'same-origin' }),
      fetch('/api/products?limit=200', { credentials: 'same-origin' }),
    ]);

    if (catsRes.ok) {
      const { categories } = await catsRes.json();
      if (Array.isArray(categories) && categories.length) {
        window.CATEGORIES = categories.map(c => ({
          slug: c.slug,
          label: c.label,
          code: c.code,
          count: c.active_count ?? c.piece_count ?? 0,
        }));
      }
    }

    if (prodsRes.ok) {
      const { products } = await prodsRes.json();
      if (Array.isArray(products)) {
        // Adapt API shape → existing CATALOG shape used by JSX components.
        window.CATALOG = products.map(p => ({
          code: p.code,
          name: p.name,
          cat: p.cat,
          price: p.price,
          tag: p.tag || null,
          fabric: p.fabric || '',
          weight: p.weight || '',
          color: p.color || '',
          colors: Array.isArray(p.colors) ? p.colors : [],
          season: p.season || '',
          // Extras from the API that components can opt in to:
          images: Array.isArray(p.images) ? p.images : [],
          description: p.description || '',
          status: p.status || 'active',
          slug: p.slug || '',
          retail_price: p.retail_price || p.price,
          seo_title: p.seo_title || '',
          seo_description: p.seo_description || '',
          meta_keywords: p.meta_keywords || '',
          material: p.material || '',
          construction: p.construction || '',
          origin_country: p.origin_country || '',
          canonical_path: p.canonical_path || `/product/${p.code}`,
          wholesale_price_tiers: Array.isArray(p.wholesale_price_tiers) ? p.wholesale_price_tiers : [],
          id: p.id,
        }));
      }
    }
  } catch (err) {
    console.warn('[catalog] live fetch failed, using fallback data:', err);
  } finally {
    window.__cxpCatalogReady = true;
    _catalogCbs.forEach(cb => { try { cb(); } catch {} });
    window.dispatchEvent(new CustomEvent('cxp:catalog-ready', {
      detail: { categories: window.CATEGORIES, catalog: window.CATALOG }
    }));
  }
})();

/* ------------------------------------------------------------
   Silhouette — abstract garment SVG by category
   Drawn as flat-lay technical illustrations.
   `view` = "front" | "back"
   ------------------------------------------------------------ */
function Silhouette({ cat, view = "front", accent = "#1f1f1f", line = "rgba(255,255,255,0.18)" }) {
  const stroke = line;
  const fill = accent;
  const hi = "rgba(255,255,255,0.04)";

  // common transform shrinks silhouette inside frame
  const common = {
    width: "62%", height: "78%", viewBox: "0 0 100 130",
    style: { overflow: "visible" }
  };

  // JACKET
  if (cat === "jackets") {
    return (
      <svg {...common} fill="none" stroke={stroke} strokeWidth="0.4">
        <defs>
          <linearGradient id="jg" x1="0" x2="0" y1="0" y2="1">
            <stop offset="0" stopColor="#2a2a2a"/>
            <stop offset="1" stopColor="#141414"/>
          </linearGradient>
        </defs>
        {/* body */}
        <path d="M22 22 L40 14 L60 14 L78 22 L82 50 L86 110 L74 118 L26 118 L14 110 L18 50 Z" fill="url(#jg)" stroke={stroke}/>
        {/* sleeves */}
        <path d="M22 22 L8 38 L4 86 L18 92 L22 56 Z" fill="url(#jg)" stroke={stroke}/>
        <path d="M78 22 L92 38 L96 86 L82 92 L78 56 Z" fill="url(#jg)" stroke={stroke}/>
        {/* collar */}
        <path d="M40 14 L46 24 L54 24 L60 14" fill="#0a0a0a" stroke={stroke}/>
        {view === "front" ? (
          <>
            {/* zipper */}
            <line x1="50" y1="24" x2="50" y2="118" stroke="#c8ff00" strokeWidth="0.35"/>
            {/* chest pocket */}
            <rect x="56" y="44" width="18" height="14" fill={hi} stroke={stroke}/>
            <line x1="56" y1="48" x2="74" y2="48" stroke={stroke}/>
            {/* hem pockets */}
            <path d="M22 80 L40 80 L42 100 L26 100 Z" fill={hi} stroke={stroke}/>
            <path d="M78 80 L60 80 L58 100 L74 100 Z" fill={hi} stroke={stroke}/>
            {/* logo tab */}
            <rect x="30" y="40" width="10" height="3" fill="#c8ff00"/>
          </>
        ) : (
          <>
            {/* yoke */}
            <path d="M22 22 L78 22 L82 36 L18 36 Z" fill={hi} stroke={stroke}/>
            {/* center back seam */}
            <line x1="50" y1="36" x2="50" y2="118" stroke={stroke}/>
            <rect x="44" y="48" width="12" height="3" fill="#c8ff00"/>
          </>
        )}
      </svg>
    );
  }

  // PANTS
  if (cat === "pants") {
    return (
      <svg {...common} viewBox="0 0 100 140" fill="none" stroke={stroke} strokeWidth="0.4">
        <defs>
          <linearGradient id="pg" x1="0" x2="0" y1="0" y2="1">
            <stop offset="0" stopColor="#252525"/>
            <stop offset="1" stopColor="#101010"/>
          </linearGradient>
        </defs>
        {/* waistband */}
        <rect x="22" y="10" width="56" height="8" fill="#0a0a0a" stroke={stroke}/>
        {/* legs */}
        <path d="M22 18 L78 18 L74 70 L70 132 L54 132 L50 80 L46 132 L30 132 L26 70 Z" fill="url(#pg)" stroke={stroke}/>
        {view === "front" ? (
          <>
            <line x1="50" y1="18" x2="50" y2="80" stroke={stroke}/>
            {/* cargo pockets */}
            <rect x="28" y="44" width="14" height="20" fill={hi} stroke={stroke}/>
            <rect x="58" y="44" width="14" height="20" fill={hi} stroke={stroke}/>
            {/* fly */}
            <line x1="50" y1="18" x2="50" y2="32" stroke="#c8ff00" strokeWidth="0.4"/>
            {/* knee panels */}
            <line x1="34" y1="86" x2="44" y2="86" stroke={stroke}/>
            <line x1="56" y1="86" x2="66" y2="86" stroke={stroke}/>
          </>
        ) : (
          <>
            <rect x="30" y="28" width="14" height="14" fill={hi} stroke={stroke}/>
            <rect x="56" y="28" width="14" height="14" fill={hi} stroke={stroke}/>
            <rect x="44" y="22" width="12" height="3" fill="#c8ff00"/>
          </>
        )}
      </svg>
    );
  }

  // SHIRTS / OVERSHIRTS
  if (cat === "shirts") {
    return (
      <svg {...common} fill="none" stroke={stroke} strokeWidth="0.4">
        <defs>
          <linearGradient id="sg" x1="0" x2="0" y1="0" y2="1">
            <stop offset="0" stopColor="#272727"/>
            <stop offset="1" stopColor="#151515"/>
          </linearGradient>
        </defs>
        <path d="M28 20 L42 14 L58 14 L72 20 L84 38 L78 50 L80 110 L20 110 L22 50 L16 38 Z" fill="url(#sg)" stroke={stroke}/>
        {/* sleeves */}
        <path d="M16 38 L8 58 L18 64 L22 50 Z" fill="url(#sg)" stroke={stroke}/>
        <path d="M84 38 L92 58 L82 64 L78 50 Z" fill="url(#sg)" stroke={stroke}/>
        {/* collar */}
        <path d="M42 14 L48 24 L52 24 L58 14" fill="#0a0a0a" stroke={stroke}/>
        {view === "front" ? (
          <>
            <line x1="50" y1="24" x2="50" y2="110" stroke={stroke}/>
            {/* buttons */}
            <circle cx="50" cy="40" r="0.8" fill="#c8ff00"/>
            <circle cx="50" cy="56" r="0.8" fill="#c8ff00"/>
            <circle cx="50" cy="72" r="0.8" fill="#c8ff00"/>
            <circle cx="50" cy="88" r="0.8" fill="#c8ff00"/>
            <rect x="58" y="44" width="14" height="12" fill={hi} stroke={stroke}/>
            <rect x="28" y="44" width="14" height="12" fill={hi} stroke={stroke}/>
          </>
        ) : (
          <>
            <path d="M28 30 L72 30 L74 42 L26 42 Z" fill={hi} stroke={stroke}/>
            <rect x="44" y="50" width="12" height="3" fill="#c8ff00"/>
          </>
        )}
      </svg>
    );
  }

  // HOODIES
  if (cat === "hoodies") {
    return (
      <svg {...common} fill="none" stroke={stroke} strokeWidth="0.4">
        <defs>
          <linearGradient id="hg" x1="0" x2="0" y1="0" y2="1">
            <stop offset="0" stopColor="#262626"/>
            <stop offset="1" stopColor="#101010"/>
          </linearGradient>
        </defs>
        {/* hood */}
        <path d="M36 10 Q50 2 64 10 L72 22 L28 22 Z" fill="#0a0a0a" stroke={stroke}/>
        {/* body */}
        <path d="M28 22 L72 22 L82 36 L86 110 L72 116 L28 116 L14 110 L18 36 Z" fill="url(#hg)" stroke={stroke}/>
        {/* sleeves */}
        <path d="M18 36 L8 56 L4 92 L16 96 L22 60 Z" fill="url(#hg)" stroke={stroke}/>
        <path d="M82 36 L92 56 L96 92 L84 96 L78 60 Z" fill="url(#hg)" stroke={stroke}/>
        {/* cuffs + hem */}
        <rect x="4" y="92" width="14" height="4" fill="#0a0a0a"/>
        <rect x="82" y="92" width="14" height="4" fill="#0a0a0a"/>
        <rect x="28" y="112" width="44" height="4" fill="#0a0a0a"/>
        {view === "front" ? (
          <>
            {/* drawstrings */}
            <line x1="46" y1="22" x2="46" y2="40" stroke="#c8ff00" strokeWidth="0.4"/>
            <line x1="54" y1="22" x2="54" y2="40" stroke="#c8ff00" strokeWidth="0.4"/>
            {/* kangaroo pocket */}
            <path d="M28 60 L72 60 L68 92 L32 92 Z" fill={hi} stroke={stroke}/>
            <line x1="40" y1="70" x2="60" y2="70" stroke={stroke}/>
          </>
        ) : (
          <>
            <line x1="50" y1="22" x2="50" y2="112" stroke={stroke}/>
            <rect x="44" y="40" width="12" height="3" fill="#c8ff00"/>
          </>
        )}
      </svg>
    );
  }

  // SKIRTS
  if (cat === "skirts") {
    return (
      <svg {...common} viewBox="0 0 100 130" fill="none" stroke={stroke} strokeWidth="0.4">
        <defs>
          <linearGradient id="kg" x1="0" x2="0" y1="0" y2="1">
            <stop offset="0" stopColor="#262626"/>
            <stop offset="1" stopColor="#0f0f0f"/>
          </linearGradient>
        </defs>
        <rect x="24" y="22" width="52" height="8" fill="#0a0a0a" stroke={stroke}/>
        <path d="M24 30 L76 30 L86 116 L14 116 Z" fill="url(#kg)" stroke={stroke}/>
        {view === "front" ? (
          <>
            <line x1="50" y1="30" x2="50" y2="116" stroke={stroke}/>
            <rect x="32" y="44" width="14" height="18" fill={hi} stroke={stroke}/>
            <rect x="54" y="44" width="14" height="18" fill={hi} stroke={stroke}/>
            <rect x="44" y="22" width="12" height="3" fill="#c8ff00"/>
          </>
        ) : (
          <>
            <line x1="50" y1="30" x2="50" y2="116" stroke={stroke}/>
            <line x1="30" y1="50" x2="70" y2="50" stroke={stroke}/>
          </>
        )}
      </svg>
    );
  }

  // TRACKSUITS — composition of hoodie + pants
  if (cat === "tracksuits") {
    return (
      <svg {...common} viewBox="0 0 130 140" fill="none" stroke={stroke} strokeWidth="0.4">
        <defs>
          <linearGradient id="tg" x1="0" x2="0" y1="0" y2="1">
            <stop offset="0" stopColor="#262626"/>
            <stop offset="1" stopColor="#101010"/>
          </linearGradient>
        </defs>
        {/* top (left side) */}
        <g transform="translate(-4, 0)">
          <path d="M22 18 Q34 12 46 18 L52 26 L18 26 Z" fill="#0a0a0a" stroke={stroke}/>
          <path d="M18 26 L52 26 L58 38 L60 84 L52 88 L18 88 L10 84 L12 38 Z" fill="url(#tg)" stroke={stroke}/>
          <path d="M12 38 L4 56 L2 76 L10 80 L14 54 Z" fill="url(#tg)" stroke={stroke}/>
          <path d="M58 38 L66 56 L68 76 L60 80 L56 54 Z" fill="url(#tg)" stroke={stroke}/>
          <line x1="35" y1="26" x2="35" y2="88" stroke="#c8ff00" strokeWidth="0.3"/>
          <path d="M18 56 L52 56 L48 78 L22 78 Z" fill={hi} stroke={stroke}/>
        </g>
        {/* pants (right side) */}
        <g transform="translate(72, 12)">
          <rect x="0" y="0" width="40" height="6" fill="#0a0a0a" stroke={stroke}/>
          <path d="M0 6 L40 6 L37 50 L34 124 L23 124 L21 60 L19 60 L17 124 L6 124 L3 50 Z" fill="url(#tg)" stroke={stroke}/>
          <line x1="20" y1="6" x2="20" y2="60" stroke={stroke}/>
          {/* side stripe */}
          <rect x="3" y="6" width="1.4" height="118" fill="#c8ff00"/>
          <rect x="35.6" y="6" width="1.4" height="118" fill="#c8ff00"/>
        </g>
      </svg>
    );
  }

  return null;
}

window.CATEGORIES = CATEGORIES;
window.CATALOG = CATALOG;
window.Silhouette = Silhouette;
