'); color: white; text-align: center; padding: 80px 20px; margin-bottom: 60px; } .hero-content { max-width: 800px; margin: 0 auto; } .hero h2 { font-size: 2.8rem; margin-bottom: 20px; line-height: 1.2; } .hero p { font-size: 1.2rem; margin-bottom: 30px; max-width: 700px; margin-left: auto; margin-right: auto; } .cta-buttons { display: flex; justify-content: center; gap: 20px; margin-top: 30px; } .btn { display: inline-block; padding: 12px 30px; border-radius: 50px; text-decoration: none; font-weight: 600; transition: all 0.3s; font-size: 1rem; border: none; cursor: pointer; } .btn-primary { background-color: var(--secondary); color: white; } .btn-primary:hover { background-color: #ff5252; transform: translateY(-3px); box-shadow: 0 5px 15px rgba(255, 107, 107, 0.4); } .btn-outline { background-color: transparent; border: 2px solid white; color: white; } .btn-outline:hover { background-color: rgba(255, 255, 255, 0.1); transform: translateY(-3px); } /* Section Styles */ section { padding: 70px 0; } .section-title { text-align: center; margin-bottom: 50px; } .section-title h2 { font-size: 2.2rem; color: var(--primary); margin-bottom: 15px; position: relative; display: inline-block; } .section-title h2::after { content: ''; position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%); width: 80px; height: 3px; background-color: var(--accent); } .section-title p { color: var(--gray); max-width: 700px; margin: 20px auto 0; } /* About Section */ .about-content { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; } .company-info { background-color: var(--light); border-radius: 15px; padding: 30px; box-shadow: 0 5px 20px rgba(0,0,0,0.05); } .info-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 25px; } .info-item { padding: 15px; border-left: 3px solid var(--accent); background-color: white; border-radius: 0 8px 8px 0; } .info-item h3 { font-size: 1.1rem; margin-bottom: 8px; color: var(--primary); } /* Advantages Section */ .advantages { background-color: #f9f7ff; } .advantages-container { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; } .advantage-card { background-color: white; border-radius: 10px; padding: 30px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); transition: transform 0.3s, box-shadow 0.3s; text-align: center; } .advantage-card:hover { transform: translateY(-10px); box-shadow: 0 15px 30px rgba(106, 13, 173, 0.1); } .advantage-icon { width: 70px; height: 70px; background-color: rgba(106, 13, 173, 0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; color: var(--primary); font-size: 1.8rem; } .advantage-card h3 { font-size: 1.3rem; margin-bottom: 15px; color: var(--primary); } /* Products Section */ .product-categories { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-bottom: 60px; } .category-card { border-radius: 15px; overflow: hidden; box-shadow: 0 5px 15px rgba(0,0,0,0.1); transition: transform 0.3s; position: relative; background: linear-gradient(to bottom, #ffffff 0%, #f8f9fa 100%); } .category-card:hover { transform: translateY(-10px); } .category-content { padding: 30px; text-align: center; } .category-content h3 { font-size: 1.5rem; margin-bottom: 15px; color: var(--primary); } .custom-service { display: inline-block; background-color: var(--accent); color: white; padding: 5px 15px; border-radius: 20px; font-size: 0.9rem; font-weight: 600; margin: 15px 0; } /* Products Table */ .products-table { width: 100%; border-collapse: collapse; margin-top: 30px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); background-color: white; border-radius: 10px; overflow: hidden; } .products-table th { background-color: var(--primary); color: white; text-align: left; padding: 15px; } .products-table td { padding: 15px; border-bottom: 1px solid #eee; } .products-table tr:last-child td { border-bottom: none; } .products-table tr:nth-child(even) { background-color: #f9f9f9; } .product-highlight { color: var(--secondary); font-weight: 600; } .shop-btn { display: inline-block; padding: 8px 15px; background-color: var(--secondary); color: white; border-radius: 4px; text-decoration: none; font-size: 0.9rem; transition: background-color 0.3s; } .shop-btn:hover { background-color: #ff5252; } /* Service Section */ .service-summary { background: linear-gradient(135deg, #6a0dad 0%, #4ecdc4 100%); color: white; padding: 60px 0; border-radius: 15px; margin: 70px 0; } .service-content { max-width: 800px; margin: 0 auto; text-align: center; } .service-content h2 { font-size: 2.2rem; margin-bottom: 25px; } .service-highlights { display: flex; justify-content: center; flex-wrap: wrap; gap: 20px; margin: 40px 0; } .highlight-item { background-color: rgba(255, 255, 255, 0.15); padding: 15px 25px; border-radius: 50px; font-weight: 600; backdrop-filter: blur(5px); } /* CTA Section */ .cta-section { text-align: center; padding: 80px 0; background-color: #f9f7ff; } .cta-section h2 { font-size: 2.5rem; color: var(--primary); margin-bottom: 20px; } .cta-section p { max-width: 700px; margin: 0 auto 40px; font-size: 1.1rem; color: var(--gray); } /* Footer */ footer { background-color: var(--dark); color: white; padding: 60px 0 30px; } .footer-container { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 40px; margin-bottom: 40px; } .footer-column h3 { font-size: 1.3rem; margin-bottom: 25px; color: var(--accent); position: relative; padding-bottom: 10px; } .footer-column h3::after { content: ''; position: absolute; bottom: 0; left: 0; width: 50px; height: 2px; background-color: var(--accent); } .footer-column p, .footer-column a { color: #aaa; margin-bottom: 15px; display: block; text-decoration: none; transition: color 0.3s; } .footer-column a:hover { color: white; } .contact-info { display: flex; align-items: flex-start; margin-bottom: 10px; } .contact-icon { margin-right: 15px; color: var(--accent); } .copyright { text-align: center; padding-top: 30px; border-top: 1px solid #333; color: #777; font-size: 0.9rem; } /* Responsive */ @media (max-width: 992px) { .about-content { grid-template-columns: 1fr; } .hero h2 { font-size: 2.3rem; } } @media (max-width: 768px) { nav ul { display: none; } .header-container { flex-direction: column; } .logo { margin-bottom: 15px; } .hero h2 { font-size: 2rem; } .cta-buttons { flex-direction: column; gap: 15px; } .btn { width: 100%; max-width: 300px; } .info-grid { grid-template-columns: 1fr; } }
Yiwu Yimeng Trading Co., Ltd. specializes in high-quality, fashion-forward hair accessories including hair claws, hairpins, and tiaras. With our own factory and OEM/ODM capabilities, we offer custom designs with MOQs as low as 5 pieces.
Your trusted partner for quality hair accessories with over 1 year of manufacturing excellence
Yiwu Yimeng Trading Co., Ltd. combines trading expertise with professional manufacturing capabilities to deliver exceptional hair accessories to clients worldwide. Based in Zhejiang, China, we've built our reputation on quality craftsmanship, innovative designs, and unmatched customer service.
Our specialized focus on hair accessories allows us to maintain the highest standards while offering competitive pricing and flexible order quantities.
Yiwu Yimeng Trading Co., Ltd.
Trading Company + Professional Manufacturer
Zhejiang, China
1 Year
≤ 2 Hours
100%
Why global buyers choose us as their hair accessories partner
Comprehensive OEM/ODM services for hair claws, hairpins, and tiaras. Bring your unique designs to life with our technical expertise.
Full control over production quality and timelines with our dedicated factory and experienced technical team.
MOQ as low as 5 pieces/set for most products, making it accessible for startups and small businesses.
Materials include acrylic, plastic with finishes like matte, glossy, gradient, and hollow designs.
Quick order placement and payment systems to accelerate your procurement cycle.
Fast and dependable logistics solutions to ensure timely delivery worldwide.
100% response rate with all inquiries addressed within 2 hours.
Trendsetting styles for diverse occasions from daily wear to special events and holidays.
Discover our fashionable hair accessories collections
Our signature collection features innovative designs in various sizes, materials and styles to elevate any hairstyle.
Functional and decorative pins including duckbill, non-slip, and decorative designs for every hair type.
Elegant and statement-making headpieces perfect for special occasions, weddings, and celebrations.
Product Name | Price Range | MOQ | Key Features | Action |
---|---|---|---|---|
Halloween Bat Shaped Hair Claw Clips | $0.33-0.65 | 5 pieces | Glitter, Halloween/Festival, Shark Clip | Shop Now |
8cm Jelly Color Hair Clip With Teeth | $0.20-0.29 | 5 pieces | Duckbill Clip, Non Slip, High Ponytail | Shop Now |
4cm Matte Square Hair Claw Clip | $0.06-0.10 | 10 pieces | Frosted, Hollow Rectangle, Solid Color | Shop Now |
Solid Color Square Small Hair Clip Claw | $0.11-0.16 | 10 pieces | Matte, Plastic Frosted, Shark Clip | Shop Now |
Acrylic Star Shiny Square Hair Claws | $0.91-1.24 | 5 pieces | Star Element, Gradient Color, Sweet Style | Shop Now |
13cm Transparent Large Shark Clip Hair Claw | $0.22-0.31 | 5 pieces | Custom Logo, Jelly Color, Wholesale | Shop Now |
3pcs Small Matte Coffee Color Hair Claw Clips | $0.22-0.31 | 5 sets | Set of 3, Frosted Flowers, High Ponytail | Shop Now |
8cm Acrylic Floral Hair Claw | $0.50-0.67 | 5 pieces | Daisy Pattern, Pattern Design, for Women | Shop Now |
Our unique combination of low MOQs, premium quality, rapid response times, and customization capabilities makes us the ideal partner for small retailers, e-commerce sellers, and specialized buyers.
Join hundreds of satisfied retailers and e-commerce businesses who have partnered with us for quality hair accessories at competitive prices with flexible order quantities.