:root { --espresso: #3b2315;--dark-brown: #5c3d2e;--warm-brown: #8b5e3c; --gold: #d4a053;--cream: #fdf8f4;--light-cream: #f5efe9; --white: #ffffff;--accent-orange: #e07b39;--text-dark: #2c1810; --text-muted: #6b5b50;--shadow: 0 4px 20px rgba(59,35,21,.08); --radius: 12px;--transition: .25s ease; } *,*::before,*::after{margin:0;padding:0;box-sizing:border-box} html{scroll-behavior:smooth} body{font-family:'Segoe UI',system-ui,sans-serif;color:var(--text-dark);background:var(--cream);line-height:1.6} a{text-decoration:none;color:inherit} ul{list-style:none} img{max-width:100%;display:block} .container{max-width:1280px;margin:0 auto;padding:0 24px} .btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 28px;border-radius:50px;font-weight:700;font-size:.95rem;cursor:pointer;border:none;transition:var(--transition);gap:8px} .btn-primary{background:var(--accent-orange);color:var(--white)} .btn-primary:hover{background:var(--gold);transform:translateY(-2px);box-shadow:0 6px 16px rgba(224,123,57,.3)} .btn-outline{border:2px solid var(--espresso);color:var(--espresso);background:transparent} .btn-outline:hover{background:var(--espresso);color:var(--white)} .btn-sm{padding:10px 20px;font-size:.85rem} /* NAV */ .navbar{position:fixed;top:0;left:0;width:100%;z-index:1000;padding:16px 0;transition:var(--transition);background:transparent} .navbar.scrolled{background:rgba(253,248,244,.97);backdrop-filter:blur(10px);box-shadow:var(--shadow);padding:12px 0} .navbar .container{display:flex;justify-content:space-between;align-items:center} .logo{font-size:1.5rem;font-weight:900;color:var(--espresso);display:flex;align-items:center;gap:8px} .logo-icon{width:34px;height:34px;background:var(--accent-orange);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white);font-size:1rem} .nav-links{display:flex;gap:28px;align-items:center} .nav-links a{font-weight:600;font-size:.9rem;color:var(--dark-brown);transition:var(--transition)} .nav-links a:hover{color:var(--accent-orange)} .hamburger{display:none;flex-direction:column;gap:4px;cursor:pointer;background:none;border:none} .hamburger span{width:24px;height:2.5px;background:var(--espresso);border-radius:2px} /* BREADCRUMB */ .breadcrumb{padding:100px 0 20px;font-size:.85rem;color:var(--text-muted)} .breadcrumb a{color:var(--dark-brown);font-weight:500} .breadcrumb a:hover{color:var(--accent-orange)} .breadcrumb span{margin:0 8px;color:var(--text-muted)} /* CATEGORY HEADER */ .cat-header{padding:10px 0 30px;display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:20px;border-bottom:1px solid rgba(59,35,21,.08)} .cat-header h1{font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:800;line-height:1.2} .cat-header p{color:var(--text-muted);max-width:500px;margin-top:6px} .sort-bar{display:flex;gap:12px;align-items:center} .sort-bar select{padding:8px 14px;border:1px solid rgba(59,35,21,.15);border-radius:8px;background:var(--white);font-size:.85rem;color:var(--text-dark);cursor:pointer} .results-count{font-size:.9rem;color:var(--text-muted);font-weight:600} /* LAYOUT */ .shop-layout{display:grid;grid-template-columns:260px 1fr;gap:40px;padding:20px 0 60px} /* SIDEBAR */ .sidebar{position:sticky;top:90px;height:fit-content;padding:24px;background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow)} .sidebar h3{font-size:1rem;font-weight:700;margin-bottom:16px;color:var(--espresso)} .filter-group{margin-bottom:24px;border-bottom:1px solid rgba(59,35,21,.06);padding-bottom:20px} .filter-group:last-child{border-bottom:none;margin-bottom:0} .filter-group label{display:flex;align-items:center;gap:10px;font-size:.9rem;margin-bottom:10px;cursor:pointer;color:var(--text-dark)} .filter-group input[type="checkbox"]{width:16px;height:16px;accent-color:var(--accent-orange);cursor:pointer} .filter-actions{display:flex;gap:10px;margin-top:10px} /* PRODUCT GRID */ .product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:24px} .product-card{background:var(--white);border-radius:var(--radius);overflow:hidden;transition:var(--transition);box-shadow:var(--shadow);display:flex;flex-direction:column} .product-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px rgba(59,35,21,.12)} .product-img{height:200px;display:flex;align-items:center;justify-content:center;font-size:4rem;position:relative} .product-img.kraft{background:linear-gradient(135deg,#f0e3d1,#e6d5c1)} .product-img.clear{background:linear-gradient(135deg,#e8f0f5,#dce6ed)} .product-img.white{background:linear-gradient(135deg,#f8f9fa,#e9ecef)} .product-img.colored{background:linear-gradient(135deg,#f5e6d3,#e8d0b8)} .product-badge{position:absolute;top:12px;right:12px;padding:4px 12px;border-radius:50px;font-size:.7rem;font-weight:700;color:var(--white)} .badge-eco{background:#4caf50} .badge-hot{background:var(--accent-orange)} .badge-new{background:var(--gold)} .product-info{padding:20px;display:flex;flex-direction:column;flex:1} .product-meta{font-size:.8rem;color:var(--text-muted);margin-bottom:6px} .product-info h3{font-size:1.05rem;font-weight:700;margin-bottom:8px} .product-info p{font-size:.88rem;color:var(--text-muted);margin-bottom:16px;flex:1} .product-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto} .product-price{font-size:1.15rem;font-weight:800;color:var(--espresso)} .product-price small{font-size:.75rem;color:var(--text-muted);font-weight:500;display:block} /* PAGINATION */ .pagination{display:flex;justify-content:center;gap:8px;margin-top:40px} .pagination a,.pagination span{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:8px;font-weight:600;font-size:.9rem;transition:var(--transition);border:1px solid rgba(59,35,21,.12);color:var(--text-dark)} .pagination a:hover,.pagination span.active{background:var(--accent-orange);color:var(--white);border-color:var(--accent-orange)} /* BULK CTA */ .bulk-cta{padding:60px 0;background:var(--espresso);color:var(--white);border-radius:var(--radius);margin:0 24px 60px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:24px} .bulk-cta h2{font-size:1.8rem;font-weight:800;max-width:500px} .bulk-cta p{color:rgba(255,255,255,.7);max-width:400px} /* FOOTER */ .footer{background:var(--espresso);color:rgba(255,255,255,.7);padding:60px 0 0} .footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:50px} .footer h4{color:var(--white);font-size:.95rem;font-weight:700;margin-bottom:18px;text-transform:uppercase;letter-spacing:1px} .footer ul li{margin-bottom:10px} .footer ul li a{font-size:.9rem;transition:var(--transition)} .footer ul li a:hover{color:var(--gold);padding-left:4px} .footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:24px 0;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px;font-size:.85rem} /* RESPONSIVE */ @media(max-width:992px){.shop-layout{grid-template-columns:1fr}.sidebar{position:static;display:none}.sidebar.mobile-open{display:block}.mobile-filter-toggle{display:inline-flex} @media(max-width:768px){.nav-links{display:none;position:absolute;top:100%;left:0;width:100%;background:var(--white);flex-direction:column;padding:20px;gap:16px;box-shadow:var(--shadow)}.nav-links.active{display:flex}.hamburger{display:flex}.cat-header{flex-direction:column;align-items:flex-start}.bulk-cta{flex-direction:column;text-align:center}}

Paper & Plastic Cups

Premium single-serve drinkware engineered for hot, cold, and mixed beverages. Bulk pricing, custom branding, and eco-certified materials.

1-12 of 48 products
🥤Hot & Cold
12 oz • Double-Wall • Kraft

Classic Double-Wall Paper Cup

Insulated kraft finish prevents burns. Compatible with peelable and flat lids.

🧊BPA Free
16 oz • Clear PET • Cold

Premium Clear Cold Cup

Crystal clear PET with superior clarity. Ideal for smoothies, iced coffee & bubble tea.

Compostable
8 oz • PLA Lined • Hot

Eco PLA Hot Cup

Home compostable plant-based lining. Meets ASTM D6400 standards. Zero plastic.

🍹Custom
16 oz • Gloss Coated • White

Full-Color Custom Printed Cup

8-color CMYK+Pantone printing. Low MOQ for startup brands. Brand-ready packaging.

🥤Reusable
20 oz • PP Plastic • Durable

Bistro PP Reusable Cup

Heavy-duty polypropylene for dine-in cafes. Dishwasher safe & shatter-resistant.

FSC
24 oz • Triple-Wall • Kraft

XXL Insulated Paper Cup

Maximum heat retention for large formats. Stackable design saves storage space.

🍵Trending
12 oz • Clear PET • Dome Lid

Boba & Fruit Tea Cup

Wider mouth for straws & toppings. Leak-resistant with specialized dome lids.

Hot
10 oz • Double-Wall • White

Espresso Bar Standard Cup

Industry standard 10oz size. Smooth interior lining for easy cleaning & coating.

Ordering 10,000+ Units?

Unlock exclusive wholesale pricing, free samples, and dedicated account management for large-scale orders.

Request Bulk Quote