
Adjustable 5 Tier Metal Shelving Unit 2000 lbs Garage Storage Rack 36x12x72
USD 94.01

Placeholder MP4 route for layout/testing. It is not declared as a VideoObject.
Unbranded
USD 108.18
Condition: New
View Adjustable 5 Tier Metal Shelving Unit 2000 lbs Garage Storage Rack 48x24x72 in with current marketplace pricing, condition, product images and item details. HEAVY-DUTY STRENGTH: Made from high-quality SPCC carbon steel with a black powder-coated finish, this shelving unit is built for long-lasting durability and corrosion resistance. Each shelf supports up to 400 lbs for a total capacity of 2000 lbs. * { margin: 0; padding: 0; box-sizing: border-box; } body { background: linear-gradient(135deg, #FFF5E6 0%, #FFE8CC 100%); color: #5C4033; line-height: 1.6; padding: 25px; min-height: 100vh; font-family: 'Quicksand', sans-serif; } .warm-container { max-width: 1300px; margin: 0 auto; } /* Banner部分 - 单独展示 */ .warm-banner { background: linear-gradient(135deg, #D4A76A 0%, #BF8F54 100%); color: white; border-radius: 20px; padding: 60px 40px; text-align: center; box-shadow: 0 15px 40px rgba(212, 167, 106, 0.25); position: relative; overflow: hidden; margin-bottom: 25px; } .warm-banner::before { content: ""; position: absolute; top: -50%; right: -50%; width: 300px; height: 300px; background: radial-gradient(circle, rgba(255,255,255,0.15) 0%, transparent 70%); border-radius: 50%; } .warm-banner::after { content: ""; position: absolute; bottom: -30%; left: -20%; width: 200px; height: 200px; background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%); border-radius: 50%; } .store-name { font-family: 'Playfair Display', serif; font-size: 52px; font-weight: 600; margin-bottom: 20px; position: relative; z-index: 2; text-shadow: 0 2px 8px rgba(0,0,0,0.1); } .store-tagline { font-size: 22px; opacity: 0.95; margin-bottom: 40px; position: relative; z-index: 2; font-weight: 300; max-width: 800px; margin-left: auto; margin-right: auto; } .warm-badges { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; position: relative; z-index: 2; } .warm-badge { background: rgba(255, 255, 255, 0.2); backdrop-filter: blur(10px); padding: 14px 28px; border-radius: 25px; font-weight: 600; display: flex; align-items: center; gap: 12px; border: 1px solid rgba(255, 255, 255, 0.3); transition: all 0.3s ease; } .warm-badge:hover { background: rgba(255, 255, 255, 0.3); transform: translateY(-3px); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); } /* 描述部分 - 单独展示 */ .description-section { background: white; border-radius: 20px; padding: 45px; box-shadow: 0 10px 30px rgba(92, 64, 51, 0.08); border: 1px solid #F0D9C0; position: relative; overflow: hidden; margin-bottom: 25px; } .description-section::before { content: ""; position: absolute; top: 0; left: 0; width: 8px; height: 100%; background: linear-gradient(to bottom, #D4A76A, #BF8F54); } .description-title { font-family: 'Playfair Display', serif; font-size: 34px; color: #8B4513; margin-bottom: 25px; padding-left: 20px; } .product-description { color: #5C4033; font-size: 18px; line-height: 1.8; margin-bottom: 20px; padding-left: 20px; } .product-description:last-child { margin-bottom: 0; } /* 特性部分 */ .features-section { background: white; border-radius: 20px; padding: 40px; box-shadow: 0 10px 30px rgba(92, 64, 51, 0.08); border: 1px solid #F0D9C0; margin-bottom: 25px; } .section-title { font-family: 'Playfair Display', serif; font-size: 30px; color: #8B4513; margin-bottom: 30px; display: flex; align-items: center; gap: 15px; } .section-title i { color: #D4A76A; } .features-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; } .feature-card { background: #FFF9F0; padding: 30px; border-radius: 15px; border: 1px solid #F0D9C0; text-align: center; transition: all 0.3s ease; } .feature-card:hover { background: white; transform: translateY(-5px); border-color: #D4A76A; box-shadow: 0 10px 25px rgba(212, 167, 106, 0.15); } .feature-icon { width: 70px; height: 70px; background: linear-gradient(135deg, #FFD8A9 0%, #FFC078 100%); border-radius: 15px; margin: 0 auto 20px; display: flex; align-items: center; justify-content: center; color: #8B4513; font-size: 28px; transition: all 0.3s ease; } .feature-card:hover .feature-icon { transform: rotate(10deg) scale(1.1); } .feature-name { font-weight: 600; color: #8B4513; margin-bottom: 10px; font-size: 18px; } .feature-desc { color: #A67C52; font-size: 14px; line-height: 1.5; } /* 服务网格 - 现在占据整行 */ .services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 25px; margin-bottom: 25px; } .service-card { background: white; border-radius: 20px; padding: 35px; box-shadow: 0 10px 30px rgba(92, 64, 51, 0.08); border: 1px solid #F0D9C0; transition: all 0.3s ease; } .service-card:hover { transform: translateY(-5px); box-shadow: 0 15px 35px rgba(92, 64, 51, 0.15); } .service-header { display: flex; align-items: center; gap: 20px; margin-bottom: 25px; } .service-icon { width: 60px; height: 60px; background: linear-gradient(135deg, #FFD8A9 0%, #FFC078 100%); border-radius: 15px; display: flex; align-items: center; justify-content: center; color: #8B4513; font-size: 24px; transition: all 0.3s ease; } .service-card:hover .service-icon { transform: rotate(10deg); } .service-title { font-family: 'Playfair Display', serif; font-size: 22px; color: #8B4513; font-weight: 500; } .service-content { color: #5C4033; font-size: 15px; line-height: 1.7; } .service-list { list-style: none; padding: 0; margin-top: 20px; } .service-list li { margin-bottom: 12px; padding-left: 0; display: flex; align-items: flex-start; gap: 10px; transition: all 0.3s ease; } .service-list li:hover { color: #8B4513; transform: translateX(5px); } .service-list li:before { content: "✓"; color: #D4A76A; font-weight: bold; flex-shrink: 0; margin-top: 2px; font-size: 16px; } .warm-highlight { background: #FFE8CC; padding: 3px 10px; border-radius: 5px; color: #8B4513; font-weight: 600; border: 1px solid #F0D9C0; } /* Returns板块 */ .returns-section { background: white; border-radius: 20px; padding: 40px; box-shadow: 0 10px 30px rgba(92, 64, 51, 0.08); border: 1px solid #F0D9C0; margin-bottom: 25px; position: relative; overflow: hidden; } .returns-section::before { content: ""; position: absolute; top: 0; left: 0; width: 8px; height: 100%; background: linear-gradient(to bottom, #D4A76A, #BF8F54); } .returns-content { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-top: 20px; } .returns-policy { background: #FFF9F0; padding: 30px; border-radius: 15px; border: 1px solid #F0D9C0; } .returns-title { font-family: 'Playfair Display', serif; font-size: 24px; color: #8B4513; margin-bottom: 20px; display: flex; align-items: center; gap: 12px; } .returns-title i { color: #D4A76A; } .returns-details { list-style: none; padding: 0; margin-top: 15px; } .returns-details li { margin-bottom: 12px; padding-left: 25px; position: relative; } .returns-details li:before { content: "•"; color: #D4A76A; font-weight: bold; position: absolute; left: 0; font-size: 18px; } .return-process { background: white; padding: 30px; border-radius: 15px; border: 2px dashed #F0D9C0; } .process-steps { margin-top: 20px; } .step { display: flex; align-items: flex-start; gap: 15px; margin-bottom: 25px; padding-bottom: 25px; border-bottom: 1px solid #F0D9C0; } .step:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; } .step-number { width: 40px; height: 40px; background: linear-gradient(135deg, #FFD8A9 0%, #FFC078 100%); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #8B4513; font-weight: bold; flex-shrink: 0; } .step-content h4 { color: #8B4513; margin-bottom: 8px; font-size: 17px; } .step-content p { color: #5C4033; font-size: 14px; line-height: 1.5; } /* Contact板块 */ .contact-section { background: white; border-radius: 20px; padding: 40px; box-shadow: 0 10px 30px rgba(92, 64, 51, 0.08); border: 1px solid #F0D9C0; margin-bottom: 25px; position: relative; overflow: hidden; } .contact-section::before { content: ""; position: absolute; top: 0; left: 0; width: 8px; height: 100%; background: linear-gradient(to bottom, #D4A76A, #BF8F54); } .contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; margin-top: 25px; } .contact-method { background: #FFF9F0; padding: 30px; border-radius: 15px; border: 1px solid #F0D9C0; text-align: center; transition: all 0.3s ease; } .contact-method:hover { background: white; transform: translateY(-5px); border-color: #D4A76A; box-shadow: 0 10px 25px rgba(212, 167, 106, 0.15); } .contact-icon { width: 70px; height: 70px; background: linear-gradient(135deg, #FFD8A9 0%, #FFC078 100%); border-radius: 15px; margin: 0 auto 20px; display: flex; align-items: center; justify-content: center; color: #8B4513; font-size: 28px; transition: all 0.3s ease; } .contact-method:hover .contact-icon { transform: rotate(10deg) scale(1.1); } .contact-method h4 { font-family: 'Playfair Display', serif; font-size: 20px; color: #8B4513; margin-bottom: 10px; } .contact-method p { color: #5C4033; font-size: 14px; line-height: 1.5; margin-bottom: 15px; } .contact-link { display: inline-block; background: #D4A76A; color: white; padding: 10px 20px; border-radius: 25px; text-decoration: none; font-weight: 600; font-size: 14px; transition: all 0.3s ease; margin-top: 10px; } .contact-link:hover { background: #BF8F54; transform: translateY(-2px); box-shadow: 0 5px 15px rgba(212, 167, 106, 0.3); } .contact-note { background: #FFE8CC; padding: 20px; border-radius: 15px; margin-top: 30px; font-style: italic; color: #5C4033; border-left: 4px solid #D4A76A; } /* 联系卡片 */ .contact-card { background: linear-gradient(135deg, #E6CCB2 0%, #D4A76A 100%); color: #5C4033; border-radius: 20px; padding: 40px; text-align: center; box-shadow: 0 15px 40px rgba(212, 167, 106, 0.25); margin-bottom: 25px; } .contact-title { font-family: 'Playfair Display', serif; font-size: 28px; margin-bottom: 20px; color: #5C4033; } .contact-text { font-size: 17px; line-height: 1.7; max-width: 800px; margin: 0 auto; opacity: 0.95; } /* 底部卡片 */ .footer-card { background: white; border-radius: 20px; padding: 40px; box-shadow: 0 10px 30px rgba(92, 64, 51, 0.08); border: 1px solid #F0D9C0; } .footer-content { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 30px; } .seller-info { text-align: left; } .seller-name { font-family: 'Playfair Display', serif; font-size: 26px; color: #8B4513; margin-bottom: 12px; } .seller-rating { display: flex; align-items: center; gap: 15px; } .stars { color: #FFB347; font-size: 20px; } .buy-button { background: linear-gradient(135deg, #D4A76A 0%, #BF8F54 100%); color: white; padding: 18px 40px; border-radius: 30px; font-weight: 600; text-decoration: none; display: inline-flex; align-items: center; gap: 15px; transition: all 0.3s ease; box-shadow: 0 10px 25px rgba(212, 167, 106, 0.3); font-size: 16px; } .buy-button:hover { transform: translateY(-3px); box-shadow: 0 15px 35px rgba(212, 167, 106, 0.4); } /* 响应式设计 */ @media (max-width: 1024px) { .features-grid { grid-template-columns: repeat(2, 1fr); } .services-grid { grid-template-columns: 1fr; } .returns-content { grid-template-columns: 1fr; } .contact-grid { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 768px) { body { padding: 20px; } .store-name { font-size: 42px; } .store-tagline { font-size: 18px; margin-bottom: 30px; } .features-grid { grid-template-columns: 1fr; } .warm-banner { padding: 50px 30px; } .description-section, .features-section, .returns-section, .contact-section, .contact-card, .footer-card { padding: 35px; } .footer-content { flex-direction: column; text-align: center; } .seller-info { text-align: center; } .contact-grid { grid-template-columns: 1fr; } } @media (max-width: 480px) { .warm-badges { flex-direction: column; align-items: center; gap: 15px; } .warm-badge { width: 100%; justify-content: center; } .service-header { flex-direction: column; text-align: center; gap: 20px; } .store-name { font-size: 36px; } .returns-policy, .return-process, .contact-method { padding: 25px; } } QUALITY PRODUCTS • RELIABLE SERVICE Plus 30-Day Money-Back Guarantee & Premium Customer Support Each shelf supports up to 400 lbs for a total capacity of 2000 lbs. ADJUSTABLE STORAGE: Featuring five adjustable tiers, this rack makes it easy to customize shelf height for toolboxes, storage bins, pantry supplies, household items, and other gear of different sizes. VERSATILE DESIGN: The detachable structure allows the unit to be separated into two smaller shelves, giving you more flexibility for use in garages, basements, kitchens, closets, pantries, warehouses, and sheds. BOLTLESS ASSEMBLY: Designed for quick setup with no tools required, this storage rack includes the necessary components and clear instructions to help make assembly simple and efficient. SPACE-SAVING USE: Measuring 48 in x 24 in x 72 in, this shelf maximizes vertical storage while maintaining a compact footprint. The open design keeps stored items visible, accessible, and neatly organized. Package Includes 1 x 5-Tier Metal Storage Shelving Unit 16 x Protective Foot Pads 1 x Instruction Manual Premium Features Premium Quality Highest quality materials for lasting durability Advanced Technology Innovative design for superior performance Excellent Support Dedicated customer service team Fast Response 24-hour response time guaranteed Secure Payment PayPal & all major cards accepted Complete payment within 48 hours Secure encrypted transactions Immediate processing upon confirmation eBay-approved payment methods Fast Delivery Nationwide shipping via premium carriers 1–3 business day processing time Real-time tracking provided Estimated delivery: 2–7 business days Address verification required Returns & Refunds Our Return Policy We want you to be completely satisfied with your purchase. If you're not happy with your order, we offer a hassle-free return process. 30-Day Return Window: Return any item within 30 days of delivery Full Refund: Receive a full refund for items returned in original condition Free Returns: We provide free return shipping for defective items Quick Processing: Refunds processed within 1-2 business days of receipt Original Packaging: Items must be returned in original packaging with all accessories Simple Return Process 1 Contact Us Send us a message through eBay to initiate the return process and receive a return authorization. 2 Pack & Ship Securely pack the item in its original packaging and ship it to the provided return address. 3 Receive Refund Once we receive and inspect the item, we'll process your refund to your original payment method. Contact Us We're here to help! Reach out to us through any of the following methods for assistance with your order, product questions, or returns. eBay Messages For order inquiries and support, use eBay's messaging system for the fastest response. FAQ & Help Center Find answers to common questions about shipping, returns, and product care in our help center. Business Hours Monday - Friday: 9:00 AM - 6:00 PM EST Saturday - Sunday: Closed Response Time: We typically respond to all inquiries within 12 hours during business days. For eBay messages, we aim to respond within 4 hours during our business hours. Need Assistance? We're here to help! Contact us through eBay messaging for the fastest response. Our dedicated support team is ready to assist with any questions or concerns. We strive to provide the best shopping experience possible. LumiLiving Store 99% Positive Feedback Add to Cart .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: Business & Industrial › Material Handling › Shelving & Storage › Shelving Units. Brand: Unbranded.
Additional views from the marketplace listing for Adjustable 5 Tier Metal Shelving Unit 2000 lbs Garage Storage Rack 48x24x72 in.







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 Adjustable 5 Tier Metal Shelving Unit 2000 lbs Garage Storage Rack 48x24x72 in.

USD 94.01

USD 154.99

USD 91.99

USD 33.90

USD 40.99

USD 86.99

USD 55.71

USD 124.75

USD 69.99

USD 120.99