'); background-size: cover; background-position: center; color: white; text-align: center; padding: 100px 0; position: relative; } .hero-content { max-width: 800px; margin: 0 auto; } .hero h1 { font-size: 3.5rem; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); line-height: 1.2; } .hero p { font-size: 1.4rem; margin-bottom: 30px; } .cta-button { display: inline-block; background: var(--secondary); color: white; padding: 15px 35px; border-radius: 30px; text-decoration: none; font-weight: bold; font-size: 1.2rem; transition: all 0.3s ease; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); } .cta-button:hover { background: #c1121f; transform: translateY(-3px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25); } /* Section Styling */ section { padding: 80px 0; } .section-header { text-align: center; margin-bottom: 60px; } .section-header h2 { font-size: 2.5rem; color: var(--primary); margin-bottom: 15px; position: relative; display: inline-block; } .section-header h2::after { content: ''; position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%); width: 80px; height: 4px; background-color: var(--accent); border-radius: 2px; } .section-header p { max-width: 700px; margin: 20px auto 0; color: var(--gray); font-size: 1.1rem; } /* About Section */ .about-content { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; } .about-text { padding-right: 20px; } .about-text h3 { color: var(--primary); font-size: 1.8rem; margin-bottom: 20px; } .stats-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 30px; } .stat-card { background: white; border-radius: 10px; padding: 20px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); text-align: center; transition: transform 0.3s ease; } .stat-card:hover { transform: translateY(-5px); } .stat-number { font-size: 2.5rem; font-weight: 700; color: var(--primary); margin-bottom: 10px; } .stat-label { color: var(--gray); font-size: 1rem; } .certifications { display: flex; flex-wrap: wrap; gap: 15px; margin-top: 25px; } .cert-badge { background: var(--light); padding: 12px 20px; border-radius: 50px; font-size: 0.9rem; font-weight: 600; color: var(--primary); box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08); } /* Products Section */ .products-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 30px; } .product-card { background: white; border-radius: 12px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease, box-shadow 0.3s ease; } .product-card:hover { transform: translateY(-10px); box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15); } .product-img { height: 220px; background: var(--light); display: flex; align-items: center; justify-content: center; color: var(--gray); font-weight: 600; } .product-info { padding: 25px; } .product-title { font-size: 1.4rem; color: var(--primary); margin-bottom: 10px; } .product-price { color: var(--secondary); font-weight: 700; font-size: 1.2rem; margin-bottom: 15px; } .product-moq { color: var(--gray); margin-bottom: 15px; font-size: 0.95rem; } /* Customization Section */ .process-steps { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 40px; } .step-card { background: white; border-radius: 12px; padding: 25px; width: calc(25% - 20px); min-width: 220px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); transition: all 0.3s ease; } .step-card:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); } .step-number { background: var(--primary); color: white; width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: bold; margin-bottom: 15px; } .step-title { font-size: 1.2rem; color: var(--primary); margin-bottom: 10px; } /* Why Choose Us */ .features { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .feature-card { background: white; border-radius: 12px; padding: 30px; text-align: center; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); transition: all 0.3s ease; } .feature-card:hover { transform: translateY(-8px); box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1); } .feature-icon { font-size: 3rem; color: var(--accent); margin-bottom: 20px; } .feature-title { font-size: 1.5rem; color: var(--primary); margin-bottom: 15px; } /* Footer */ footer { background: var(--dark); color: white; padding: 70px 0 30px; } .footer-content { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 40px; margin-bottom: 50px; } .footer-column h3 { font-size: 1.4rem; margin-bottom: 25px; position: relative; padding-bottom: 10px; } .footer-column h3::after { content: ''; position: absolute; bottom: 0; left: 0; width: 50px; height: 3px; background: var(--accent); } .footer-column ul { list-style: none; } .footer-column ul li { margin-bottom: 12px; } .footer-column ul li a { color: #ddd; text-decoration: none; transition: color 0.3s ease; } .footer-column ul li a:hover { color: var(--accent); } .contact-info p { margin-bottom: 10px; display: flex; align-items: center; gap: 10px; } .copyright { text-align: center; padding-top: 30px; border-top: 1px solid rgba(255, 255, 255, 0.1); font-size: 0.9rem; color: #aaa; } /* Responsive Design */ @media (max-width: 992px) { .about-content { grid-template-columns: 1fr; } .about-text { padding-right: 0; } .step-card { width: calc(50% - 20px); } } @media (max-width: 768px) { nav ul { display: none; position: absolute; top: 100%; left: 0; width: 100%; background: var(--primary); flex-direction: column; padding: 20px 0; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); } nav ul.show { display: flex; } .mobile-menu-btn { display: block; } .hero h1 { font-size: 2.5rem; } .hero p { font-size: 1.2rem; } .section-header h2 { font-size: 2rem; } .step-card { width: 100%; } }
Crafting exceptional quality hats, beanies, and accessories since 2007 with global certifications and low MOQ
Request a Free SampleWith over 17 years of expertise in headwear manufacturing, we deliver exceptional quality and innovative design
Founded in 2007, Zhangjiagang Sewingman Caps & Apparel Co., Ltd. has established itself as a leading custom headwear manufacturer. Our 3,422㎡ factory in Zhangjiagang, China houses 51 dedicated professionals, including 5 specialized QA/QC inspectors who implement rigorous raw material inspections.
Premium headwear and accessories with low minimum order quantities and competitive pricing
Versatile, comfortable beanies available in multiple colors and materials.
Classic and trendy designs with multiple customization options.
Vibrant team scarves with custom logos and colors.
Premium natural fiber beanies for superior warmth and comfort.
End-to-end customization from design to delivery with flexible options and low MOQ
We begin by understanding your specific needs and design direction.
Choose from premium materials like merino wool, organic cotton, or recycled fabrics.
Our designers create technical drawings and color schemes.
We produce a physical sample for your approval.
Choose from embroidery, printing, woven labels, or leather patches.
Add underbrim patterns, custom interior taping, or accessories.
Rigorous inspection by our QA/QC team at every stage.
Sustainable packaging solutions for your products.
With 10+ in-house designers creating 100+ new designs monthly and a portfolio serving brands like TOUGH HEADWEAR, RIPCURL, and CASIO, we offer exceptional design support with free samples and 3,000+ customizable templates.
Discover the competitive advantages that make us the preferred headwear manufacturer
Low MOQ starting at 2-100 pieces with extensive customization options for materials, colors, and design details.
Compliance with EU and US standards, multiple international certifications, and 100% raw material inspection.
No hidden fees with clear cost breakdowns and competitive FOB pricing.
Air and sea shipping options with delivery to the US in 12-18 days.
Use of organic cotton, recycled fabrics, and sustainable processes certified by ISO 14001 and Higg FEM.
Dedicated customer support with ≤3 hour response time and easy return policy.