'); color: white; padding: 1rem 0; position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 10px rgba(0,0,0,0.1); } .container { width: 90%; max-width: 1200px; margin: 0 auto; padding: 0 15px; } .header-container { display: flex; justify-content: space-between; align-items: center; } .logo { display: flex; align-items: center; } .logo h1 { font-size: 1.8rem; font-weight: 700; margin-left: 10px; color: var(--secondary); } .logo span { display: block; font-size: 0.9rem; font-weight: 300; } nav ul { display: flex; list-style: none; } nav li { margin-left: 1.5rem; } nav a { color: white; text-decoration: none; font-weight: 500; font-size: 1.1rem; transition: color 0.3s; position: relative; padding-bottom: 5px; } nav a:hover { color: var(--secondary); } nav a::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background-color: var(--secondary); transition: width 0.3s; } nav a:hover::after { width: 100%; } .hero { background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.7)), url('data:image/svg+xml;utf8,'); background-size: cover; background-position: center; color: white; text-align: center; padding: 8rem 0; } .hero h2 { font-size: 3.5rem; margin-bottom: 1rem; text-shadow: 2px 2px 4px rgba(0,0,0,0.5); } .hero p { font-size: 1.5rem; max-width: 800px; margin: 0 auto 2rem; text-shadow: 1px 1px 2px rgba(0,0,0,0.5); } .stats { display: flex; justify-content: center; gap: 2rem; flex-wrap: wrap; margin-top: 3rem; } .stat-item { background: rgba(212, 175, 55, 0.9); padding: 1.5rem; border-radius: 10px; min-width: 220px; box-shadow: 0 5px 15px rgba(0,0,0,0.2); } .stat-item h3 { font-size: 2.5rem; margin-bottom: 0.5rem; color: var(--dark); } .stat-item p { font-size: 1rem; color: var(--dark); font-weight: 600; } .btn { display: inline-block; background-color: var(--secondary); color: var(--dark); padding: 15px 35px; border-radius: 30px; text-decoration: none; font-weight: 700; font-size: 1.1rem; transition: all 0.3s; border: 2px solid var(--secondary); text-transform: uppercase; letter-spacing: 1px; margin-top: 1.5rem; } .btn:hover { background-color: transparent; color: var(--secondary); transform: translateY(-3px); box-shadow: 0 5px 15px rgba(0,0,0,0.2); } section { padding: 5rem 0; } .section-title { text-align: center; margin-bottom: 3rem; position: relative; } .section-title h2 { font-size: 2.5rem; color: var(--primary); display: inline-block; padding-bottom: 15px; } .section-title h2::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 80px; height: 4px; background-color: var(--secondary); } .about-content { display: flex; gap: 3rem; align-items: center; flex-wrap: wrap; } .about-text { flex: 1; min-width: 300px; } .about-text h3 { color: var(--primary); margin-bottom: 1.5rem; font-size: 1.8rem; } .about-features { flex: 1; min-width: 300px; } .feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1.5rem; } .feature-item { background-color: white; padding: 2rem; border-radius: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); text-align: center; transition: transform 0.3s; } .feature-item:hover { transform: translateY(-10px); } .feature-item h4 { color: var(--primary); margin: 1rem 0; font-size: 1.3rem; } .capabilities { background-color: #f9f9f9; } .metrics { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem; max-width: 1000px; margin: 0 auto; } .metric-item { background-color: white; padding: 2rem; border-radius: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); text-align: center; border-top: 4px solid var(--secondary); } .metric-value { font-size: 2.5rem; font-weight: 700; color: var(--primary); margin-bottom: 0.5rem; } .products { background-color: white; } .product-categories { display: flex; justify-content: center; gap: 1rem; margin-bottom: 3rem; flex-wrap: wrap; } .category-btn { padding: 10px 25px; background-color: transparent; border: 2px solid var(--accent); border-radius: 30px; color: var(--primary); cursor: pointer; transition: all 0.3s; font-weight: 600; } .category-btn.active, .category-btn:hover { background-color: var(--primary); color: white; } .product-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 2rem; } .product-card { background-color: #f9f9f9; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0,0,0,0.05); transition: transform 0.3s; } .product-card:hover { transform: translateY(-10px); } .product-info { padding: 1.5rem; } .product-info h3 { color: var(--primary); margin-bottom: 0.5rem; font-size: 1.3rem; } .product-price { font-size: 1.2rem; font-weight: 700; color: var(--secondary); margin: 0.5rem 0; } .product-features { list-style-type: none; margin: 1rem 0; } .product-features li { margin-bottom: 0.5rem; display: flex; align-items: flex-start; } .product-features li::before { content: '✓'; color: var(--secondary); font-weight: bold; margin-right: 10px; } .quality-system { background-color: #f5f5f5; } .quality-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; } .quality-card { background-color: white; padding: 2rem; border-radius: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); text-align: center; } .quality-card h3 { color: var(--primary); margin: 1rem 0; } .markets { background: linear-gradient(rgba(93, 64, 55, 0.95), rgba(61, 39, 35, 0.95)), url('data:image/svg+xml;utf8,'); color: white; } .market-content { display: flex; gap: 2rem; flex-wrap: wrap; } .market-map { flex: 1; min-width: 300px; background-color: rgba(255,255,255,0.1); padding: 2rem; border-radius: 10px; } .market-list { flex: 1; min-width: 300px; } .market-list h3 { margin-bottom: 1.5rem; color: var(--secondary); } .market-list ul { list-style-type: none; columns: 2; } .market-list li { margin-bottom: 1rem; position: relative; padding-left: 25px; } .market-list li::before { content: '→'; position: absolute; left: 0; color: var(--secondary); font-weight: bold; } footer { background-color: var(--dark); color: white; padding: 3rem 0 1rem; } .footer-content { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 2rem; margin-bottom: 2rem; } .footer-section { flex: 1; min-width: 250px; } .footer-section h3 { color: var(--secondary); margin-bottom: 1.5rem; font-size: 1.3rem; } .footer-section ul { list-style-type: none; } .footer-section li { margin-bottom: 0.8rem; } .footer-section a { color: #ccc; text-decoration: none; transition: color 0.3s; } .footer-section a:hover { color: var(--secondary); } .copyright { text-align: center; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,0.1); color: #aaa; font-size: 0.9rem; } .sgs-badge { background-color: #e9e9e9; padding: 1.5rem; text-align: center; border-radius: 10px; margin-top: 1.5rem; border: 2px solid var(--secondary); } .sgs-badge img { max-width: 100px; margin: 0 auto 1rem; display: block; } .sgs-badge p { font-weight: 700; color: var(--primary); } @media (max-width: 768px) { .header-container { flex-direction: column; } nav ul { margin-top: 1rem; flex-wrap: wrap; justify-content: center; } nav li { margin: 0.5rem; } .hero h2 { font-size: 2.5rem; } .hero p { font-size: 1.2rem; } .stats { flex-direction: column; align-items: center; } .market-list ul { columns: 1; } }
25 Years of Excellence in Crafting Virgin Hair Wigs, Bundles & Closures
Request a QuoteOn-Time Delivery Rate
Customer Satisfaction
Average Response Time
Human Hair Wigs Supplier
Operating under the brand Apple Girl, we are a leading manufacturer of premium human hair products based in Henan, China. Established in 2017 with a factory heritage dating back to 2006, we bring over 25 years of expertise to the hair industry.
Our state-of-the-art manufacturing facility spans 50,000 square meters and employs 135 skilled professionals dedicated to crafting the finest hair products. We specialize in virgin human hair wigs, bundles, and closures sourced from ethical origins.
As a verified and certified manufacturer by SGS Group (Société Générale de Surveillance), we adhere to the highest international quality standards in every aspect of our production process.
SGS VERIFIED MANUFACTURER
Quality Assurance Certified
Industry Experience
Manufacturing Facility
Skilled Employees
Industry Exhibitions
On-Time Delivery Rate
Quick Response Rate
Annual Output Value
Total Employees
Online Revenue
Production Experience
We offer comprehensive customization services to meet your specific requirements:
Our rigorous quality control process ensures premium products:
Verified and certified by international authorities:
Our premium hair products have gained international recognition and are distributed across multiple continents:
We operate physical retail stores across Africa to serve our customers directly:
South Africa | Nigeria | Ghana | Kenya | Tanzania
Brand: Apple Girl
Location: Henan, China
Established: 2017 (Factory since 2006)
Business Platform: applegirl.en.alibaba.com
Send Inquiry