:root{–pink:#ff3e8f;–pink-d:#e02e79;–ink:#111;–gray:#666;–line:#eee;–bg:#fafafa}
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:Arial,Helvetica,sans-serif;color:var(–ink);background:#fff;line-height:1.6}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
.container{max-width:1200px;margin:0 auto;padding:0 20px}
.header{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid var(–line)}
.header-inner{display:flex;align-items:center;justify-content:space-between;height:70px}
.logo{font-size:26px;font-weight:900;letter-spacing:2px}
.logo span{color:var(–pink)}
.nav{display:flex;gap:26px;align-items:center}
.nav a{font-size:13px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;padding:6px 0;border-bottom:2px solid transparent}
.nav a:hover,.nav a.active{color:var(–pink);border-bottom-color:var(–pink)}
.btn{display:inline-block;background:var(–pink);color:#fff;font-weight:700;font-size:14px;padding:13px 30px;border-radius:4px;text-transform:uppercase;letter-spacing:.5px;transition:.2s;border:0;cursor:pointer}
.btn:hover{background:var(–pink-d)}
.menu-toggle{display:none;font-size:26px;background:none;border:0;cursor:pointer}
.page-hero{background:linear-gradient(rgba(10,10,15,.55),rgba(10,10,15,.55)),url(‘https://sc01.alicdn.com/kf/Ha985bd64a689416f8726a6a6e8cc2e4em.jpg’) center/cover;padding:90px 0;color:#fff;text-align:center}
.page-hero .eyebrow{color:#ffb9d4;font-weight:700;letter-spacing:3px;font-size:13px;text-transform:uppercase;margin-bottom:12px}
.page-hero h1{font-size:42px;font-weight:900;margin-bottom:14px}
.page-hero p{max-width:760px;margin:0 auto;color:#e8e8e8;font-size:16px}
.section{padding:70px 0}
.section.alt{background:var(–bg)}
.sec-head{text-align:center;max-width:780px;margin:0 auto 40px}
.sec-head .eyebrow{color:var(–pink);font-weight:700;text-transform:uppercase;letter-spacing:2px;font-size:13px;margin-bottom:10px}
.sec-head h2{font-size:32px;font-weight:900;margin-bottom:12px}
.sec-head p{color:var(–gray);font-size:15.5px}
.filters{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-bottom:36px}
.filter-btn{background:#fff;border:1px solid var(–line);padding:9px 22px;border-radius:30px;font-size:13px;font-weight:700;cursor:pointer;text-transform:uppercase;letter-spacing:.5px}
.filter-btn.active,.filter-btn:hover{background:var(–pink);border-color:var(–pink);color:#fff}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.product-card{background:#fff;border:1px solid var(–line);border-radius:8px;overflow:hidden;transition:.25s;display:block}
.product-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.12);transform:translateY(-4px)}
.product-card .imgbox{height:220px;overflow:hidden;background:#f5f5f5}
.product-card img{width:100%;height:100%;object-fit:cover;transition:.3s}
.product-card:hover img{transform:scale(1.05)}
.product-card .body{padding:16px}
.product-card .cat{font-size:11px;font-weight:700;color:var(–pink);text-transform:uppercase;letter-spacing:1px;margin-bottom:6px}
.product-card h3{font-size:14px;font-weight:700;line-height:1.4;height:78px;overflow:hidden;margin-bottom:8px}
.product-card .price{font-size:18px;font-weight:900}
.product-card .price small{font-size:12px;color:var(–gray);font-weight:400}
.product-card .view{display:block;margin-top:10px;text-align:center;background:var(–ink);color:#fff;font-weight:700;font-size:12px;padding:9px;border-radius:4px;text-transform:uppercase}
.product-card:hover .view{background:var(–pink)}
.cat-divider{grid-column:1/-1;font-size:24px;font-weight:900;padding:26px 0 4px;border-bottom:2px solid var(–line);margin-top:20px}
.cat-divider span{color:var(–pink)}
.data-table{width:100%;border-collapse:collapse;background:#fff;font-size:14.5px;margin-top:44px}
.data-table th,.data-table td{padding:12px 16px;border:1px solid var(–line);text-align:left}
.data-table th{background:var(–ink);color:#fff;font-weight:700}
.data-table tr:nth-child(even){background:var(–bg)}
.sec-cta{text-align:center;margin-top:40px}
.cta-banner{background:linear-gradient(90deg,var(–pink),#ff7ab0);padding:46px 0}
.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}
.cta-inner h2{color:#fff;font-size:28px;font-weight:900}
.cta-inner p{color:#ffe4ef;font-size:15px}
.faq-list{max-width:820px;margin:0 auto}
.faq-item{background:#fff;border:1px solid var(–line);border-radius:8px;margin-bottom:12px;overflow:hidden}
.faq-item summary{padding:18px 22px;font-weight:800;font-size:15.5px;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center}
.faq-item summary::after{content:”+”;font-size:22px;color:var(–pink);font-weight:900}
.faq-item[open] summary::after{content:”–”}
.faq-item .ans{padding:0 22px 18px;color:var(–gray);font-size:14.5px}
.footer{background:var(–ink);color:#ccc;padding:70px 0 0}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:40px;padding-bottom:50px}
.footer h3{color:#fff;font-size:16px;font-weight:800;margin-bottom:18px;text-transform:uppercase;letter-spacing:1px}
.footer p,.footer li{font-size:14px;color:#aaa;line-height:1.9}
.footer ul{list-style:none}
.footer a:hover{color:var(–pink)}
.footer .logo{color:#fff;margin-bottom:14px}
.footer .store-link{display:inline-block;background:#2a2a2a;border:1px solid #3a3a3a;color:#fff;font-size:12.5px;font-weight:700;padding:8px 14px;border-radius:4px;margin:4px 6px 4px 0}
.footer .store-link:hover{border-color:var(–pink);color:var(–pink)}
.copyright{border-top:1px solid #2a2a2a;padding:22px 0;text-align:center;font-size:13px;color:#777}
@media(max-width:960px){
.nav{display:none;position:absolute;top:70px;left:0;right:0;background:#fff;flex-direction:column;padding:20px;gap:14px;border-bottom:1px solid var(–line)}
.nav.open{display:flex}
.menu-toggle{display:block}
.page-hero h1{font-size:30px}
.product-grid{grid-template-columns:repeat(2,1fr)}
.footer-grid{grid-template-columns:1fr 1fr}
.cta-inner{justify-content:center;text-align:center}
}
@media(max-width:560px){
.product-grid{grid-template-columns:1fr}
.footer-grid{grid-template-columns:1fr}
.page-hero h1{font-size:26px}
}

24 Real Products · Live Factory Prices

BATELI Product Catalog

24 featured products selected from 224 live listings across our two verified Alibaba storefronts — women’s handbags from $1.03, backpacks from $4.80, school bags from $3.50 and pet carriers from $2.79. Every product links directly to Alibaba for live pricing and ordering.

Filter by Category

Factory-Direct Products

All images and prices are real, sourced from BATELI’s Alibaba storefronts on 2026-08-22. Custom logo and OEM variations available on every model — MOQ from 50 units.





01 Women’s Bags

2026 New PU Crocodile Pattern Waterproof Lightweight women bag tote handbag
Women’s Bags

2026 New PU Crocodile Pattern Waterproof Lightweight Women Bag Tote Wallet

$6.51–7.30 USD

View on Alibaba


2026 New Arrival Large Capacity Cherry Print women tote handbag shoulder bag
Women’s Bags

2026 New Arrival Large Capacity Cherry Print Fashion Women Tote Handbag

$6.35–7.14 USD

View on Alibaba


2023 New Fashion Envelope Bag large capacity wallet female zipper
Women’s Bags

2023 New Fashion Envelope Bag Large Capacity Wallet Female Zipper

$1.03–1.83 USD

View on Alibaba


2026 New Arrival High Quality PU Handbags 2 in 1 handbag designer sets
Women’s Bags

2026 New Arrival High Quality PU Handbags 2-in-1 Designer Bags Sets

$8.09–8.88 USD

View on Alibaba


Large Capacity Canvas Bag Embroidered Letter handbag woven beach bag
Women’s Bags

Large Capacity Canvas Bag Embroidered Letter Handbag Woven Beach Bag

$3.90–4.76 USD

View on Alibaba


Dumpling Bun 2024 Summer solid color versatile women's one shoulder crossbody bag
Women’s Bags

Dumpling Bun 2024 Summer Solid Color Women’s One Shoulder Crossbody Bag

$4.80–5.40 USD

View on Alibaba

02 Backpacks

2026 new backpack with reduced load spine protection waterproof backpack
Backpacks

2026 New Backpack with Reduced Load, Spine Protection, Waterproof

$6.83–7.62 USD

View on Alibaba


3304 Bateli Vintage Waterproof Unisex School Backpack nylon zipper
Backpacks

3304 Bateli Vintage Waterproof Unisex School Backpack

$6.00–6.60 USD

View on Alibaba


Backpack Trendy Simple Couple Student Schoolbag fashion large-capacity travel bag
Backpacks

Backpack Trendy Simple Couple Student Schoolbag, All-Match Travel Bag

$4.80–5.40 USD

View on Alibaba


2026 New Leisure Backpack Short Trip Travel Bag quality waterproof schoolbag
Backpacks

2026 New Leisure Backpack Short Trip Travel Bag, Quality Waterproof

$7.30–8.10 USD

View on Alibaba


2025 High Quality Girls Large Capacity kids school backpack fashion bags for students
Backpacks

2025 High Quality Girls Large Capacity Kids School Backpack

$6.90–7.70 USD

View on Alibaba


2026 New Fashion Leisure Schoolbag large capacity lightweight wear-resistant waterproof
Backpacks

2026 New Fashion Leisure Schoolbag Lightweight Wear-Resistant

$7.62–8.41 USD

View on Alibaba

03 School Bags

New Schoolbag 2026 Comfortable and Breathable large and light school bag
School Bags

New Schoolbag 2026 Comfortable and Breathable, Large & Light

$5.87–6.67 USD

View on Alibaba


2026 Hot Sale School Bags durable student unicorn school bags bookbag
School Bags

2026 Hot Sale Durable Student Unicorn School Bags Bookbag

$3.50–3.90 USD

View on Alibaba


2023 Fashion New Solid Color Mother and Child Bag three piece set
School Bags

2023 Fashion Solid Color Mother and Child Bag Three-Piece Set

$9.04–9.84 USD

View on Alibaba


Ins Popular Bags Women Handbags Set fashion 4 pieces high capacity lady bags sets
School Bags

Ins Popular Bags Women Handbags Set Fashion 4-Pieces High Capacity

$10.50–11.30 USD

View on Alibaba


Fashion New Students 1-6 Grade Schoolbag multi-layer large capacity shoulder bag
School Bags

Fashion New Students 1-6 Grade Schoolbag Multi-Layer Large Capacity

$9.21–10.00 USD

View on Alibaba


Children Hard Shell Handle School Kid's luggage bag travel toy valise pink suitcase
School Bags

Children Hard Shell Handle School Kid’s Luggage Travel Toy Valise

$7.78–8.58 USD

View on Alibaba

04 Pet Carriers

Factory-Direct Supply Oxford Cat Carrier portable pet backpack breathable 7kg capacity
Pet Carriers

Factory-Direct Oxford Cat Carrier Portable Pet Backpack, 7kg Capacity

$11.54–11.84 USD

View on Alibaba


Factory-Direct Canvas Cat Carrier portable large-capacity shoulder bag breathable pet backpack
Pet Carriers

Factory-Direct Canvas Cat Carrier Portable Large-Capacity Shoulder Bag

$8.88–9.18 USD

View on Alibaba


Factory-Direct Supply Oxford Cat Carrier Backpack all-season outdoor 7kg capacity
Pet Carriers

Factory-Direct Oxford Cat Carrier Backpack All-Season Outdoor, 7kg

$11.09–11.94 USD

View on Alibaba


New-style PP Material Capsule cat bed comfortable breathable portable pet carrier
Pet Carriers

New-Style PP Material Capsule Cat Bed, Breathable Portable Carrier

$14.97–15.57 USD

View on Alibaba


Cat & Dog Carrier Rolling Pet Travel Bag large capacity breathable mesh dual compartment
Pet Carriers

Cat & Dog Carrier Rolling Pet Travel Bag, Dual Compartment

$27.00–27.84 USD

View on Alibaba


Factory Direct Supply Honey Bag Glider Guinea Pig Hamster pet breathable portable shoulder bag
Pet Carriers

Factory Direct Supply Honey Bag Glider for Guinea Pig & Hamster

$6.30–6.55 USD

View on Alibaba

Category Products on Alibaba Price Range (Featured 24) Storefront
Women’s Bags 52 listings $1.03 – $8.88 Store A + Store B
Backpacks 65 listings $4.80 – $8.41 Store A + Store B
School Bags 7 listings $3.50 – $11.30 Store A + Store B
Pet Carriers 52 listings $6.30 – $27.84 Store B
Laptop Bags 40 listings $5.00 – $16.67 Store A + Store B
Other (Mommy/Yoga/Equestrian) 8 listings $3.82 – $7.82 Store A + Store B

Can’t Find What You Need?

We manufacture custom bags to your design — MOQ 50 units, 7-day sampling.

Contact Us

Product FAQ

Frequently Asked Questions

Are the product images and prices on this page real?
Yes. All 24 products, images (alicdn CDN) and USD prices were collected directly from BATELI’s two verified Alibaba storefronts on 2026-08-22. Each card links to the live Alibaba product page.
Can I customize these products with my own logo?
Yes. Every model supports OEM customization — logo printing, custom colors, materials and packaging. Custom orders start at MOQ 50 units with 7-day sampling.
How do the two storefronts differ?
Store A (liuzhijiao.m.en.alibaba.com, Baoding Bateli Luggage Manufacturing Co., Ltd.) focuses on women’s bags, backpacks and school bags. Store B (batelibags.m.en.alibaba.com, Taizhou Yaojiang Trading Co., Ltd.) focuses on pet carriers plus women’s and school bags.
How many total products does BATELI offer?
224 live listings across the two Alibaba storefronts: 52 women’s bags, 65 backpacks, 7 school bags, 52 pet carriers, 40 laptop bags and 8 specialty items (as of 2026-08-22).