'); background-size: cover; background-position: center; color: white; padding: 100px 0; text-align: center; } .hero-content { max-width: 800px; margin: 0 auto; } .hero h2 { font-size: 3rem; margin-bottom: 20px; text-shadow: 0 2px 4px rgba(0,0,0,0.3); } .hero p { font-size: 1.2rem; margin-bottom: 30px; max-width: 700px; margin-left: auto; margin-right: auto; } .cta-button { display: inline-block; background-color: var(--secondary); color: var(--primary); padding: 12px 30px; border-radius: 30px; text-decoration: none; font-weight: 600; font-size: 1.1rem; transition: all 0.3s ease; text-transform: uppercase; letter-spacing: 1px; } .cta-button:hover { background-color: #c29b2e; transform: translateY(-3px); box-shadow: 0 5px 15px rgba(0,0,0,0.2); } /* Stats Section */ .stats { background-color: white; padding: 60px 0; box-shadow: 0 5px 15px rgba(0,0,0,0.05); } .stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 30px; text-align: center; } .stat-card { padding: 25px 15px; border-radius: 8px; background-color: var(--primary); color: white; transition: transform 0.3s ease; } .stat-card:hover { transform: translateY(-5px); } .stat-card h3 { font-size: 2.5rem; margin-bottom: 10px; color: var(--secondary); } .stat-card p { font-size: 1.1rem; font-weight: 500; } /* Section Styles */ section { padding: 80px 0; } .section-header { text-align: center; margin-bottom: 50px; } .section-header h2 { font-size: 2.5rem; color: var(--primary); position: relative; display: inline-block; padding-bottom: 15px; } .section-header h2::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 80px; height: 4px; background-color: var(--secondary); } .section-header p { max-width: 800px; margin: 20px auto 0; font-size: 1.1rem; color: var(--gray); } /* Why Choose Us */ .benefits { background-color: #f0f7ff; } .benefits-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .benefit-card { background: white; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0,0,0,0.05); transition: all 0.3s ease; } .benefit-card:hover { transform: translateY(-10px); box-shadow: 0 10px 25px rgba(0,0,0,0.1); } .benefit-content { padding: 30px; } .benefit-icon { font-size: 2.5rem; color: var(--secondary); margin-bottom: 20px; } .benefit-card h3 { font-size: 1.5rem; margin-bottom: 15px; color: var(--primary); } /* Products Section */ .products { background-color: white; } .product-filters { display: flex; justify-content: center; flex-wrap: wrap; gap: 15px; margin-bottom: 40px; } .filter-btn { padding: 10px 25px; background-color: white; border: 2px solid var(--primary); border-radius: 30px; cursor: pointer; transition: all 0.3s; font-weight: 600; } .filter-btn.active, .filter-btn:hover { background-color: var(--primary); color: white; } .products-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; } .product-card { background: white; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0,0,0,0.05); transition: all 0.3s ease; position: relative; } .product-card:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0,0,0,0.1); } .product-badge { position: absolute; top: 15px; left: 15px; background-color: var(--secondary); color: var(--primary); padding: 5px 15px; border-radius: 30px; font-weight: 600; font-size: 0.9rem; } .product-img { height: 250px; background-color: #f8f5f0; display: flex; align-items: center; justify-content: center; color: var(--gray); font-weight: 600; } .product-info { padding: 25px; border-top: 2px solid #f0f7ff; } .product-info h3 { font-size: 1.3rem; margin-bottom: 12px; color: var(--primary); } .product-meta { display: flex; justify-content: space-between; margin-top: 20px; padding-top: 20px; border-top: 1px solid #eee; } .price { font-weight: 700; color: var(--primary); font-size: 1.2rem; } .min-order { font-size: 0.9rem; color: var(--gray); } /* Certifications */ .certifications { background-color: #f9f9f9; text-align: center; } .certs-container { display: flex; justify-content: center; flex-wrap: wrap; gap: 40px; margin-top: 40px; } .cert-item { background: white; padding: 30px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); width: 250px; } .cert-icon { font-size: 3rem; color: var(--secondary); margin-bottom: 20px; } /* Testimonials */ .testimonials { background-color: var(--primary); color: white; } .testimonials .section-header h2 { color: white; } .testimonials .section-header p { color: rgba(255,255,255,0.8); } .testimonials-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .testimonial-card { background: rgba(255,255,255,0.1); border-radius: 10px; padding: 30px; position: relative; } .testimonial-card::before { content: '"'; position: absolute; top: 15px; left: 15px; font-size: 4rem; color: rgba(255,255,255,0.1); font-family: Georgia, serif; line-height: 1; } .testimonial-text { font-style: italic; margin-bottom: 20px; position: relative; z-index: 1; } .testimonial-author { font-weight: 600; color: var(--secondary); } /* Footer */ footer { background: linear-gradient(135deg, #0a2240, var(--primary)); color: white; padding: 70px 0 30px; } .footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 40px; margin-bottom: 50px; } .footer-col h3 { font-size: 1.4rem; margin-bottom: 25px; position: relative; padding-bottom: 10px; } .footer-col h3::after { content: ''; position: absolute; bottom: 0; left: 0; width: 50px; height: 3px; background-color: var(--secondary); } .footer-links { list-style: none; } .footer-links li { margin-bottom: 12px; } .footer-links a { color: rgba(255,255,255,0.8); text-decoration: none; transition: all 0.3s; } .footer-links a:hover { color: var(--secondary); padding-left: 5px; } .contact-info { list-style: none; } .contact-info li { display: flex; margin-bottom: 15px; align-items: flex-start; } .contact-icon { margin-right: 15px; color: var(--secondary); font-size: 1.2rem; min-width: 20px; } .copyright { text-align: center; padding-top: 30px; border-top: 1px solid rgba(255,255,255,0.1); color: rgba(255,255,255,0.6); font-size: 0.9rem; } /* Responsive */ @media (max-width: 768px) { .header-container { flex-direction: column; } nav ul { margin-top: 20px; flex-wrap: wrap; justify-content: center; } nav ul li { margin: 5px 10px; } .hero h2 { font-size: 2.2rem; } .section-header h2 { font-size: 2rem; } }
With over 30 years of expertise in the hair industry, Capelli Hair provides 100% virgin human hair extensions, wigs, and bundles at factory-direct prices. Trusted by 50,000+ clients worldwide.
Explore Our ProductsYears of Industry Experience
Skilled Production Workers
Monthly Production Capacity
Satisfied Clients Worldwide
Founded in China's Henan Province, we've been a premier manufacturer of premium human hair products for over three decades
Xuchang Capelli Hair Products Co., Ltd. combines traditional craftsmanship with modern manufacturing techniques to create the finest human hair products. As a verified supplier with ISO 9001:2008 and SGS certifications, we maintain rigorous quality control standards throughout our production process.
With strategically located facilities including overseas raw material factories in Cambodia and Brazil, a dedicated handmade factory, and a 13,700㎡ production facility in China, we control every step of the production chain. This vertical integration ensures consistent quality from raw material sourcing to final product delivery.
Our quality control team of 5 specialists inspects every product to meet international standards. We guarantee:
Discover the competitive advantages that make us a trusted partner for salons, retailers, and distributors worldwide
All hair is sourced from single donors with no mixing, ensuring consistent quality and texture throughout each bundle.
With 250,000+ pieces in stock and streamlined operations, we guarantee 24-hour processing and worldwide delivery in 2-7 days.
From product specifications to private labeling and packaging, we offer complete OEM services to build your brand identity.
We go beyond supplying products - our team provides market insights and strategies to help you expand your hair business.
Eliminate middlemen and enjoy significant savings with our manufacturer-to-client pricing model.
Backed by SGS and ISO certifications, our products undergo 4-stage quality inspections before shipment.
Explore our best-selling human hair extensions, wigs, and bundles crafted from 100% virgin hair
Double drawn • Cuticle aligned • No tangle or shedding
Full cuticle intact • Virgin Cambodian hair • Factory direct
Transparent lace • Pre-plucked hairline • Glueless
46" length • 360° frontal • Glueless application
Quality assurance through international standards and rigorous testing
Verified supplier meeting international quality standards
Quality management system certified since 2017
Verified production lines and manufacturing processes
What our 50,000+ satisfied customers say about our products and services
"The hair quality is exceptional! My clients can't believe it's 100% human hair. Very light, soft, and the length is actually longer than advertised. Will definitely reorder!"
"I've been working with Capelli for 3 years now. Their custom branding service helped me launch my own hair line. The dropshipping option is perfect for my e-commerce business."
"The Brazilian body wave bundles have incredible bounce and movement. Even after multiple washes, they maintain their texture. FedEx delivery was faster than expected!"