Brabantia Drying Rack | Over the Door | Mr Clothesline
{ "@context": "https://schema.org", "@graph": [ { "@type": "Product", "name": "Brabantia Hanging Drying Rack", "image": [ "https://mrclothesline.com.au/cdn/shop/files/BrabantiaHang ingRack_1024x1024.jpg" ], "description": "The Brabantia Hanging Drying Rack in Metallic Grey. Provides 4.5 meters of hanging space and holds up to 7.5kg. Fits doors, balcony rails, and walls up to 110mm thick. Features a smart lock system and soft protective covers to prevent damage.", "brand": { "@type": "Brand", "name": "Brabantia" }, "offers": { "@type": "Offer", "url": "https://mrclothesline.com.au/products/brabantia-hanging-drying-rack", "priceCurrency": "AUD", "price": "105.00", "priceValidUntil": "2026-12-31", "availability": "https://schema.org/InStock", "itemCondition": "https://schema.org/NewCondition", "seller": { "@type": "Organization", "name": "Mr Clothesline" }, "hasMerchantReturnPolicy": { "@type": "MerchantReturnPolicy", "applicableCountry": "AU", "returnPolicyCategory": "https://schema.org/FullRefund" }, "shippingDetails": { "@type": "OfferShippingDetails", "deliveryTime": { "@type": "ShippingDeliveryTime", "handlingTime": { "@type": "QuantitativeValue", "minValue": 0, "maxValue": 1, "unitCode": "DAY" }, "transitTime": { "@type": "QuantitativeValue", "minValue": 1, "maxValue": 15, "unitCode": "DAY" } } } }, "additionalProperty": [ { "@type": "PropertyValue", "name": "Hanging Space", "value": "4.5 meters" }, { "@type": "PropertyValue", "name": "Maximum Load", "value": "7.5kg" }, { "@type": "PropertyValue", "name": "Surface Compatibility", "value": "Doors and walls up to 110mm thick" } ] }, { "@type": "FAQPage", "mainEntity": [ { "@type": "Question", "name": "Where can the Brabantia Hanging Drying Rack be used?", "acceptedAnswer": { "@type": "Answer", "text": "It hangs on doors, balcony rails, and walls up to 110mm thick — almost anywhere in the home indoors or outdoors." } }, { "@type": "Question", "name": "Will it damage my door paintwork?", "acceptedAnswer": { "@type": "Answer", "text": "No. The folding arms have soft protective covers that protect door paintwork and prevent movement while in use." } }, { "@type": "Question", "name": "What is the smart lock system?", "acceptedAnswer": { "@type": "Answer", "text": "The smart lock retains the last angle setting used, so the rack hangs in the same position every time without needing to be readjusted." } } ] } ] } *, *::before, *::after { box-sizing: border-box; } body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; margin: 0; padding: 0; background: #ffffff; color: #1a1a1a; } .product-wrap { max-width: 800px; margin: 0 auto; padding: 20px 16px 40px; } .product-eyebrow { font-size: 11px; color: #888; text-transform: uppercase; letter-spacing: 0.5px; margin: 0 0 8px; } h1.product-title { font-size: clamp(18px, 4vw, 26px); font-weight: 700; color: #2A767A; margin: 0 0 6px; line-height: 1.3; } .product-subtitle { font-size: 13px; color: #666; margin: 0 0 12px; font-weight: 700; } .badge-row { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 16px; } .badge { font-size: 11px; padding: 4px 10px; border-radius: 20px; font-weight: 500; } .badge-blue { background: #e6f1fb; color: #0c447c; border: 1px solid #b5d4f4; } .badge-gray { background: #f1efe8; color: #444441; border: 1px solid #d3d1c7; } .badge-green { background: #eaf3de; color: #27500a; border: 1px solid #c0dd97; } .product-intro { font-size: 16px; line-height: 1.7; color: #333; margin: 0 0 20px; } .scan-strip { display: grid; grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)); gap: 8px; margin-bottom: 20px; } .scan-card { border: 1px solid #e0e0e0; border-top: 3px solid #2A767A; border-radius: 8px; padding: 12px 14px; background: #fff; } .sc-label { font-size: 10px; font-weight: 700; color: #2A767A; text-transform: uppercase; letter-spacing: 0.5px; margin: 0 0 4px; } .sc-value { font-size: 14px; font-weight: 600; color: #1a1a1a; margin: 0; line-height: 1.3; } .sc-sub { font-size: 11px; color: #555; margin: 2px 0 0; line-height: 1.3; } .feature-grid { display: flex; flex-direction: column; gap: 6px; margin-bottom: 20px; } .feature-card { border: 1px solid #eeeeee; border-radius: 8px; padding: 10px 14px; background: #ffffff; } .feature-card .fc-title { font-size: 16px; font-weight: 600; color: #1a1a1a; margin: 0 0 2px; } .feature-card .fc-sub { font-size: 16px; color: #666; margin: 0; line-height: 1.4; } /* ══ CSS CHECKBOX ACCORDION — Shopify safe, no JS ══ */ .mr-acc-wrap { margin-bottom: 24px; } .mr-acc-item { border: 1px solid #dddddd; border-radius: 8px; overflow: hidden; margin-bottom: 8px; position: relative; background: #fff; } .mr-acc-item input[type="checkbox"] { position: absolute !important; opacity: 0 !important; width: 100% !important; height: 52px !important; cursor: pointer !important; z-index: 5 !important; margin: 0 !important; left: 0 !important; top: 0 !important; } .mr-acc-item h3 { margin: 0 !important; padding: 16px 20px !important; font-size: 16px !important; font-weight: 700 !important; background: #2A767A !important; color: #ffffff !important; display: flex !important; justify-content: space-between !important; align-items: center !important; text-transform: uppercase !important; letter-spacing: 0.6px !important; line-height: 1 !important; border: none !important; } .mr-acc-item h3::after { content: '›' !important; font-size: 22px !important; color: #ffffff !important; transition: transform 0.2s !important; flex-shrink: 0; } .mr-acc-content { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; padding: 0 20px !important; background: #ffffff !important; } .mr-acc-item input[type="checkbox"]:checked + h3::after { transform: rotate(90deg) !important; } .mr-acc-item input[type="checkbox"]:checked ~ .mr-acc-content { max-height: 2000px !important; padding: 20px !important; border-top: 1px solid #eeeeee !important; } .spec-table { width: 100% !important; border-collapse: collapse !important; } .spec-table tr { border-bottom: 1px solid #eeeeee !important; } .spec-table tr:last-child { border-bottom: none !important; } .spec-table td { padding: 10px 0 !important; font-size: 16px !important; color: #333 !important; vertical-align: top; } .spec-table td:first-child { color: #666 !important; width: 45% !important; font-weight: 500 !important; } .suited-list { list-style: none !important; padding: 0 !important; margin: 0 !important; } .suited-list li { display: flex; gap: 10px; margin-bottom: 10px; align-items: flex-start; font-size: 16px; color: #333; line-height: 1.5; } .suited-list li:last-child { margin-bottom: 0; } .suited-dot { width: 6px; height: 6px; border-radius: 50%; background: #888; margin-top: 8px; flex-shrink: 0; } .faq-item { padding: 12px 0; border-bottom: 1px solid #eeeeee; } .faq-item:last-child { border-bottom: none; } .faq-q { font-size: 16px; font-weight: 700; color: #1a1a1a; margin: 0 0 5px; } .faq-a { font-size: 16px; color: #555; margin: 0; line-height: 1.6; } .cta-wrap { margin-top: 8px; } .cta-main { width: 100%; padding: 15px; background: #1a1a1a; color: #ffffff; border: none; border-radius: 10px; font-size: 16px; font-weight: 600; cursor: pointer; margin-bottom: 12px; display: block; text-align: center; text-decoration: none; } .cta-main:hover { background: #333; } .trust-row { display: flex; justify-content: space-around; flex-wrap: wrap; gap: 8px; } .trust-item { display: flex; align-items: center; gap: 5px; } .trust-dot { width: 7px; height: 7px; border-radius: 50%; background: #3B6D11; flex-shrink: 0; } .trust-item span { font-size: 14px; color: #666; } @media (max-width: 480px) { .product-wrap { padding: 14px 12px 32px; } .scan-strip { grid-template-columns: 1fr 1fr; } } Mr Clothesline / Brabantia Brabantia Hanging Drying Rack Hangs on doors · Folds away · 4.5m hanging space 4.5m hanging space Holds 7.5kg Metallic Grey Folds away The Brabantia Hanging Drying Rack, available from Mr Clothesline, offers 4.5 metres of hanging space and holds up to 7.5kg of washing. Hangs from doors, balcony rails, or walls up to 110mm thick. A smart lock system retains the last angle setting so it's ready to use instantly every time. Folds away neatly when not in use — ideal for apartments, small spaces, and anyone needing extra drying capacity at home. Hanging space 4.5 metres Extra drying capacity Max load 7.5kg Full wash load Fits on Doors · Walls up to 110mm Dimensions 68 x 34 x 30cm Colour Metallic Grey Soft protective covers Hangs almost anywhere Fits doors, balcony rails, and walls up to 110mm thick — no fixed installation needed 4.5m hanging space · holds 7.5kg Enough for a full household wash load in a compact footprint Smart lock system Retains the last angle setting — rehang instantly without readjusting Folds away when not in use Compact and easy to store — takes up minimal space Soft protective covers on folding arms Protects door paintwork and prevents movement while in use Metallic grey coated construction High-quality, durable materials built to last Technical Specifications Brand Brabantia Sold by Mr Clothesline Hanging space 4.5 metres Maximum load 7.5kg Dimensions 68 x 34 x 30cm Colour Metallic Grey Material Metallic grey Fits on Doors, balcony rails, walls up to 110mm thick Angle settings Adjustable — smart lock retains last setting Folds away Yes Best Suited For Apartments & units — hangs on doors or balcony rails without any permanent installation Small laundry areas — folds away completely when not in use, no floor space required Extra drying space — adds 4.5m of drying capacity instantly anywhere in the home Renting — no wall fixing required, no damage to walls or doors Anyone with doors up to 110mm thick — adjustable arms fit most standard and thicker doors Dispatch & Delivery Dispatch Next business day from our warehouse Metro delivery Typically 1–5 business days Regional delivery Typically 5–15 business days Frequently Asked Questions Where can the Brabantia hanging drying rack be used? It hangs on doors, balcony rails, and walls up to 110mm thick — almost anywhere in the home indoors or outdoors. How much can it hold? 4.5 metres of hanging space and up to 7.5kg of washing — enough for a full household load. Will it damage my door paintwork? No. The folding arms have soft protective covers that protect door paintwork and prevent movement while in use. What is the smart lock system? The smart lock retains the last angle setting used, so the rack hangs in the same position every time without needing to be readjusted. Does it fold away? Yes. The Brabantia Hanging Drying Rack folds away neatly when not in use, taking up minimal space. What are the dimensions? 68 x 34 x 30cm. Add to cart Next day dispatch No installation needed Genuine Brabantia
More you might like
Related
Brabantia Drying Rack
Related
Brabantia|Dish Drying Rack 闊身碗碟箕連底盆|深/淺灰
Related
Brabantia Dish Drying Rack
Related