
16Gal Dual Trash Can, Stainless Steel Step-on, 2 Pedals Soft-Close Recycling Bin
USD 121.99

Placeholder MP4 route for layout/testing. It is not declared as a VideoObject.
GARVEE
USD 114.67
Condition: New
View Commercial 16Gal Dual Recycling Bin Stainless Steel Step-on, 2 Pedals, Removable with current marketplace pricing, condition, product images and item details. A quick tap of the foot opens the lid, leaving your hands free to carry plates, wipe counters, or handle recycling without cross‑contamination. Lift out each bucket, tie off the bag, wipe down the can, and drop in a fresh liner—no awkward reaching or scrubbing corners. * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Georgia', 'Times New Roman', serif; } body { background: linear-gradient(135deg, #fefefe 0%, #f8f8f8 100%); color: #2c2c2c; line-height: 1.7; padding: 30px; min-height: 100vh; } .container { max-width: 1000px; margin: 0 auto; background: white; border-radius: 12px; overflow: hidden; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); border: 1px solid #f0f0f0; } .header { background: white; padding: 50px 40px 30px; text-align: center; border-bottom: 1px solid #f0f0f0; } .product-title { font-size: 42px; font-weight: 300; margin-bottom: 15px; color: #2c2c2c; letter-spacing: 1px; } .product-subtitle { font-size: 18px; color: #666; font-weight: 300; margin-bottom: 30px; max-width: 600px; margin-left: auto; margin-right: auto; line-height: 1.6; } .divider { width: 80px; height: 2px; background: #2c2c2c; margin: 0 auto 30px; } .badge-container { display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; } .badge { background: transparent; padding: 12px 25px; border-radius: 0; font-weight: 400; display: flex; align-items: center; gap: 10px; border: 1px solid #e0e0e0; font-size: 14px; color: #666; transition: all 0.3s ease; letter-spacing: 0.5px; } .badge:hover { background: #f8f8f8; border-color: #2c2c2c; } .content-section { padding: 50px 40px; } .description-block { background: white; padding: 50px 40px; margin-bottom: 50px; text-align: center; position: relative; } .description-block::before { content: """; position: absolute; top: 30px; left: 50%; transform: translateX(-50%); font-size: 80px; color: #f0f0f0; font-family: serif; z-index: 1; } .description-title { font-size: 32px; margin-bottom: 30px; color: #2c2c2c; font-weight: 300; letter-spacing: 1px; position: relative; z-index: 2; } .description-text { font-size: 18px; line-height: 1.8; color: #555; margin-bottom: 25px; max-width: 800px; margin-left: auto; margin-right: auto; position: relative; z-index: 2; } .features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin: 50px 0; } .feature-card { background: white; padding: 40px 30px; text-align: center; border: 1px solid #f0f0f0; transition: all 0.3s ease; position: relative; } .feature-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: #2c2c2c; transform: scaleX(0); transition: transform 0.3s ease; } .feature-card:hover::before { transform: scaleX(1); } .feature-card:hover { transform: translateY(-5px); } .feature-icon { width: 60px; height: 60px; margin: 0 auto 25px; background: transparent; border-radius: 0; display: flex; align-items: center; justify-content: center; color: #2c2c2c; font-size: 24px; border: 1px solid #e0e0e0; transition: all 0.3s ease; } .feature-card:hover .feature-icon { background: #2c2c2c; color: white; } .feature-title { font-size: 18px; font-weight: 400; margin-bottom: 15px; color: #2c2c2c; letter-spacing: 0.5px; } .feature-description { font-size: 14px; color: #666; line-height: 1.6; } .specs-section { background: white; padding: 40px; margin: 50px 0; border: 1px solid #f0f0f0; } .specs-title { font-size: 24px; margin-bottom: 30px; color: #2c2c2c; text-align: center; font-weight: 300; letter-spacing: 1px; } .specs-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; } .spec-item { display: flex; justify-content: space-between; padding: 15px 0; border-bottom: 1px solid #f8f8f8; transition: all 0.3s ease; } .spec-item:hover { background: #fafafa; padding: 15px 10px; } .spec-label { color: #666; font-weight: 300; } .spec-value { color: #2c2c2c; font-weight: 400; } .info-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; margin-top: 50px; } .info-column { display: flex; flex-direction: column; gap: 25px; } .info-card { background: white; padding: 35px 30px; border: 1px solid #f0f0f0; transition: all 0.3s ease; position: relative; } .info-card:hover { transform: translateY(-3px); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03); } .info-card-header { display: flex; align-items: center; gap: 15px; margin-bottom: 20px; } .info-card-icon { width: 45px; height: 45px; border-radius: 0; display: flex; align-items: center; justify-content: center; font-size: 18px; color: #2c2c2c; border: 1px solid #e0e0e0; transition: all 0.3s ease; } .info-card:hover .info-card-icon { background: #2c2c2c; color: white; } .info-card-title { font-size: 18px; font-weight: 400; color: #2c2c2c; letter-spacing: 0.5px; } .info-card-content { color: #666; font-size: 15px; line-height: 1.7; } .info-list { list-style: none; padding: 0; margin-top: 15px; } .info-list li { margin-bottom: 10px; padding-left: 0; display: flex; align-items: flex-start; gap: 10px; } .info-list li:before { content: "—"; color: #2c2c2c; flex-shrink: 0; margin-top: 2px; } .footer { background: #2c2c2c; color: white; padding: 40px; text-align: center; } .footer-content { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 25px; max-width: 800px; margin: 0 auto; } .seller-info { text-align: left; } .seller-name { font-size: 18px; font-weight: 300; margin-bottom: 8px; letter-spacing: 1px; } .seller-rating { display: flex; align-items: center; gap: 10px; } .stars { color: white; } .cta-button { background: transparent; color: white; padding: 14px 35px; border-radius: 0; font-weight: 300; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; transition: all 0.3s ease; font-size: 16px; border: 1px solid rgba(255, 255, 255, 0.3); letter-spacing: 1px; } .cta-button:hover { background: white; color: #2c2c2c; transform: translateY(-2px); } @media (max-width: 968px) { .features-grid { grid-template-columns: repeat(2, 1fr); } .info-grid { grid-template-columns: 1fr; } .specs-grid { grid-template-columns: 1fr; } } @media (max-width: 768px) { .header { padding: 40px 30px 25px; } .product-title { font-size: 36px; } .content-section { padding: 40px 30px; } .description-block { padding: 40px 30px; } .description-title { font-size: 28px; } .features-grid { grid-template-columns: 1fr; } .footer-content { flex-direction: column; text-align: center; } .seller-info { text-align: center; } } @media (max-width: 480px) { .header, .content-section { padding: 30px 20px; } .product-title { font-size: 32px; } .description-text { font-size: 16px; } } WELCOME TO OUR STORE Where timeless design meets exceptional craftsmanship in perfect harmony Complimentary Shipping 30-Day Assurance Curated Quality Product Description 【♻️ Large Dual Capacity】 16 gallon / 60L commercial dual trash can with two separate 8 gallon compartments, perfect for sorting trash and recyclables in busy kitchens, restaurants, garages, or offices while saving floor space. Each side handles a full day's worth of waste, so you can separate bottles and cans from general garbage without needing two bulky bins. 【🚶 Hands-Free Convenience】 Stainless steel step‑on pedals provide hygienic, touch‑free operation for both compartments, keeping hands clean and minimizing contact with waste—ideal for homes and high‑traffic commercial spaces. A quick tap of the foot opens the lid, leaving your hands free to carry plates, wipe counters, or handle recycling without cross‑contamination. 【🔇 Soft-Close Lids】 Quiet, soft‑close lids prevent slamming noise and reduce wear, making this double trash can perfect for open‑concept kitchens and shared office areas where a peaceful environment matters. The gentle lowering mechanism also extends the life of the hinges, so you won't hear a bang every time someone tosses a coffee cup. 【🗑️ Easy Sorting & Cleaning】 Dual compartment recycling bin combo with removable inner buckets makes it simple to separate waste and recycling, empty bags, and clean the interior quickly with minimal mess or effort. Lift out each bucket, tie off the bag, wipe down the can, and drop in a fresh liner—no awkward reaching or scrubbing corners. 【✨ Durable Modern Design】 Sleek stainless steel trash can resists fingerprints and matches most kitchen and office decor, offering a large‑capacity, space‑efficient garbage and recycling solution built for long‑lasting daily use. The smudge‑proof finish stays presentable without constant polishing, while the robust construction handles years of heavy use in both home and commercial settings. 【Package Included】 1 set of Commercial 16Gal Dual Recycling Bin Stainless Steel Step-on, 2 Pedals, Removable Secure Transactions We provide multiple secure payment options designed for your convenience and peace of mind. All major credit and debit cards Protected PayPal transactions Digital wallet compatibility 48-hour payment window Bank-grade security encryption Immediate payment confirmation Careful Delivery Your product is handled with care and delivered with precision timing. Complimentary careful shipping Standard delivery options 1-2 business day processing Detailed tracking updates Nationwide secure delivery Protective packaging materials Satisfaction Promise Your complete satisfaction is our highest priority and commitment. 30-day satisfaction guarantee Full value refund policy Original packaging preservation Complimentary return shipping 1-2 business day processing Simple return initiation process Personal Support Our dedicated team is here to provide personalized assistance. Direct messaging through eBay 24-hour response commitment Expert product consultation Comprehensive usage guidance Extended technical support Professional recommendations Curated Collections 100% Recommended Acquire Now .dc_tracker_img{display:none;}.dc_tracker_img:last-of-type{display:block;}p:empty+hr{display:none;}hr+span.ebay,hr+*>span.ebay{display:none;} Condition: New. Category: Home & Garden › Household Supplies & Cleaning › General Household Supplies › Trash Cans & Wastebaskets. Brand: GARVEE.
Additional views from the marketplace listing for Commercial 16Gal Dual Recycling Bin Stainless Steel Step-on, 2 Pedals, Removable.








Image-search matches based on the main product image. These images are shown as visual style choices and are intentionally not linked.










Related marketplace listings for Commercial 16Gal Dual Recycling Bin Stainless Steel Step-on, 2 Pedals, Removable.

USD 121.99

USD 129.99

USD 111.13

USD 74.09

USD 73.59

USD 134.39

USD 194.99

USD 162.39

USD 146.99

USD 77.99