'); background-size: cover; background-position: center; color: white; text-align: center; padding: 100px 20px; } .hero h2 { font-size: 3rem; margin-bottom: 20px; text-shadow: 0 2px 4px rgba(0,0,0,0.5); } .hero p { font-size: 1.2rem; max-width: 700px; margin: 0 auto 30px; } .btn { display: inline-block; background-color: var(--secondary); color: white; padding: 12px 30px; border-radius: 30px; text-decoration: none; font-weight: 600; transition: all 0.3s ease; border: none; cursor: pointer; font-size: 1rem; } .btn:hover { background-color: #ff5252; transform: translateY(-3px); box-shadow: 0 4px 8px rgba(0,0,0,0.2); } .btn-outline { background: transparent; border: 2px solid white; margin-left: 15px; } .btn-outline:hover { background: white; color: var(--primary); } /* Section Styles */ section { padding: 80px 0; } .section-title { text-align: center; margin-bottom: 50px; 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: var(--secondary); } .section-subtitle { text-align: center; max-width: 800px; margin: 0 auto 40px; font-size: 1.1rem; color: #666; } /* About Section */ .about-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .about-card { background: white; border-radius: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); padding: 30px; transition: all 0.3s ease; border-top: 4px solid var(--primary); } .about-card:hover { transform: translateY(-10px); box-shadow: 0 15px 30px rgba(0,0,0,0.1); } .about-card h3 { font-size: 1.5rem; margin-bottom: 15px; color: var(--primary); } .info-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; margin-top: 15px; } .info-item { display: flex; align-items: flex-start; } .info-item i { color: var(--primary); margin-right: 10px; font-size: 1.2rem; min-width: 20px; } /* Products Section */ .category-tabs { display: flex; justify-content: center; flex-wrap: wrap; margin-bottom: 30px; } .tab-btn { padding: 10px 20px; background: white; border: 1px solid var(--border); margin: 5px; cursor: pointer; border-radius: 30px; transition: all 0.3s ease; font-weight: 500; } .tab-btn.active, .tab-btn:hover { background: var(--primary); color: white; border-color: var(--primary); } .products-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.05); transition: all 0.3s ease; position: relative; } .product-card:hover { transform: translateY(-10px); box-shadow: 0 15px 30px rgba(0,0,0,0.1); } .product-badge { position: absolute; top: 15px; right: 15px; background: var(--secondary); color: white; padding: 5px 15px; border-radius: 30px; font-size: 0.8rem; font-weight: 600; z-index: 2; } .product-image { height: 220px; background: linear-gradient(45deg, #f3e5f5, #e1bee7); display: flex; align-items: center; justify-content: center; position: relative; } .product-image::after { content: 'Product Image'; position: absolute; color: #777; font-style: italic; } .product-info { padding: 20px; } .product-info h3 { font-size: 1.2rem; margin-bottom: 10px; color: var(--dark); } .product-price { font-weight: 700; color: var(--primary); font-size: 1.3rem; margin: 5px 0; } .product-meta { display: flex; justify-content: space-between; margin-top: 15px; padding-top: 15px; border-top: 1px solid var(--border); font-size: 0.9rem; color: #777; } /* Advantages Section */ .advantages { background: linear-gradient(to bottom, #f9f7ff, #ffffff); } .advantages-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .advantage-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 ease; } .advantage-card:hover { transform: scale(1.03); box-shadow: 0 10px 25px rgba(0,0,0,0.1); } .advantage-icon { width: 70px; height: 70px; background: linear-gradient(135deg, var(--primary), #6a11cb); border-radius: 50%; margin: 0 auto 20px; display: flex; align-items: center; justify-content: center; color: white; font-size: 1.8rem; } .advantage-card h3 { font-size: 1.4rem; margin-bottom: 15px; color: var(--primary); } /* Promotion Section */ .promotion { background: linear-gradient(135deg, #ff9a9e 0%, #fad0c4 100%); color: white; text-align: center; padding: 60px 20px; } .countdown { display: flex; justify-content: center; margin: 30px 0; } .countdown-item { margin: 0 10px; background: rgba(255, 255, 255, 0.2); padding: 15px; border-radius: 10px; min-width: 80px; } .countdown-number { font-size: 2rem; font-weight: 700; } .countdown-label { font-size: 0.9rem; text-transform: uppercase; } .coupon-card { background: white; max-width: 500px; margin: 30px auto; padding: 30px; border-radius: 10px; box-shadow: 0 10px 30px rgba(0,0,0,0.2); color: var(--dark); } .coupon-card h3 { color: var(--secondary); margin-bottom: 15px; font-size: 1.8rem; } .coupon-code { background: #fff8e1; padding: 10px; border-radius: 5px; font-weight: 700; font-size: 1.2rem; margin: 15px 0; color: var(--secondary); display: inline-block; } /* Languages Section */ .languages-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 15px; max-width: 800px; margin: 0 auto; } .language-item { background: white; padding: 15px; text-align: center; border-radius: 8px; box-shadow: 0 3px 10px rgba(0,0,0,0.05); transition: all 0.3s ease; } .language-item:hover { transform: translateY(-5px); box-shadow: 0 5px 15px rgba(0,0,0,0.1); background: linear-gradient(135deg, var(--primary), #6a11cb); color: white; } /* Contact Section */ .contact { background: linear-gradient(to bottom, #ffffff, #f9f7ff); } .contact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .contact-info { background: white; padding: 30px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); } .contact-info h3 { color: var(--primary); margin-bottom: 20px; } .info-list { list-style: none; } .info-list li { margin-bottom: 15px; display: flex; align-items: flex-start; } .info-list i { color: var(--primary); margin-right: 10px; min-width: 20px; } /* Footer */ footer { background: var(--dark); color: white; padding: 50px 0 20px; } .footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; margin-bottom: 30px; } .footer-section h3 { font-size: 1.3rem; margin-bottom: 20px; position: relative; padding-bottom: 10px; } .footer-section h3::after { content: ''; position: absolute; bottom: 0; left: 0; width: 50px; height: 2px; background: var(--secondary); } .footer-links { list-style: none; } .footer-links li { margin-bottom: 10px; } .footer-links a { color: #bbb; text-decoration: none; transition: all 0.3s ease; } .footer-links a:hover { color: white; padding-left: 5px; } .copyright { text-align: center; padding-top: 20px; border-top: 1px solid #444; color: #bbb; font-size: 0.9rem; } /* Responsive */ @media (max-width: 768px) { .header-container { flex-direction: column; } nav ul { margin-top: 15px; } .hero h2 { font-size: 2.2rem; } .section-title h2 { font-size: 2rem; } }
Manufacturer of high-quality silk scrunchies, hair claw clips, headbands and fashion accessories. Combining style, comfort and durability.
Xiamen Fancy Accessory Co., Ltd. is a comprehensive enterprise specializing in hair accessories and fashion ornaments, committed to providing high-quality products with the latest trends.
Founded in 2019 and located in Xiamen, Fujian, China, we've been serving global customers for 4 years with premium hair accessories.
Manufacturer + Trading Company + Distributor
11-50 Employees
US$5-10 Million
North America, Eastern/Western Europe, China
We prioritize customer satisfaction by offering high-value, high-quality and high-fashion products with professional design and marketing support.
≤1 Hour (100% Response Rate)
Onsite Check Verified
T/T, L/C, PayPal, Western Union, Escrow
<1000 m²
Discover our extensive collection of premium hair accessories and fashion ornaments, carefully crafted for style, comfort, and durability.
Satin material, no crease, multiple colors
100% mulberry silk, handmade tie-dye
Satin + fleece, oversized for thick hair
100% pure silk, good elasticity
We stand out in the hair accessories market through our unwavering commitment to quality, service, and customer satisfaction.
We guarantee a response time of ≤1 hour with 100% response rate, ensuring efficient communication.
Strict material selection (100% mulberry silk, high-tenacity acetate) and multiple quality inspections.
Support custom logos, colors, and patterns with sample delivery service.
Products designed for longevity - scrunchies maintain elasticity, clips resist breakage.
Coordination for returns, replacements or replenishment in case of quality issues.
Partnership with international logistics providers for quick shipping of in-stock items.
Take advantage of our exclusive promotions valid until October 31, 2025
Save $10 on orders over $399 (excluding shipping)
Valid: Sep 3, 2025 - Oct 31, 2025
Save $5 on orders over $150 (excluding shipping)
Valid: Sep 3, 2025 - Oct 31, 2025
We communicate with customers globally in 10 languages for seamless business interactions.
Xiamen, Fujian, China
fancylook.en.alibaba.com
Monday-Friday: 8:30 AM - 5:30 PM (GMT+8)
Flexible from 5-10 pieces (varies by product)
Logo, color and pattern customization available
7-15 days for custom/special material items
Samples available with shipping cost