'); background-size: cover; color: white; padding: 100px 0; text-align: center; } .hero-content { max-width: 800px; margin: 0 auto; } .hero h2 { font-size: 2.8rem; margin-bottom: 20px; text-shadow: 1px 1px 3px rgba(0,0,0,0.3); } .hero p { font-size: 1.2rem; margin-bottom: 30px; opacity: 0.9; } .cta-button { display: inline-block; background-color: var(--accent); color: var(--dark); padding: 12px 35px; border-radius: 30px; text-decoration: none; font-weight: bold; text-transform: uppercase; letter-spacing: 1px; transition: all 0.3s ease; box-shadow: 0 4px 15px rgba(0,0,0,0.2); } .cta-button:hover { background-color: white; transform: translateY(-3px); box-shadow: 0 6px 20px rgba(0,0,0,0.25); } /* Stats Section */ .stats { background-color: var(--light); padding: 60px 0; } .stats-container { display: flex; justify-content: space-around; flex-wrap: wrap; } .stat-item { text-align: center; padding: 20px; width: 200px; } .stat-number { font-size: 2.5rem; font-weight: 700; color: var(--primary); margin-bottom: 10px; } .stat-label { color: var(--secondary); font-weight: 600; } /* Section Styles */ section { padding: 80px 0; } .section-title { text-align: center; margin-bottom: 50px; position: relative; } .section-title h2 { font-size: 2.2rem; color: var(--primary); display: inline-block; padding-bottom: 15px; } .section-title h2:after { content: ''; position: absolute; width: 80px; height: 3px; background-color: var(--accent); bottom: 0; left: 50%; transform: translateX(-50%); } /* About Section */ .about-content { display: flex; align-items: center; gap: 50px; } .about-text { flex: 1; } .about-image { flex: 1; background-color: #e0e7ff; height: 400px; border-radius: 10px; display: flex; align-items: center; justify-content: center; color: var(--primary); font-weight: bold; font-size: 1.2rem; } /* Products Section */ .products { background-color: var(--light); } .product-categories { display: flex; justify-content: center; gap: 20px; margin-bottom: 40px; flex-wrap: wrap; } .category-btn { background: white; border: 2px solid var(--primary); padding: 10px 25px; border-radius: 30px; font-weight: 600; cursor: pointer; transition: all 0.3s; } .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: 30px; } .product-card { background: white; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0,0,0,0.08); transition: transform 0.3s; } .product-card:hover { transform: translateY(-10px); } .product-image { height: 250px; background-color: #f1f5f9; display: flex; align-items: center; justify-content: center; color: var(--gray); font-weight: bold; } .product-info { padding: 20px; } .product-info h3 { margin-bottom: 10px; color: var(--primary); } .product-price { font-weight: bold; color: var(--secondary); font-size: 1.2rem; margin: 10px 0; } .product-moq { color: var(--gray); font-size: 0.9rem; } /* Features Section */ .features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .feature-card { background: white; padding: 30px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); text-align: center; transition: all 0.3s; } .feature-card:hover { box-shadow: 0 10px 25px rgba(0,0,0,0.1); transform: translateY(-5px); } .feature-icon { width: 70px; height: 70px; background-color: rgba(197, 61, 67, 0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; color: var(--secondary); font-size: 1.8rem; } /* Testimonials */ .testimonials { background-color: var(--light); } .testimonial-container { max-width: 800px; margin: 0 auto; } .testimonial-slide { background: white; padding: 40px; border-radius: 10px; box-shadow: 0 5px 20px rgba(0,0,0,0.08); position: relative; } .testimonial-slide:before { content: '"'; position: absolute; top: -20px; left: 20px; font-size: 5rem; color: rgba(233, 185, 73, 0.2); font-family: Georgia, serif; } .testimonial-text { font-style: italic; margin-bottom: 20px; position: relative; z-index: 1; } .testimonial-author { font-weight: bold; color: var(--primary); } /* Certification Section */ .certifications { display: flex; justify-content: space-around; flex-wrap: wrap; gap: 30px; margin-top: 40px; } .cert-card { background: white; padding: 25px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); width: 250px; text-align: center; } .cert-title { color: var(--secondary); font-weight: bold; margin-bottom: 15px; } /* Promotion Section */ .promotion { background: linear-gradient(to right, var(--primary), #2c5282); color: white; text-align: center; padding: 70px 0; } .promotion h2 { font-size: 2.5rem; margin-bottom: 20px; } .promotion p { max-width: 700px; margin: 0 auto 30px; font-size: 1.2rem; } .promo-highlight { background-color: var(--accent); color: var(--dark); padding: 5px 15px; border-radius: 5px; font-weight: bold; display: inline-block; margin: 0 5px; } .timer { display: flex; justify-content: center; gap: 15px; margin: 30px 0; } .timer-item { background: rgba(255,255,255,0.15); padding: 15px; border-radius: 5px; min-width: 80px; backdrop-filter: blur(5px); } .timer-number { font-size: 2rem; font-weight: bold; margin-bottom: 5px; } /* Contact Section */ .contact-container { display: flex; gap: 50px; } .contact-info { flex: 1; } .contact-methods { margin-top: 30px; } .contact-item { display: flex; align-items: center; margin-bottom: 20px; } .contact-icon { width: 50px; height: 50px; background-color: rgba(26, 54, 93, 0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-right: 15px; color: var(--primary); font-size: 1.2rem; } .contact-form { flex: 1; background: white; padding: 30px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.08); } .form-group { margin-bottom: 20px; } .form-group label { display: block; margin-bottom: 8px; font-weight: 500; } .form-group input, .form-group textarea { width: 100%; padding: 12px; border: 1px solid #ddd; border-radius: 5px; font-size: 1rem; } .form-group textarea { height: 150px; } .submit-btn { background-color: var(--primary); color: white; border: none; padding: 12px 30px; border-radius: 5px; cursor: pointer; font-weight: bold; font-size: 1rem; transition: background-color 0.3s; } .submit-btn:hover { background-color: #152a4d; } /* Footer */ footer { background-color: var(--primary); color: white; padding: 60px 0 30px; } .footer-container { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 40px; } .footer-logo { font-size: 1.8rem; font-weight: bold; margin-bottom: 15px; color: white; } .footer-title { font-size: 1.2rem; margin-bottom: 20px; position: relative; padding-bottom: 10px; } .footer-title:after { content: ''; position: absolute; width: 40px; height: 2px; background-color: var(--accent); bottom: 0; left: 0; } .footer-links { list-style: none; } .footer-links li { margin-bottom: 10px; } .footer-links a { color: #cbd5e0; text-decoration: none; transition: color 0.3s; } .footer-links a:hover { color: white; } .copyright { text-align: center; padding-top: 30px; margin-top: 30px; border-top: 1px solid rgba(255,255,255,0.1); color: #cbd5e0; font-size: 0.9rem; } /* Responsive */ @media (max-width: 768px) { .header-container { flex-direction: column; text-align: center; } nav ul { margin-top: 20px; flex-wrap: wrap; justify-content: center; } nav li { margin: 5px 10px; } .about-content, .contact-container { flex-direction: column; } .stats-container { flex-direction: column; align-items: center; } .stat-item { margin-bottom: 20px; } .hero h2 { font-size: 2.2rem; } }
Qingdao Derun Hair Products Co., Ltd. - Your trusted manufacturer of 100% Remy human hair products since 2000. Verified supplier with Alibaba Trade Assurance Gold certification.
Request a QuoteQingdao Derun Hair Products Co., Ltd. is a professional hair products manufacturer based in Qingdao, China. With factory experience dating back to 2000 and formally established in 2015, we bring over two decades of expertise to the hair industry.
As a verified Alibaba Gold Supplier with Trade Assurance, we specialize in premium quality human hair products including extensions, wigs, lace closures, and more. Our 100% Remy human hair products feature full cuticle alignment for minimal tangling and shedding.
Operating from our 1,000 square meter facility with a dedicated team of 51-100 professionals, we combine traditional craftsmanship with modern techniques to deliver products that meet the highest quality standards.
Our products undergo rigorous testing, including compliance with international standards verified by the Qingdao Product Quality Supervision and Inspection Institute (QTC Report #QTC-415). We ensure formaldehyde levels ≤20mg/kg and pH balance at 7.5 for healthy hair solutions.
Full cuticle aligned, hand-tied wefts for natural look and minimal shedding.
Customizable high-density wigs with pre-plucked hairline and various lace options.
100% unprocessed virgin hair with thick ends, available in multiple textures.
Luscious deep wave pattern with excellent bounce and definition.
Premium grade curly hair with natural-looking lace front.
Straight • Body Wave • Deep Wave • Kinky Curly • Loose Body Wave • Exotic Wave • Kinky Straight • Natural Wave • Water Wave • Big Kinky Curly • Jerry Curl • Flat Deep Wave • Deep Curl • Loose Wave
100% Remy human hair with full cuticle alignment ensures minimal shedding and tangling. All products comply with international quality standards.
Ready to ship within 2 hours. Daily capacity of 10,000+ pieces with worldwide shipping via FEDEX, DHL, UPS, TNT, EMS, and Alibaba Express.
OEM customization available for textures, density (≥150%), colors, and lengths (10-40 inches). Drop shipping service supported.
Alibaba Trade Assurance Gold Supplier with multiple payment options: T/T, L/C, D/P, D/A, PayPal, Credit Card, Western Union.
Third-party verified company credentials, production capabilities, and quality control processes.
Easy return policy backed by our commitment to "Quality first, Customer supreme, Service best".
Alibaba verified protection for buyers
Credibility confirmed by third-party
Formaldehyde ≤20mg/kg | pH 7.5
From February 1st to February 28th, enjoy exclusive offers on our premium hair products!
Have questions about our products or services? Our team is ready to assist you within 12 hours.