
H37005G10 Double Prong Decorative Wall Hook Satin Nickel Coat Hat Bag Hanger
USD 24.81

Placeholder MP4 route for layout/testing. It is not declared as a VideoObject.
USD 16.81
Condition: New
View Wall Hook Satin Nickel Emerge Double Prong Decorative Coat Hat Bag H37003G10 with current marketplace pricing, condition, product images and item details. Image Gallery. Our dedicated team aims to respond within 24 hours. eBay Product Listing @import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600&family=Work+Sans:wght@300;400;500;600&display=swap'); :root { --color-primary: #715c63; --color-secondary: #eae1e4; --color-accent: #c7a480; --color-text: #3c3c3c; --color-light: #f8f8f8; --color-white: #ffffff; --font-heading: 'Cormorant Garamond', serif; --font-body: 'Work Sans', sans-serif; --spacing-xs: 5px; --spacing-sm: 10px; --spacing-md: 20px; --spacing-lg: 30px; --spacing-xl: 40px; --radius-sm: 4px; --radius-md: 8px; --shadow-soft: 0 2px 15px rgba(0,0,0,0.05); } * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: var(--font-body); color: var(--color-text); background-color: var(--color-light); line-height: 1.6; font-size: 15px; font-weight: 300; } .container { max-width: 1100px; margin: 0 auto; background-color: var(--color-white); box-shadow: var(--shadow-soft); } /* Typography */ h1, h2, h3, h4, h5 { font-family: var(--font-heading); font-weight: 500; color: var(--color-primary); } /* Header */ .header { position: relative; text-align: center; padding: var(--spacing-xl) var(--spacing-md); background-color: var(--color-white); border-bottom: 1px solid var(--color-secondary); } .header::after { content: ""; position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%); width: 50px; height: 20px; background-color: var(--color-white); border-left: 1px solid var(--color-secondary); border-right: 1px solid var(--color-secondary); border-bottom: 1px solid var(--color-secondary); border-radius: 0 0 var(--radius-md) var(--radius-md); } .brand { font-family: var(--font-heading); font-size: 2.5rem; margin-bottom: var(--spacing-xs); color: var(--color-primary); letter-spacing: 1px; } .tagline { font-size: 0.95rem; color: var(--color-accent); letter-spacing: 2px; text-transform: uppercase; font-weight: 400; } /* Product Title */ .product-title-container { text-align: center; padding: var(--spacing-xl) var(--spacing-md); background-color: var(--color-secondary); color: var(--color-primary); } .product-title { font-size: 2rem; margin-bottom: var(--spacing-sm); position: relative; display: inline-block; color: var(--color-primary); } .product-title::after { content: ""; display: block; width: 40%; height: 1px; background-color: var(--color-accent); margin: var(--spacing-sm) auto 0; } /* Layout */ .content-container { display: grid; grid-template-columns: 1fr 350px; gap: var(--spacing-xl); padding: var(--spacing-xl); } @media (max-width: 768px) { .content-container { grid-template-columns: 1fr; } } .sections, .sidebar { display: flex; flex-direction: column; gap: var(--spacing-lg); } /* Section Styling */ .section { background-color: var(--color-white); border-radius: var(--radius-md); overflow: hidden; } .section-header { position: relative; background-color: var(--color-primary); color: var(--color-white); padding: var(--spacing-md); display: flex; align-items: center; } .section-icon { margin-right: var(--spacing-md); font-size: 1.2rem; } .section-title { font-family: var(--font-heading); font-size: 1.3rem; font-weight: 500; letter-spacing: 0.5px; color: var(--color-white); } .section-content { padding: var(--spacing-lg); border: 1px solid var(--color-secondary); border-top: none; } /* Gallery */ .gallery-section .section-header { background-color: var(--color-accent); } .gallery-placeholder { aspect-ratio: 16/9; background-color: var(--color-light); display: flex; align-items: center; justify-content: center; color: #aaa; font-style: italic; } /* Description & Features */ .descriptions p { margin-bottom: var(--spacing-md); } .feature-list { list-style: none; } .feature-list li { position: relative; margin-bottom: var(--spacing-md); padding-left: 30px; border-bottom: 1px dotted var(--color-secondary); padding-bottom: var(--spacing-md); } .feature-list li:last-child { margin-bottom: 0; border-bottom: none; padding-bottom: 0; } .feature-list li::before { content: "❧"; position: absolute; left: 0; top: 0; color: var(--color-accent); font-size: 1.2rem; } .quality-note { margin-top: var(--spacing-lg); padding: var(--spacing-lg); background-color: var(--color-light); border-left: 3px solid var(--color-accent); text-align: center; } .quality-title { font-family: var(--font-heading); font-size: 1.4rem; margin-bottom: var(--spacing-sm); color: var(--color-primary); } .quality-badge { display: inline-block; margin-top: var(--spacing-sm); padding: var(--spacing-xs) var(--spacing-md); background-color: var(--color-accent); color: var(--color-white); font-size: 0.8rem; font-weight: 500; border-radius: 20px; } /* Sidebar sections */ .shipping-section .section-header { background-color: #7986cb; } .payment-section .section-header { background-color: #66bb6a; } .return-section .section-header { background-color: #ff8a65; } .contact-section .section-header { background-color: #5c6bc0; } /* Shipping */ .shipping-list { list-style: none; } .shipping-list li { margin-bottom: var(--spacing-md); padding-bottom: var(--spacing-md); border-bottom: 1px dotted var(--color-secondary); padding-left: 25px; position: relative; } .shipping-list li:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; } .shipping-list li::before { content: "→"; position: absolute; left: 0; top: 0; color: #7986cb; } .shipping-tag { display: inline-block; margin-top: var(--spacing-md); padding: var(--spacing-xs) var(--spacing-md); background-color: #e8eaf6; color: #3f51b5; border-radius: var(--radius-sm); font-size: 0.9rem; } .shipping-tag i { margin-right: var(--spacing-xs); } /* Payment */ .payment-methods { display: flex; flex-wrap: wrap; gap: var(--spacing-sm); margin-top: var(--spacing-md); } .payment-icon { width: 45px; height: 35px; background-color: var(--color-light); border-radius: var(--radius-sm); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; color: #616161; } .payment-notice { margin-top: var(--spacing-md); font-size: 0.9rem; color: #757575; padding-left: 25px; position: relative; } .payment-notice i { position: absolute; left: 0; top: 3px; color: #66bb6a; } /* Returns */ .return-steps { list-style: none; counter-reset: steps; } .return-steps li { position: relative; padding-left: 40px; margin-bottom: var(--spacing-md); counter-increment: steps; } .return-steps li:last-child { margin-bottom: 0; } .return-steps li::before { content: counter(steps); position: absolute; left: 0; top: 0; width: 28px; height: 28px; background-color: #ff8a65; color: var(--color-white); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.9rem; } /* Contact */ .contact-text { line-height: 1.7; } .star-rating { margin: var(--spacing-md) 0; color: #ffc107; } Welcome to shopping excellence Browse with confidence, leave with satisfaction H37003G10 | Emerge Double Prong Decorative Wall Hook | Satin Nickel Hook for Coats, Hats, Backpacks, Bags | Hooks for Bathroom, Bedroom, Closet, Entryway, Laundry Room, Office Image Gallery Product Description Contemporary style adds a stunning upgrade to any entryway, mudroom, laundry room or bath Perfect for hanging coats, bathrobes, towels, hats, purses or backpacks Holds up to 25 lbs when properly installed Includes mounting hardware, instructions and mounting template for easy installation While we strive to accurately display colors, they may appear differently due to variations in individual monitor settings, which are beyond our control Product Feature Exceptional Standards We meticulously select each item for its quality, craftsmanship, and enduring value. Verified Excellence Delivery Details Items will be shipped to your registered eBay address. Please verify your address before purchase. Standard delivery takes approximately 3-7 business days. Professional shipping via established carriers. Available to the 48 contiguous United States only. We cannot ship to Alaska, Hawaii, or U.S. territories. APO/FPO addresses and P.O. Boxes are not supported. Complimentary tracking included Transaction Methods We accept these secure payment options: All transactions are processed securely through eBay's payment system. Returns & Exchanges 30-Day Satisfaction Assurance Please contact us within 30 days of receiving your purchase. We will promptly provide return address information. Return the item in its original condition and packaging. After inspection, refunds are processed within 48 hours. Client Assistance Have questions? Reach out through eBay's messaging platform. Our dedicated team aims to respond within 24 hours. Condition: New. Category: Home & Garden › Household Supplies & Cleaning › Home Organization › Hooks & Hangers.
Additional views from the marketplace listing for Wall Hook Satin Nickel Emerge Double Prong Decorative Coat Hat Bag H37003G10.








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 Wall Hook Satin Nickel Emerge Double Prong Decorative Coat Hat Bag H37003G10.

USD 24.81

USD 16.25

USD 22.33

USD 28.48

USD 34.09

USD 16.64

USD 24.77

USD 22.40

USD 15.99

USD 35.25