
10 Pack Solid 5 Inch Kitchen Square Cabinet Handles Brushed Brass Drawer Pulls
USD 28.99

Placeholder MP4 route for layout/testing. It is not declared as a VideoObject.
USD 25.62
Condition: New
View 5 Pack 5 Inch Kitchen Square Cabinet Handles Brushed Brass Drawer Pulls with current marketplace pricing, condition, product images and item details. Stainless steel handles can be used anywhere in the house to revitalize your kitchen or bathroom and provide any furniture updates. 5 handles in coordinating design and finish with two mounting holes can also be applied in cabinet drawers. Premium eBay Listing @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Cormorant+Garamond:wght@400;500;600;700&display=swap'); * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Montserrat', sans-serif; line-height: 1.7; color: #333; background-color: #fafafa; } .container { max-width: 1200px; margin: 0 auto; background: linear-gradient(to bottom, #fff 0%, #f9f9f9 100%); box-shadow: 0 12px 35px rgba(0,0,0,0.1); border-radius: 12px; overflow: hidden; } .header-banner { position: relative; background: linear-gradient(135deg, #1a2a6c 0%, #b21f1f 51%, #fdbb2d 100%); height: 220px; display: flex; align-items: center; justify-content: center; overflow: hidden; } .header-banner::before { content: ""; position: absolute; width: 150%; height: 150%; background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.15'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); animation: drift 15s linear infinite; opacity: 0.4; } @keyframes drift { from { transform: rotate(0deg) translate(-50px) rotate(0deg); } to { transform: rotate(360deg) translate(-50px) rotate(-360deg); } } .brand-container { position: relative; z-index: 1; text-align: center; padding: 20px; } .brand-name { font-family: 'Cormorant Garamond', serif; font-size: 3.2rem; font-weight: 700; color: #fff; margin-bottom: 10px; letter-spacing: 1.5px; text-shadow: 2px 2px 4px rgba(0,0,0,0.3); } .brand-tagline { font-size: 1.1rem; color: rgba(255, 255, 255, 0.9); font-weight: 300; letter-spacing: 3px; text-transform: uppercase; } .product-title-section { position: relative; padding: 50px 30px; text-align: center; background-color: #fff; border-bottom: 1px solid #eaeaea; } .product-title { font-family: 'Cormorant Garamond', serif; font-size: 2.6rem; color: #222; margin-bottom: 20px; line-height: 1.3; } .decorative-line { display: inline-block; width: 100px; height: 3px; background: linear-gradient(to right, #1a2a6c, #b21f1f, #fdbb2d); border-radius: 3px; } .main-content { display: grid; grid-template-columns: 2fr 1fr; gap: 40px; padding: 50px; } @media (max-width: 768px) { .brand-name { font-size: 2.5rem; } .product-title { font-size: 2rem; } .main-content { grid-template-columns: 1fr; padding: 20px; gap: 30px; } .card-content { padding: 20px; } .header-banner { height: 180px; } } .product-details { display: flex; flex-direction: column; gap: 40px; } .sidebar { display: flex; flex-direction: column; gap: 30px; } .content-card { background-color: #fff; border-radius: 12px; box-shadow: 0 5px 20px rgba(0,0,0,0.05); overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; border: 1px solid #eaeaea; } .content-card:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(0,0,0,0.1); } .card-header { position: relative; padding: 22px 25px; display: flex; align-items: center; border-bottom: 1px solid #eaeaea; } .gallery-card .card-header { background: linear-gradient(to right, #4facfe 0%, #00f2fe 100%); color: white; } .description-card .card-header { background: linear-gradient(to right, #43e97b 0%, #38f9d7 100%); color: white; } .features-card .card-header { background: linear-gradient(to right, #f83600 0%, #f9d423 100%); color: white; } .contact-card .card-header { background: linear-gradient(to right, #6a11cb 0%, #2575fc 100%); color: white; } .payment-card .card-header { background: linear-gradient(to right, #ff9966 0%, #ff5e62 100%); color: white; } .shipping-card .card-header { background: linear-gradient(to right, #0ba360 0%, #3cba92 100%); color: white; } .return-card .card-header { background: linear-gradient(to right, #141e30 0%, #243b55 100%); color: white; } .header-icon { margin-right: 15px; font-size: 1.6rem; filter: drop-shadow(0px 2px 3px rgba(0,0,0,0.2)); } .header-title { font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; font-weight: 600; } .card-content { padding: 30px; } .gallery-placeholder { min-height: 400px; display: flex; align-items: center; justify-content: center; background-color: #f8f9fa; color: #adb5bd; font-style: italic; border-radius: 8px; border: 2px dashed #e3e3e3; } .description-text { font-size: 1.1rem; line-height: 1.9; color: #333; } .feature-list { list-style: none; padding: 0; margin: 0; } .feature-list li { position: relative; padding: 15px 0 15px 40px; border-bottom: 1px dashed #eaeaea; font-size: 1.05rem; } .feature-list li:last-child { border-bottom: none; } .feature-list li::before { content: "\f058"; font-family: "Font Awesome 6 Free"; font-weight: 900; position: absolute; left: 0; top: 15px; color: #f83600; font-size: 1.4rem; transition: transform 0.3s ease; } .feature-list li:hover::before { transform: scale(1.2); } .appreciation-box { margin-top: 30px; padding: 25px; background: linear-gradient(to right, #fffaf2, #fff6e5); border-left: 5px solid #f9d423; text-align: center; border-radius: 8px; } .appreciation-title { font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; color: #333; margin-bottom: 15px; } .guarantee-badge { display: inline-block; padding: 10px 20px; background: linear-gradient(to right, #f83600, #f9d423); color: white; border-radius: 30px; font-size: 1rem; font-weight: 600; margin-top: 15px; box-shadow: 0 5px 15px rgba(248, 54, 0, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; } .guarantee-badge:hover { transform: translateY(-3px); box-shadow: 0 8px 20px rgba(248, 54, 0, 0.4); } .contact-info { display: flex; flex-direction: column; gap: 15px; } .contact-info p { margin: 0; line-height: 1.8; } .rating { display: flex; margin: 15px 0; } .star { color: #ffcc00; font-size: 1.3rem; margin-right: 3px; filter: drop-shadow(0px 1px 2px rgba(0,0,0,0.1)); } .payment-options { display: flex; flex-wrap: wrap; gap: 15px; margin-top: 20px; } .payment-card-icon { width: 70px; height: 45px; background-color: white; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 1.8rem; color: #333; box-shadow: 0 3px 10px rgba(0,0,0,0.1); transition: transform 0.3s ease; } .payment-card-icon:hover { transform: translateY(-3px); } .shipping-list { list-style: none; padding: 0; margin: 0; } .shipping-list li { position: relative; padding: 12px 0 12px 30px; border-bottom: 1px solid #f1f3f5; } .shipping-list li:last-child { border-bottom: none; } .shipping-list li::before { content: "\f105"; font-family: "Font Awesome 6 Free"; font-weight: 900; position: absolute; left: 0; top: 12px; color: #0ba360; } .return-steps { list-style: none; padding: 0; margin: 0; counter-reset: return-counter; } .return-steps li { position: relative; padding: 15px 0 15px 45px; margin-bottom: 15px; counter-increment: return-counter; } .return-steps li::before { content: counter(return-counter); position: absolute; left: 0; top: 12px; width: 30px; height: 30px; background: linear-gradient(to right, #141e30, #243b55); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.9rem; font-weight: bold; } .shipping-badge { display: inline-block; padding: 8px 16px; background: linear-gradient(to right, #0ba360, #3cba92); color: white; border-radius: 6px; font-size: 0.9rem; margin-top: 20px; box-shadow: 0 4px 12px rgba(11, 163, 96, 0.3); } .limited-offer { background: linear-gradient(45deg, #f5515f, #9f041b); color: white; padding: 15px 25px; border-radius: 10px; text-align: center; margin-top: 30px; box-shadow: 0 5px 15px rgba(245, 81, 95, 0.3); animation: pulse 2s infinite; } @keyframes pulse { 0% { box-shadow: 0 5px 15px rgba(245, 81, 95, 0.3); } 50% { box-shadow: 0 5px 25px rgba(245, 81, 95, 0.6); } 100% { box-shadow: 0 5px 15px rgba(245, 81, 95, 0.3); } } .limited-offer h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; margin-bottom: 10px; } .trust-badges { display: flex; justify-content: center; gap: 20px; margin-top: 20px; flex-wrap: wrap; } .trust-badge { display: flex; align-items: center; background: white; padding: 10px 15px; border-radius: 50px; box-shadow: 0 3px 10px rgba(0,0,0,0.1); } .trust-badge i { margin-right: 10px; color: #0ba360; font-size: 1.2rem; } .highlight-box { background: linear-gradient(to right, #fafaff, #f6f6ff); border-left: 5px solid #6a11cb; padding: 20px; margin: 25px 0; border-radius: 8px; } .highlight-box h4 { color: #6a11cb; margin-bottom: 10px; font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; } footer { text-align: center; padding: 30px; background-color: #f8f9fa; color: #777; font-size: 0.9rem; border-top: 1px solid #eaeaea; } Luxe Treasures Exceptional Quality, Exceptional Service Brushed Brass Square Cabinet Handles Drawer Pulls,5 Inch,5 Pack Product Showcase About This Item For over a decade, has always been committed to bringing the best home revitalization experience to our users for we deeply understand what does a beautiful and fashionable house mean to a whole family. The Euro-style cabinet handle finished with Brushed Brass provides an elegant modern flavor to your cabinet and even your whole room. Fashionable and durable design coordinates with many décor themes, and are proven to be functional and elegant through years of use. Stainless steel handles can be used anywhere in the house to revitalize your kitchen or bathroom and provide any furniture updates. 5 handles in coordinating design and finish with two mounting holes can also be applied in cabinet drawers. Decorative Cabinet Hardware Revitalization with cabinet pulls is perfect for accenting the décor and style of existing cabinets or furniture. Decoration with our cabinet handles provide you with great convenience to change look and feel of an entire room. Stainless Steel Cabinet Pulls Adds a Distinguished Look The cabinet bar pulls elaborately crafted and designed to beautify your house with their simplicity. Tough Durable Design The lightweight but durable cabinet pull is built to withstand over years of wear and tear. They have a nice weight to them and come individually wrapped to protect against any scratches. Sleek Appearance Quick and easy install Screws included Why Choose This Product? Our items are carefully selected for their exceptional quality, design, and value. Each product undergoes rigorous quality checks before shipping to ensure your complete satisfaction. Outstanding Features 365-Day Evaluation: We believe you'll find value in your handles. Use them for a full year, and if they don't meet your needs, we're here to help If you're replacing your handle, measure and ensure the center to center hole spacing of the current handle is 5 inches(128mm) Installing new cabinet handles, drill two holes with center to center spacing of 5 inches(128mm) Size of cabinet hardware: Overall Length: 5-1/2 inch; Width: 1/2 inch;Thickness:1/2 inch;Projection: 1-2/5 inch; Screw-hole center: 5 inch Reliable design& fine touch: With advanced technique, the drawer pulls is made to be long lasting, accompanied with good looking and fine touch Simple look: The Brass cabinet handles have a wide appeal across a range of kitchen cabinet doors and drawers The Brushed Brass handles have a clean and timeless look that works with farmhouse, vintage, traditional and transitional styles A Special Thank You We genuinely appreciate your business and trust in our products. Every purchase supports our commitment to bringing you exceptional items at fair prices. 100% Satisfaction Guaranteed Customer Support Have questions? Our dedicated support team is here to help! Message us through eBay's messaging system anytime. We pride ourselves on rapid responses — typically within 12 hours or less. Secure Payment Your transaction is protected through eBay's secure payment system. We accept: All transactions are securely processed through eBay's trusted payment system for your complete peace of mind. Premium Shipping We only ship to the address provided at checkout. Please verify your address before completing your purchase Orders are processed within 1-2 business day (excluding weekends and holidays) Delivery usually takes 3-5 business days We use trusted shipping services such as UPS, FedEx, and USPS Shipping is available only within the contiguous United States. We do not ship to Alaska, Hawaii, Puerto Rico, or PO Boxes If there are any shipping delays, please contact us for support Safe & Reliable Shipping Buyer Protection Hassle-Free 30-Day Returns If you're not completely satisfied, contact us within 30 days of delivery We'll provide a prepaid return label for your convenience Simply package the unused item securely and ship it back Once received, we'll process your full refund within 2 business days Quality Guaranteed Secure Shopping Thank you for visiting Luxe Treasures on eBay | Dedicated to Excellence Condition: New. Category: Home & Garden › Home Improvement › Building & Hardware › Cabinet Hardware › Cabinet Pulls.
Additional views from the marketplace listing for 5 Pack 5 Inch Kitchen Square Cabinet Handles Brushed Brass Drawer Pulls.









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 5 Pack 5 Inch Kitchen Square Cabinet Handles Brushed Brass Drawer Pulls.

USD 28.99

USD 33.80

USD 32.36

USD 35.80

USD 54.67

USD 23.85

USD 41.07

USD 30.96

USD 27.85

USD 36.06