.xavoro-about-section {
padding: 90px 20px;
background: #ffffff;
}
.xavoro-about-inner {
max-width: 1200px;
margin: 0 auto;
display: flex;
gap: 50px;
align-items: center;
}
.xavoro-about-images {
flex: 1;
position: relative;
}
.xavoro-about-main-img {
width: 100%;
border-radius: 16px;
box-shadow: 0 16px 40px rgba(0,0,0,0.1);
display: block;
}
.xavoro-about-img-row {
display: flex;
gap: 12px;
margin-top: 12px;
}
.xavoro-about-img-row {
gap: 12px;
}
.xavoro-about-img-row img {
width: 0;
flex: 1 1 0;
min-width: 0;
border-radius: 12px;
box-shadow: 0 8px 20px rgba(0,0,0,0.08);
display: block;
}
.xavoro-about-content {
flex: 1;
}
.xavoro-about-content h2 {
font-size: 32px;
font-weight: 700;
color: #003366;
margin: 0 0 8px;
padding: 0;
}
.xavoro-about-content .xavoro-about-subtitle {
font-size: 14px;
color: #c9a227;
font-weight: 600;
letter-spacing: 2px;
text-transform: uppercase;
margin-bottom: 16px;
}
.xavoro-about-content p {
font-size: 15px;
line-height: 1.8;
color: #555;
margin: 0 0 18px;
}
.xavoro-about-features {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 12px;
margin: 24px 0;
}
.xavoro-about-feature {
display: flex;
align-items: center;
gap: 10px;
font-size: 14px;
color: #444;
font-weight: 500;
}
.xavoro-about-feature i {
color: #c9a227;
font-size: 16px;
width: 20px;
}
.xavoro-about-cta {
display: inline-block;
margin-top: 8px;
padding: 14px 32px;
background: linear-gradient(135deg, #c9a227, #e8d48b);
color: #001a33;
font-weight: 700;
font-size: 15px;
border-radius: 8px;
text-decoration: none;
transition: all 0.3s;
}
.xavoro-about-cta:hover {
transform: translateY(-2px);
box-shadow: 0 8px 24px rgba(201,162,39,0.3);
}
@media (max-width: 992px) {
.xavoro-about-inner { flex-direction: column; gap: 30px; }
.xavoro-about-content h2 { font-size: 26px; }
.xavoro-about-features { grid-template-columns: 1fr; }
}
@media (max-width: 576px) {
.xavoro-about-section { padding: 50px 15px; }
.xavoro-about-img-row { flex-direction: column; }
.xavoro-about-img-row { flex-direction: column; }
.xavoro-about-img-row img { width: 100%; }
}
Who We Are
Your Trusted China Sourcing Partner
Based in China, XAVORO connects global buyers directly with verified manufacturers across 19 product categories. With 11,000+ SKUs and partnerships spanning electronics, jewelry, pet supplies, automotive parts, and more — we make wholesale sourcing simple, transparent, and scalable.
Every order is backed by rigorous QC, flexible MOQs starting from 1 unit, and dedicated logistics support. Whether you need FOB, CIF, DDP, or EXW, we tailor the trade terms to fit your business.
Factory-direct pricing
Dedicated account manager
QC inspection on every batch
Flexible shipping worldwide
Learn More About Us
.xavoro-features-section {
padding: 0;
margin: 0;
background: #f8f9fa;
}
.xavoro-features-inner {
max-width: 1200px;
margin: 0 auto;
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 20px;
padding: 0 20px;
}
.xavoro-feature-card {
background: #ffffff;
border-radius: 16px;
padding: 35px 20px 30px;
text-align: center;
box-shadow: 0 4px 20px rgba(0,0,0,0.06);
border: 1px solid #edf2f7;
transition: all 0.3s ease;
position: relative;
overflow: hidden;
}
.xavoro-feature-card::before {
content: “”;
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg, #003366, #0066b3);
opacity: 0;
transition: opacity 0.3s ease;
}
.xavoro-feature-card:hover {
transform: translateY(-6px);
box-shadow: 0 12px 35px rgba(0,51,102,0.12);
border-color: #c9a227;
}
.xavoro-feature-card:hover::before {
opacity: 1;
}
.xavoro-feature-icon {
width: 64px;
height: 64px;
margin: 0 auto 18px;
background: linear-gradient(135deg, #eef4ff, #dfe9f5);
border-radius: 16px;
display: flex;
align-items: center;
justify-content: center;
border: 1px solid rgba(0,51,102,0.06);
transition: all 0.3s ease;
}
.xavoro-feature-card:hover .xavoro-feature-icon {
background: linear-gradient(135deg, #003366, #004d99);
transform: scale(1.05);
}
.xavoro-feature-card:hover .xavoro-feature-icon i {
color: #ffffff;
}
.xavoro-feature-icon i {
font-size: 26px;
color: #003366;
transition: color 0.3s ease;
}
.xavoro-feature-card h3 {
font-size: 18px;
font-weight: 700;
color: #001a33;
margin: 0 0 8px;
padding: 0;
}
.xavoro-feature-card p {
font-size: 14px;
color: #777;
line-height: 1.5;
margin: 0;
}
.xavoro-feature-badge {
display: inline-block;
margin-top: 10px;
padding: 3px 10px;
background: #eef4ff;
color: #003366;
font-size: 11px;
font-weight: 600;
border-radius: 20px;
letter-spacing: 0.5px;
}
@media (max-width: 992px) {
.xavoro-features-inner { grid-template-columns: repeat(2, 1fr); gap: 15px; }
}
@media (max-width: 576px) {
.xavoro-features-inner { grid-template-columns: 1fr; gap: 12px; padding: 0 15px; }
.xavoro-feature-card { padding: 25px 15px 20px; }
}
Global Shipping
Reliable international logistics to 50+ countries worldwide
FOB / CIF / DDP
Flexible Trade Terms
FOB, CIF, DDP, EXW — we tailor terms to fit your business
All Terms
Low MOQ
Start with just 1 unit for samples, scale up to container loads
MOQ: 1 Unit
WhatsApp Inquiry
Get a quote within 2 hours — direct line to your account manager
Response < 2hrs
.xavoro-quality-section {
padding: 80px 20px;
background: #f2f6fc;
position: relative;
}
.xavoro-quality-inner {
max-width: 1100px;
margin: 0 auto;
}
.xavoro-quality-header {
text-align: center;
margin-bottom: 45px;
}
.xavoro-quality-header h2 {
font-size: 30px;
font-weight: 700;
color: #003366;
margin: 0 0 8px;
padding: 0;
}
.xavoro-quality-header p {
font-size: 14px;
color: #888;
margin: 0;
letter-spacing: 1px;
text-transform: uppercase;
font-weight: 500;
}
.xavoro-quality-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
}
.xavoro-quality-card {
background: #fff;
border-radius: 14px;
padding: 30px 24px;
border: 1px solid #e8edf5;
transition: all 0.3s ease;
}
.xavoro-quality-card:hover {
transform: translateY(-3px);
box-shadow: 0 8px 25px rgba(0,51,102,0.08);
border-color: #c9a227;
}
.xavoro-quality-icon {
width: 48px;
height: 48px;
background: linear-gradient(135deg, #eef4ff, #dfe9f5);
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 16px;
}
.xavoro-quality-icon i {
font-size: 22px;
color: #003366;
}
.xavoro-quality-card h3 {
font-size: 16px;
font-weight: 700;
color: #001a33;
margin: 0 0 8px;
padding: 0;
}
.xavoro-quality-card p {
font-size: 13px;
color: #666;
line-height: 1.7;
margin: 0;
}
@media (max-width: 768px) {
.xavoro-quality-grid { grid-template-columns: 1fr; gap: 15px; }
.xavoro-quality-section { padding: 50px 15px; }
}
Pre-Shipment Inspection
Every batch undergoes QC inspection before shipping. We check product appearance, functionality, packaging, and quantity against your order specifications.
Factory Audits
We personally audit and verify every factory partner. Only manufacturers meeting our quality, capacity, and compliance standards make it onto our sourcing network.
Product Compliance
Products meet CE, RoHS, FCC, and other international standards where applicable. We provide compliance documentation to support customs clearance worldwide.
Sample Testing
Order samples before bulk production. We coordinate sample delivery and collect your feedback to ensure the final product matches your expectations exactly.
Brand Protection
We respect intellectual property and brand confidentiality. OEM/ODM orders include NDA agreements and discreet packaging options for your brand protection.
After-Sales Support
Issues after delivery? We work with you and the factory to resolve quality disputes. Our dedicated support team ensures fair resolution on every order.
.xavoro-categories-section {
padding: 30px 0 0;
background: #ffffff;
}
.xavoro-categories-inner {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
.xavoro-categories-header {
text-align: center;
margin-bottom: 40px;
}
.xavoro-categories-header h2 {
font-size: 32px;
font-weight: 700;
color: #003366;
margin: 0 0 10px;
padding: 0;
letter-spacing: -0.3px;
}
.xavoro-categories-header p {
font-size: 15px;
color: #888;
margin: 0;
}
.xavoro-categories-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 16px;
}
.xavoro-cat-card {
background: #f8fafc;
border: 1px solid #e8eef5;
border-radius: 14px;
padding: 28px 16px 22px;
text-align: center;
transition: all 0.3s ease;
text-decoration: none;
display: block;
cursor: pointer;
}
.xavoro-cat-card:hover {
transform: translateY(-4px);
box-shadow: 0 10px 30px rgba(0,51,102,0.12);
border-color: #c9a227;
background: #ffffff;
}
.xavoro-cat-icon {
width: 56px;
height: 56px;
margin: 0 auto 14px;
background: linear-gradient(135deg, #f0f5ff, #e6f0ff);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
border: 1px solid rgba(0,51,102,0.08);
}
.xavoro-cat-icon i {
font-size: 24px;
color: #003366;
}
.xavoro-cat-card h3 {
font-size: 16px;
font-weight: 700;
color: #003366;
margin: 0 0 6px;
padding: 0;
}
.xavoro-cat-count {
font-size: 12px;
color: #999;
font-weight: 500;
}
@media (max-width: 992px) {
.xavoro-categories-grid { grid-template-columns: repeat(3, 1fr); gap: 12px; }
}
@media (max-width: 576px) {
.xavoro-categories-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
.xavoro-categories-header h2 { font-size: 24px; }
.xavoro-cat-card { padding: 20px 12px 16px; }
}
nn.xavoro-stats-section {n background: linear-gradient(135deg, #001a33 0%, #003366 50%, #004d99 100%);n padding: 70px 20px;n position: relative;n overflow: hidden;n}n.xavoro-stats-section::before {n content: “”;n position: absolute;n top: 0; left: 0; right: 0; bottom: 0;n background: radial-gradient(circle at 20% 50%, rgba(255,255,255,0.05) 0%, transparent 50%),n radial-gradient(circle at 80% 50%, rgba(255,255,255,0.03) 0%, transparent 50%);n pointer-events: none;n}n.xavoro-stats-grid {n display: grid;n grid-template-columns: repeat(5, 1fr);n gap: 20px;n max-width: 1200px;n margin: 0 auto;n position: relative;n z-index: 1;n}n.xavoro-stat-card {n background: rgba(255,255,255,0.08);n backdrop-filter: blur(12px);n border: 1px solid rgba(255,255,255,0.12);n border-radius: 16px;n padding: 32px 16px;n text-align: center;n transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);n}n.xavoro-stat-card:hover {n transform: translateY(-6px);n background: rgba(255,255,255,0.14);n border-color: rgba(255,255,255,0.25);n box-shadow: 0 16px 40px rgba(0,0,0,0.25);n}n.xavoro-stat-number {n font-size: 40px;n font-weight: 800;n color: #fff;n line-height: 1.1;n margin-bottom: 8px;n letter-spacing: -0.5px;n}n.xavoro-stat-label {n font-size: 13px;n color: rgba(255,255,255,0.75);n font-weight: 500;n letter-spacing: 0.8px;n text-transform: uppercase;n}n@media (max-width: 992px) {n .xavoro-stats-grid { grid-template-columns: repeat(3, 1fr); }n .xavoro-stat-number { font-size: 34px; }n}n@media (max-width: 576px) {n .xavoro-stats-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }n .xavoro-stats-section { padding: 50px 15px; }n .xavoro-stat-card { padding: 24px 12px; }n .xavoro-stat-number { font-size: 28px; }n .xavoro-stat-label { font-size: 11px; }n}nn
n
n
n
480+
n
Clients Worldwide
n
n
n
n
n
11,000+
n
Products Available
n
n
n
<2hrs
n
WhatsApp Response
n
n
n
n
nn.xavoro-testimonials-section {n padding: 80px 20px 50px;n background: #f2f6fc;n position: relative;n}n.xavoro-testimonials-inner {n max-width: 1200px;n margin: 0 auto;n}n.xavoro-testimonials-header {n text-align: center;n margin-bottom: 48px;n}n.xavoro-testimonials-header h2 {n font-size: 32px;n font-weight: 700;n color: #003366;n margin: 0 0 10px;n padding: 0;n}n.xavoro-testimonials-header p {n font-size: 15px;n color: #888;n margin: 0;n padding: 0;n}n.xavoro-testimonials-grid {n display: grid;n grid-template-columns: repeat(2, 1fr);n gap: 24px;n}n.xavoro-testimonial-card {n background: #ffffff;n border: 1px solid #e8eef5;n border-radius: 16px;n padding: 32px;n box-shadow: 0 4px 20px rgba(0,51,102,0.06);n transition: all 0.3s ease;n position: relative;n}n.xavoro-testimonial-card:hover {n transform: translateY(-4px);n box-shadow: 0 12px 32px rgba(0,51,102,0.12);n border-color: #d0dce8;n}n.xavoro-testimonial-quote {n font-size: 48px;n line-height: 1;n color: #c9a227;n font-family: Georgia, serif;n margin-bottom: 4px;n}n.xavoro-testimonial-stars {n color: #c9a227;n font-size: 14px;n letter-spacing: 3px;n margin-bottom: 12px;n}n.xavoro-testimonial-text {n font-size: 15px;n line-height: 1.7;n color: #444;n font-style: italic;n margin-bottom: 16px;n}n.xavoro-testimonial-divider {n width: 40px;n height: 2px;n background: linear-gradient(90deg, #c9a227, #e8d48b);n border-radius: 1px;n margin-bottom: 14px;n}n.xavoro-testimonial-author-row {n display: flex;n align-items: center;n gap: 12px;n}n.xavoro-testimonial-avatar {n width: 44px;n height: 44px;n border-radius: 50%;n background: linear-gradient(135deg, #003366, #0077be);n display: flex;n align-items: center;n justify-content: center;n color: #fff;n font-size: 18px;n font-weight: 700;n flex-shrink: 0;n}n.xavoro-testimonial-author-info {n flex: 1;n}n.xavoro-testimonial-name {n font-size: 17px;n font-weight: 700;n color: #003366;n margin-bottom: 1px;n}n.xavoro-testimonial-role {n font-size: 13px;n color: #0077be;n font-weight: 500;n}n@media (max-width: 768px) {n .xavoro-testimonials-grid { grid-template-columns: 1fr; }n .xavoro-testimonials-section { padding: 50px 15px 40px; }n .xavoro-testimonials-header h2 { font-size: 26px; }n .xavoro-testimonial-card { padding: 24px; }n}nnnnnn
n
n n
n
n
❞
n
★★★★★
n
“Xavoro has been our exclusive sourcing partner for over three years. Their QC standards and factory transparency give us full confidence in every shipment. Whether it’s electronics or home goods, the quality is always consistent.”
n
n
n
S
n
n
Sarah Chen
n
Senior Buyer, US Electronics Retail Chain
n
n
n
n
n
❞
n
★★★★★
n
“We started with a small trial order and now run full container loads every month. Xavoro’s sourcing network helped us reduce product costs significantly while maintaining the flexibility to test new products with low MOQs.”
n
n
n
J
n
n
James Mitchell
n
Founder, Brazil Multi-Category Retail Business
n
n
n
n
n
❞
n
★★★★★
n
“The product range Xavoro offers is impressive. From consumer electronics to beauty and home essentials, we source across categories through a single trusted partner. Their product sourcing saves us enormous time and effort.”
n
n
n
P
n
n
Priya Sharma
n
Operations Director, Germany Omnichannel Retail Group
n
n
n
n
n
❞
n
★★★★★
n
“Reliable lead times and excellent communication. Xavoro’s team understands the urgency of international logistics and consistently delivers on schedule. Their supply chain support has been instrumental to our growth.”
n
n
n
C
n
n
Carlos Mendez
n
Supply Chain Director, South Africa International Trading Co.
n
n
n
n
n
n
n
.xavoro-cta-section {
background: linear-gradient(135deg, #001a33 0%, #003366 50%, #004d99 100%);
padding: 80px 20px;
position: relative;
overflow: hidden;
text-align: center;
}
.xavoro-cta-section::before {
content: “”;
position: absolute;
top: 0; left: 0; right: 0; bottom: 0;
background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.06) 0%, transparent 50%),
radial-gradient(circle at 70% 70%, rgba(201,162,39,0.04) 0%, transparent 50%);
pointer-events: none;
}
.xavoro-cta-inner {
max-width: 700px;
margin: 0 auto;
position: relative;
z-index: 1;
}
.xavoro-cta-section h2 {
font-size: 36px;
font-weight: 700;
color: #ffffff;
margin: 0 0 12px;
padding: 0;
}
.xavoro-cta-section p {
font-size: 16px;
color: rgba(255,255,255,0.75);
line-height: 1.7;
margin: 0 0 32px;
}
.xavoro-cta-button {
display: inline-flex;
align-items: center;
gap: 12px;
padding: 18px 42px;
background: linear-gradient(135deg, #25D366, #128C7E);
color: #fff;
font-size: 18px;
font-weight: 700;
border-radius: 50px;
text-decoration: none;
transition: all 0.3s ease;
box-shadow: 0 8px 30px rgba(37,211,102,0.3);
}
.xavoro-cta-button:hover {
transform: translateY(-3px);
box-shadow: 0 12px 40px rgba(37,211,102,0.45);
}
.xavoro-cta-button i {
font-size: 24px;
}
.xavoro-cta-email {
margin-top: 20px;
font-size: 14px;
color: rgba(255,255,255,0.5);
}
.xavoro-cta-email a {
color: rgba(255,255,255,0.7);
text-decoration: underline;
}
@media (max-width: 576px) {
.xavoro-cta-section { padding: 60px 15px; }
.xavoro-cta-section h2 { font-size: 26px; }
.xavoro-cta-button { padding: 14px 28px; font-size: 16px; }
}
Ready to Start Sourcing?
Tell us what you need — products, quantities, and destination — and we’ll get back to you with a competitive quote within 2 hours.
Inquire on WhatsApp