'); background-size: cover; 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; opacity: 0.9; } .btn { display: inline-block; background: var(--secondary); color: white; padding: 12px 30px; border-radius: 30px; text-decoration: none; font-weight: 600; transition: all 0.3s; border: none; cursor: pointer; } .btn:hover { background: #ff5252; transform: translateY(-3px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); } /* Sections */ section { padding: 80px 0; } section h2 { text-align: center; margin-bottom: 50px; color: var(--primary); font-size: 2.5rem; position: relative; } section h2::after { content: ''; display: block; width: 80px; height: 4px; background: var(--secondary); margin: 15px auto; border-radius: 2px; } /* About Section */ .about-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .about-card { background: var(--light); border-radius: 10px; padding: 30px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); transition: transform 0.3s; } .about-card:hover { transform: translateY(-10px); } .about-card h3 { color: var(--primary); margin-bottom: 15px; font-size: 1.5rem; } .about-card ul { list-style: none; } .about-card li { margin-bottom: 10px; position: relative; padding-left: 20px; } .about-card li::before { content: '✓'; color: var(--accent); position: absolute; left: 0; } /* Products Section */ .product-tabs { display: flex; justify-content: center; margin-bottom: 30px; flex-wrap: wrap; } .tab-btn { background: white; border: 2px solid var(--primary); color: var(--primary); padding: 10px 20px; margin: 0 5px 10px; border-radius: 30px; cursor: pointer; font-weight: 600; transition: all 0.3s; } .tab-btn.active, .tab-btn:hover { background: var(--primary); color: white; } .tab-content { display: none; } .tab-content.active { display: block; } .products-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 25px; } .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: linear-gradient(45deg, #f1f2f6, #dfe4ea); display: flex; align-items: center; justify-content: center; color: var(--gray); font-weight: bold; } .product-info { padding: 20px; } .product-info h3 { color: var(--dark); margin-bottom: 10px; font-size: 1.2rem; } .product-meta { display: flex; justify-content: space-between; margin-bottom: 15px; font-size: 0.9rem; } .price { color: var(--secondary); font-weight: 700; } .product-features { margin-top: 15px; font-size: 0.9rem; } .product-features li { margin-bottom: 5px; position: relative; padding-left: 20px; } .product-features li::before { content: '•'; color: var(--accent); position: absolute; left: 10px; } /* Advantages Section */ .advantages-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .advantage-card { background: white; border-radius: 10px; padding: 40px 30px; text-align: center; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); border-top: 4px solid var(--accent); } .advantage-card h3 { color: var(--primary); margin: 20px 0 15px; } /* Shipping Section */ .shipping-content { max-width: 800px; margin: 0 auto; } .shipping-table { width: 100%; border-collapse: collapse; margin: 30px 0; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); } .shipping-table th, .shipping-table td { padding: 15px; text-align: left; border-bottom: 1px solid #eee; } .shipping-table th { background: var(--primary); color: white; } .shipping-table tr:nth-child(even) { background: #f8f9fa; } .shipping-logos { display: flex; justify-content: center; flex-wrap: wrap; gap: 20px; margin-top: 30px; } .shipping-logo { background: #f1f2f6; padding: 10px 20px; border-radius: 5px; font-weight: 600; } /* Contact Section */ .contact { background: var(--light); } .contact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 40px; } .contact-info { padding: 20px; } .contact-info h3 { color: var(--primary); margin-bottom: 20px; font-size: 1.5rem; } .contact-info p { margin-bottom: 10px; display: flex; align-items: center; } .contact-form { background: white; border-radius: 10px; padding: 30px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); } .form-group { margin-bottom: 20px; } .form-group label { display: block; margin-bottom: 8px; font-weight: 600; } .form-control { width: 100%; padding: 12px 15px; border: 1px solid #ddd; border-radius: 5px; font-size: 1rem; } /* Footer */ footer { background: var(--dark); color: white; padding: 40px 0 20px; } .footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; margin-bottom: 30px; } .footer-col h3 { margin-bottom: 20px; font-size: 1.2rem; color: var(--accent); } .footer-col ul { list-style: none; } .footer-col ul li { margin-bottom: 10px; } .footer-col a { color: #ddd; text-decoration: none; transition: color 0.3s; } .footer-col a:hover { color: var(--accent); } .copyright { text-align: center; padding-top: 20px; border-top: 1px solid #444; font-size: 0.9rem; color: #aaa; } /* Responsive */ @media (max-width: 768px) { .nav-links { display: none; } .hero h2 { font-size: 2.2rem; } section { padding: 60px 0; } section h2 { font-size: 2rem; } }
Your trusted partner for 100% Remy human hair wigs since 2016. Offering factory-direct wholesale prices, global shipping, and exceptional quality.
Explore Our ProductsTo provide premium quality human hair wigs and fragrances that enhance beauty and confidence worldwide, while maintaining ethical practices and exceptional customer service.
All our wigs are made from 100% Remy human hair - no shedding, no tangling, with healthy ends and true-to-weight density.
Our wigs are dyeable, bleachable, and can be permed or straightened to achieve your desired style.
Glueless designs with pre-plucked hairlines and HD lace provide undetectable, breathable wear that mimics a natural scalp.
Superior smoothness with no frizz or split ends. Styles hold their shape for long-lasting wear.
Factory direct pricing with 30-day no reason returns and free custom logo options.
We support wholesale, drop shipping, and custom wig orders to meet diverse business needs.
Destination | Shipping Time |
---|---|
Asia | 2-3 Days |
North America | 2-3 Days |
South America | 2-3 Days |
Western Europe | 3-4 Days |
Eastern Europe | 3-4 Days |
Australia | 3-4 Days |
Africa | 4-6 Days |
Ready to place an order or have questions about our products?
Company: Yiwu Sangze Electronic Commerce Co., Ltd.
Location: Zhejiang, China
Established: 2016
Business Type: Trading Company
Specialties: Human Hair Wigs, Perfume