{"product_id":"heavy-duty-3-tier-dumbbell-rack","title":"HEAVY DUTY 3 TIER DUMBBELL RACK — 120cm | Holds 11 Pairs","description":"\u003cstyle\u003e\n\/* ============================================================\n\n   247 Gym Equipment — Shopify Product Description Design System\n\n   Use this CSS for all product page descriptions.\n\n   Do not modify class names or CSS variables.\n\n   ============================================================ *\/\n\n:root {\n\n--bg:         #f9f9f9;\n\n--card:       #ffffff;\n\n--card-alt:   #f2f2f2;\n\n--border:     #dcdcdc;\n\n--accent:     #9a7209;\n\n--accent-lt:  #f5e9c8;\n\n--text:       #1a1a1a;\n\n--muted:      #4a4a4a;\n\n--faint:      #888888;\n\n--green:      #2a7a48;\n\n--green-bg:   #eaf5ee;\n\n--red:        #b83232;\n\n--red-bg:     #fdecea;\n\n--blue:       #1a4a8a;\n\n--blue-bg:    #eaf0fa;\n\n--shadow:     rgba(0,0,0,.06);\n\n--stat-num:   #c8391a;\n\n}\n\n* { box-sizing: border-box; margin: 0; padding: 0; }\n\nbody { background: var(--bg); color: var(--text); font-family: 'Barlow', sans-serif; font-size: 17px; line-height: 1.7; }\n\n.pd { max-width: 900px; margin: 0 auto; padding: 36px 24px 80px; }\n\n\/* ── Badges ── *\/\n\n.badge-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }\n\n.badge { display: inline-flex; align-items: center; gap: 6px; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; padding: 5px 12px; border-radius: 3px; }\n\n.b-green { background: var(--green-bg); color: var(--green); border: 1px solid var(--green); }\n\n.b-gold  { background: var(--accent-lt); color: var(--accent); border: 1px solid var(--accent); }\n\n.b-grey  { background: var(--card-alt); color: var(--muted); border: 1px solid var(--border); }\n\n.b-blue  { background: var(--blue-bg); color: var(--blue); border: 1px solid var(--blue); }\n\n.dot { width: 6px; height: 6px; border-radius: 50%; background: var(--green); display: inline-block; animation: blink 1.8s infinite; }\n\n@keyframes blink { 0%,100%{opacity:1} 50%{opacity:.25} }\n\n\/* ── Headings ── *\/\n\n.pd-h1 { font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-size: 36px; text-transform: uppercase; letter-spacing: .02em; color: var(--text); line-height: 1.1; margin-bottom: 4px; }\n\n.pd-h1 .sub { color: var(--accent); font-size: 21px; display: block; margin-top: 5px; font-weight: 700; }\n\n.lbl { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: var(--accent); margin-bottom: 8px; display: block; }\n\nh2.stitle { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 27px; letter-spacing: .02em; text-transform: uppercase; color: var(--text); margin-bottom: 16px; line-height: 1.1; }\n\n\/* ── Intro block ── *\/\n\n.pd-intro { border-left: 4px solid var(--accent); background: var(--accent-lt); border-radius: 0 6px 6px 0; padding: 16px 20px; margin: 18px 0 28px; }\n\n.pd-intro p { font-size: 17px; color: var(--muted); line-height: 1.75; margin-bottom: 10px; }\n\n.pd-intro p:last-child { margin-bottom: 0; }\n\n.pd-intro p strong { color: var(--text); }\n\n\/* ── Stat cards ── *\/\n\n.stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; margin-bottom: 28px; }\n\n@media(max-width:600px){ .stats { grid-template-columns: repeat(2,1fr); } }\n\n.stat { background: var(--card); border: 1px solid var(--border); border-radius: 8px; padding: 16px 12px; text-align: center; box-shadow: 0 1px 4px var(--shadow); transition: border-color .2s; }\n\n.stat:hover { border-color: var(--stat-num); }\n\n.stat-n { font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-size: 30px; color: var(--stat-num); line-height: 1; display: block; }\n\n.stat-u { font-size: 12px; color: var(--stat-num); font-weight: 600; }\n\n.stat-l { font-size: 11.5px; color: var(--faint); margin-top: 5px; display: block; text-transform: uppercase; letter-spacing: .05em; font-family: 'Barlow Condensed', sans-serif; }\n\n\/* ── Highlight box ── *\/\n\n.hi-box { background: var(--card); border: 1px solid var(--border); border-left: 4px solid var(--accent); border-radius: 0 6px 6px 0; padding: 16px 20px; margin: 22px 0; font-size: 16.5px; color: var(--muted); line-height: 1.75; }\n\n.hi-box strong { color: var(--text); }\n\n\/* ── Three-column feature cards ── *\/\n\n.three-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-bottom: 28px; }\n\n@media(max-width:540px){ .three-grid { grid-template-columns: 1fr; } }\n\n.three-card { background: var(--card); border: 1px solid var(--border); border-radius: 8px; padding: 20px 16px; text-align: center; box-shadow: 0 1px 3px var(--shadow); transition: border-color .2s; }\n\n.three-card:hover { border-color: var(--accent); }\n\n.tc-num { font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-size: 42px; color: var(--accent); line-height: 1; display: block; }\n\n.tc-title { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 16px; text-transform: uppercase; letter-spacing: .05em; color: var(--text); display: block; margin: 6px 0 8px; }\n\n.tc-desc { font-size: 14px; color: var(--muted); line-height: 1.55; }\n\n\/* ── Pulley \/ blue info box ── *\/\n\n.pulley-box { background: var(--blue-bg); border: 2px solid var(--blue); border-radius: 10px; padding: 20px 24px; margin-bottom: 28px; }\n\n.pulley-box h3 { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 16px; color: var(--blue); text-transform: uppercase; letter-spacing: .05em; margin-bottom: 10px; }\n\n.pulley-box p { font-size: 15.5px; color: var(--muted); line-height: 1.7; margin-bottom: 10px; }\n\n.pulley-box p:last-child { margin-bottom: 0; }\n\n.pulley-box strong { color: var(--text); }\n\n.pulley-specs { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 14px; }\n\n@media(max-width:480px){ .pulley-specs { grid-template-columns: 1fr; } }\n\n.pulley-spec { background: var(--card); border: 1px solid rgba(26,74,138,.2); border-radius: 6px; padding: 11px 13px; }\n\n.pulley-spec strong { display: block; font-family: 'Barlow'; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .03em; color: var(--blue); margin-bottom: 6px; }\n\n.pulley-spec span { font-size: 14.5px; color: var(--muted); line-height: 1.55; }\n\n\/* ── Chin-up \/ green checklist box ── *\/\n\n.chinup-box { background: var(--green-bg); border: 2px solid var(--green); border-radius: 10px; padding: 18px 22px; margin-bottom: 28px; }\n\n.chinup-box h3 { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 14px; color: var(--green); text-transform: uppercase; letter-spacing: .05em; margin-bottom: 10px; }\n\n.chinup-box ul { list-style: none; display: flex; flex-direction: column; gap: 6px; }\n\n.chinup-box ul li { font-size: 15px; color: var(--muted); display: flex; gap: 8px; align-items: flex-start; line-height: 1.6; }\n\n.chinup-box ul li::before { content: '✓'; color: var(--green); font-weight: 800; flex-shrink: 0; }\n\n.chinup-box ul li strong { color: var(--text); }\n\n\/* ── Spec checklist (2-col) ── *\/\n\n.spec-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 28px; }\n\n@media(max-width:520px){ .spec-cols { grid-template-columns: 1fr; } }\n\n.spec-item { background: var(--card); border: 1px solid var(--border); border-radius: 6px; padding: 11px 15px; display: flex; gap: 10px; align-items: flex-start; }\n\n.spec-item::before { content: '✔'; color: var(--accent); font-size: 14px; font-weight: 700; flex-shrink: 0; margin-top: 2px; }\n\n.spec-item-text { font-size: 15px; color: var(--muted); line-height: 1.55; }\n\n.spec-item-text strong { color: var(--text); display: block; font-size: 14.5px; margin-bottom: 1px; }\n\n\/* ── Attachments \/ inclusions grid ── *\/\n\n.att-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 28px; }\n\n@media(max-width:500px){ .att-grid { grid-template-columns: 1fr; } }\n\n.att-item { background: var(--card); border: 1px solid var(--border); border-radius: 6px; padding: 10px 14px; display: flex; gap: 10px; align-items: flex-start; }\n\n.att-icon { font-size: 18px; flex-shrink: 0; margin-top: 2px; }\n\n.att-item strong { display: block; font-size: 14.5px; color: var(--text); margin-bottom: 2px; }\n\n.att-item span { font-size: 15.5px; color: var(--muted); line-height: 1.6; }\n\n\/* ── Optional upgrades grid ── *\/\n\n.opt-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-bottom: 28px; }\n\n@media(max-width:560px){ .opt-grid { grid-template-columns: 1fr 1fr; } }\n\n.opt-item { background: var(--card); border: 1px solid var(--border); border-radius: 6px; padding: 10px 12px; font-size: 14.5px; color: var(--muted); display: flex; gap: 8px; align-items: center; }\n\n.opt-item::before { content: '+'; color: var(--accent); font-weight: 800; flex-shrink: 0; font-size: 14px; }\n\n\/* ── Exercise library ── *\/\n\n.ex-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 28px; }\n\n@media(max-width:540px){ .ex-grid { grid-template-columns: 1fr; } }\n\n.ex-card { background: var(--card); border: 1px solid var(--border); border-radius: 8px; padding: 15px 17px; }\n\n.ex-card h3 { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 14.5px; text-transform: uppercase; letter-spacing: .06em; color: var(--accent); margin-bottom: 10px; border-bottom: 1px solid var(--border); padding-bottom: 7px; }\n\n.ex-list { list-style: none; }\n\n.ex-list li { font-size: 14.5px; color: var(--muted); padding: 5px 0; border-bottom: 1px solid var(--border); display: flex; gap: 8px; align-items: flex-start; }\n\n.ex-list li:last-child { border-bottom: none; }\n\n.ex-list li::before { content: '→'; color: var(--accent); font-weight: 700; flex-shrink: 0; }\n\n\/* ── Specifications table ── *\/\n\n.sp-table { width: 100%; border-collapse: collapse; font-size: 15.5px; margin-bottom: 28px; }\n\n.sp-table tr { border-bottom: 1px solid var(--border); }\n\n.sp-table tr:last-child { border-bottom: none; }\n\n.sp-table td { padding: 11px 16px; vertical-align: top; }\n\n.sp-table td:first-child { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 14.5px; text-transform: uppercase; letter-spacing: .06em; color: var(--accent); width: 46%; white-space: nowrap; background: var(--card-alt); }\n\n.sp-table td:last-child { color: var(--muted); background: var(--card); }\n\n\/* ── Ratings \/ capacity table ── *\/\n\n.rat-table { width: 100%; border-collapse: collapse; font-size: 15.5px; margin-bottom: 28px; }\n\n.rat-table th { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 13.5px; text-transform: uppercase; letter-spacing: .05em; padding: 10px 16px; text-align: left; background: var(--card-alt); color: var(--text); border-bottom: 2px solid var(--border); }\n\n.rat-table td { padding: 10px 16px; border-bottom: 1px solid var(--border); color: var(--muted); background: var(--card); }\n\n.rat-table tr:nth-child(even) td { background: var(--card-alt); }\n\n.rat-table .val { color: var(--text); font-weight: 700; }\n\n\/* ── Pros and cons ── *\/\n\n.pros-cons { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 28px; }\n\n@media(max-width:540px){ .pros-cons { grid-template-columns: 1fr; } }\n\n.pc-card { background: var(--card); border: 1px solid var(--border); border-radius: 8px; padding: 16px 18px; }\n\n.pc-title { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 16px; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 12px; padding-bottom: 8px; border-bottom: 2px solid var(--border); }\n\n.pc-title.pro { color: var(--green); border-color: var(--green); }\n\n.pc-title.con { color: var(--red); border-color: var(--red); }\n\n.pc-list { list-style: none; display: flex; flex-direction: column; gap: 8px; }\n\n.pc-list li { font-size: 14.5px; color: var(--muted); display: flex; gap: 8px; align-items: flex-start; line-height: 1.4; }\n\n.pc-list.pros li::before { content: '✓'; color: var(--green); font-weight: 700; flex-shrink: 0; }\n\n.pc-list.cons li::before { content: '✗'; color: var(--red); font-weight: 700; flex-shrink: 0; }\n\n\/* ── Who is it for list ── *\/\n\n.who-list { list-style: none; display: flex; flex-direction: column; gap: 8px; margin-bottom: 28px; }\n\n.who-list li { display: flex; align-items: flex-start; gap: 12px; background: var(--card); border: 1px solid var(--border); border-radius: 6px; padding: 11px 15px; font-size: 15.5px; color: var(--muted); line-height: 1.6; }\n\n.who-list li::before { content: '✓'; color: var(--green); font-weight: 700; flex-shrink: 0; font-size: 15px; }\n\n.who-list li strong { color: var(--text); display: block; margin-bottom: 2px; }\n\n\/* ── Review card ── *\/\n\n.review-card { background: var(--card); border: 1px solid var(--border); border-radius: 8px; padding: 18px 20px; margin-bottom: 28px; }\n\n.review-stars { color: #f5c842; font-size: 18px; margin-bottom: 8px; }\n\n.review-text { font-size: 15.5px; color: var(--muted); line-height: 1.6; font-style: italic; margin-bottom: 10px; }\n\n.review-author { font-size: 14px; font-weight: 700; color: var(--text); }\n\n.review-loc { font-size: 13.5px; color: var(--faint); }\n\n\/* ── Note box ── *\/\n\n.note-box { background: var(--card); border: 1px solid var(--border); border-radius: 6px; padding: 12px 16px; font-size: 14.5px; color: var(--muted); margin-bottom: 28px; }\n\n.note-box strong { color: var(--text); }\n\n\/* ── Showroom box ── *\/\n\n.showroom-box { background: var(--card); border: 1px solid var(--border); border-radius: 8px; padding: 20px 24px; margin-bottom: 28px; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 16px; }\n\n@media(max-width:600px){ .showroom-box { grid-template-columns: 1fr; } }\n\n.sr-item { display: flex; gap: 12px; align-items: flex-start; }\n\n.sr-icon { font-size: 22px; flex-shrink: 0; margin-top: 2px; }\n\n.sr-text strong { display: block; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 14.5px; text-transform: uppercase; letter-spacing: .04em; color: var(--text); margin-bottom: 3px; }\n\n.sr-text span { font-size: 14px; color: var(--muted); line-height: 1.5; display: block; }\n\n.map-btn { display: inline-flex; align-items: center; gap: 6px; margin-top: 8px; padding: 8px 14px; background: var(--text); color: #fff; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 13.5px; text-transform: uppercase; letter-spacing: .06em; text-decoration: none; border-radius: 4px; transition: background .2s; }\n\n.map-btn:hover { background: var(--accent); }\n\n\/* ── Delivery cards ── *\/\n\n.del-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-bottom: 28px; }\n\n@media(max-width:560px){ .del-grid { grid-template-columns: 1fr; } }\n\n.del-card { background: var(--card); border: 1px solid var(--border); border-radius: 8px; padding: 16px; text-align: center; box-shadow: 0 1px 3px var(--shadow); }\n\n.del-icon { font-size: 24px; display: block; margin-bottom: 6px; }\n\n.del-title { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 14.5px; text-transform: uppercase; letter-spacing: .04em; color: var(--text); display: block; margin-bottom: 4px; }\n\n.del-text { font-size: 14px; color: var(--muted); line-height: 1.55; }\n\n\/* ── Related products \/ internal links ── *\/\n\n.rel-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; margin-bottom: 28px; }\n\n@media(max-width:480px){ .rel-grid { grid-template-columns: 1fr; } }\n\n.rel-link { display: flex; align-items: center; gap: 10px; background: var(--card); border: 1px solid var(--border); border-radius: 6px; padding: 12px 15px; text-decoration: none; color: var(--text); font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 15.5px; text-transform: uppercase; letter-spacing: .03em; transition: border-color .2s, color .2s; }\n\n.rel-link:hover { border-color: var(--accent); color: var(--accent); }\n\n.rel-link .arr { margin-left: auto; color: var(--accent); }\n\n\/* ── FAQ accordion ── *\/\n\n.faq-section { margin-bottom: 32px; }\n\n.faq-item { border-bottom: 1px solid var(--border); }\n\n.faq-item:first-child { border-top: 1px solid var(--border); }\n\n.faq-item input[type=\"checkbox\"] { display: none; }\n\n.faq-q { font-family: 'Barlow', sans-serif; font-size: 16.5px; font-weight: 600; color: var(--text); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 14px; user-select: none; padding: 15px 0; }\n\n.faq-q:hover { color: var(--accent); }\n\n.faq-q::after { content: '+'; font-size: 21px; color: var(--accent); flex-shrink: 0; transition: transform .25s; font-weight: 300; }\n\n.faq-item input:checked ~ .faq-q::after { transform: rotate(45deg); }\n\n.faq-a { font-size: 15.5px; color: var(--muted); line-height: 1.75; max-height: 0; overflow: hidden; transition: max-height .4s ease, padding .35s ease; }\n\n.faq-item input:checked ~ .faq-a { max-height: 600px; padding-bottom: 15px; }\n\n.faq-a strong { color: var(--text); }\n\n.faq-a a { color: var(--accent); font-weight: 600; text-decoration: none; }\n\n\/* ── Section divider ── *\/\n\n.div { height: 1px; background: linear-gradient(90deg, var(--accent) 0%, transparent 70%); margin: 24px 0; opacity: .35; }\n\n\/* ── Geo delivery footer ── *\/\n\n.geo { background: var(--card-alt); border: 1px solid var(--border); border-radius: 6px; padding: 14px 18px; font-size: 14.5px; color: var(--faint); line-height: 1.8; }\n\n.geo strong { color: var(--muted); }\n\n\/* ── Video embed ── *\/\n\n.vid-wrap { margin-bottom: 24px; border-radius: 10px; overflow: hidden; box-shadow: 0 2px 12px var(--shadow); border: 1px solid var(--border); }\n\n.vid-wrap iframe { display: block; width: 100%; height: 420px; border: 0; }\n\n@media(max-width:600px){ .vid-wrap iframe { height: 240px; } }\n\n\/* ── Mobile readability upgrade ── *\/\n\n@media(max-width:600px){\nbody { font-size: 16.5px; }\n.pd { padding-left: 18px; padding-right: 18px; }\n.pd-h1 { font-size: 31px; }\n.pd-h1 .sub { font-size: 19px; }\nh2.stitle { font-size: 24px; }\n.pd-intro p { font-size: 16px; }\n.hi-box { font-size: 16px; }\n.sp-table, .rat-table { font-size: 14.5px; }\n.sp-table td { padding: 10px 11px; }\n.sp-table td:first-child { white-space: normal; }\n}\n\u003c\/style\u003e\n\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@700;800;900\u0026amp;family=Barlow:wght@400;500;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003c!-- LLM CONTEXT: 3-Tier Dumbbell Rack 120cm | 24\/7 Gym Equipment | 247gymequipment.com.au\n     Category: Dumbbell Storage Rack\n     Primary use: Home gym \/ PT studio \/ Commercial gym storage\n     Key specs: 120cm overall width, 110cm rail length, 85cm height, 48cm depth, 3 tiers, holds 11 pairs of dumbbells, suits 5-30kg dumbbell range\n     Includes: Rack frame, 3 storage rails, upright frame, stabilising base, mounting hardware (To confirm exact hardware count)\n     In stock: Yes | Australian stock | Ships Australia-wide\n     Showroom: 10\/202 Milperra Road, Milperra NSW 2214 | Mon–Fri 9am–5pm\n     Phone: 1300 247 888 | sales@247gymequipment.com.au\n--\u003e\n\n\u003cdiv class=\"pd\"\u003e\n\n  \u003cdiv class=\"badge-row\"\u003e\n    \u003cspan class=\"badge b-green\"\u003e\u003cspan class=\"dot\"\u003e\u003c\/span\u003eIn Stock\u003c\/span\u003e\n    \u003cspan class=\"badge b-gold\"\u003eOn Display, Milperra Showroom\u003c\/span\u003e\n    \u003cspan class=\"badge b-grey\"\u003eAustralia-Wide Delivery\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003ch1 class=\"pd-h1\"\u003e3-Tier Dumbbell Rack 120cm\u003cspan class=\"sub\"\u003eHolds 11 Pairs (5–30kg) | Home Gym, PT Studio \u0026amp; Commercial\u003c\/span\u003e\n\u003c\/h1\u003e\n\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0756\/3201\/7681\/files\/3_tiers_dumbbell_rack_130_cm_247_gym_equipment.jpg?v=1775267281\" alt=\"3-tier dumbbell rack 120cm shown from the front with three angled steel storage tiers and a wide stable base\" style=\"width:100%; border-radius:8px; border:1px solid var(--border); object-fit:cover; display:block; margin-bottom:28px;\"\u003e\n\n  \u003cdiv class=\"pd-intro\"\u003e\n    \u003cp\u003eThe \u003cstrong\u003e3-Tier Dumbbell Rack 120cm\u003c\/strong\u003e gives your home gym, garage gym, or PT studio a dedicated home for up to 11 pairs of dumbbells, keeping them off the floor and organised by weight for quick access between sets.\u003c\/p\u003e\n    \u003cp\u003eAt 120cm wide with a 110cm rail on each of the three tiers, it's built to suit a dumbbell set in the 5kg to 30kg range, without needing a full equipment wall to fit it in.\u003c\/p\u003e\n    \u003cp\u003eIf you have been stepping over loose dumbbells or stacking them awkwardly against a wall, this rack solves that problem properly. Keep reading for the full specifications, what is included, and an honest look at the pros and cons before you decide.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"stats\"\u003e\n    \u003cdiv class=\"stat\"\u003e\n      \u003cspan class=\"stat-n\"\u003e3\u003c\/span\u003e\n      \u003cspan class=\"stat-u\"\u003eTIERS\u003c\/span\u003e\n      \u003cspan class=\"stat-l\"\u003eStorage Levels\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"stat\"\u003e\n      \u003cspan class=\"stat-n\"\u003e11\u003c\/span\u003e\n      \u003cspan class=\"stat-u\"\u003ePAIRS\u003c\/span\u003e\n      \u003cspan class=\"stat-l\"\u003eDumbbell Capacity\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"stat\"\u003e\n      \u003cspan class=\"stat-n\"\u003e120\u003c\/span\u003e\n      \u003cspan class=\"stat-u\"\u003eCM\u003c\/span\u003e\n      \u003cspan class=\"stat-l\"\u003eOverall Width\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"stat\"\u003e\n      \u003cspan class=\"stat-n\"\u003e5–30\u003c\/span\u003e\n      \u003cspan class=\"stat-u\"\u003eKG\u003c\/span\u003e\n      \u003cspan class=\"stat-l\"\u003eDumbbell Range\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"div\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"note-box\"\u003e\n\u003cstrong\u003eSpace tip:\u003c\/strong\u003e allow at least 1.5–2m of clear floor space in front of the rack for comfortable loading, unloading, and any floor-based exercises alongside it.\u003c\/div\u003e\n\n  \u003cspan class=\"lbl\"\u003eWhat Is Included\u003c\/span\u003e\n  \u003ch2 class=\"stitle\"\u003eWhat Comes With Your Dumbbell Rack\u003c\/h2\u003e\n  \u003cdiv class=\"att-grid\"\u003e\n    \u003cdiv class=\"att-item\"\u003e\n      \u003cspan class=\"att-icon\"\u003e🏗️\u003c\/span\u003e\n      \u003cdiv\u003e\n\u003cstrong\u003eSteel Rack Frame\u003c\/strong\u003e\u003cspan\u003eComplete upright frame with three storage tiers, ready for assembly.\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"att-item\"\u003e\n      \u003cspan class=\"att-icon\"\u003e📏\u003c\/span\u003e\n      \u003cdiv\u003e\n\u003cstrong\u003e3 x Storage Rails\u003c\/strong\u003e\u003cspan\u003eEach rail runs 110cm long across the 120cm frame width.\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"att-item\"\u003e\n      \u003cspan class=\"att-icon\"\u003e🔩\u003c\/span\u003e\n      \u003cdiv\u003e\n\u003cstrong\u003eMounting Hardware\u003c\/strong\u003e\u003cspan\u003eBolts and fixings for assembling the frame and rails. (Exact hardware kit: To confirm)\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"att-item\"\u003e\n      \u003cspan class=\"att-icon\"\u003e🦶\u003c\/span\u003e\n      \u003cdiv\u003e\n\u003cstrong\u003eStabilising Base Feet\u003c\/strong\u003e\u003cspan\u003eWide base feet at 48cm depth for a stable, non-tipping footprint.\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cspan class=\"lbl\"\u003eKey Features\u003c\/span\u003e\n  \u003ch2 class=\"stitle\"\u003eWhy This Rack Works For Most Home Gyms\u003c\/h2\u003e\n  \u003cdiv class=\"spec-cols\"\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-item-text\"\u003e\n\u003cstrong\u003eThree Angled Tiers\u003c\/strong\u003eDumbbells stay visible and easy to grab at a glance, rather than buried in a pile.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-item-text\"\u003e\n\u003cstrong\u003eCompact 120cm Footprint\u003c\/strong\u003eFits against a wall or in a corner without needing a full equipment bay.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-item-text\"\u003e\n\u003cstrong\u003eHolds 11 Pairs\u003c\/strong\u003eEnough capacity for a 5kg to 30kg dumbbell set in most home and studio setups.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-item-text\"\u003e\n\u003cstrong\u003eStable Base Design\u003c\/strong\u003e48cm depth base feet keep the rack planted when dumbbells are loaded or removed.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-item-text\"\u003e\n\u003cstrong\u003ePowder-Coated Finish\u003c\/strong\u003eCoating designed to handle daily gym use. (Exact finish specification: To confirm)\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-item-text\"\u003e\n\u003cstrong\u003eRail-Style Storage\u003c\/strong\u003eRails cradle each dumbbell head so pairs sit securely without rolling.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hi-box\"\u003e\n    \u003cstrong\u003eBuild quality:\u003c\/strong\u003e the frame uses a welded steel construction with a sloped three-tier rail layout, designed to keep dumbbells stable and visible at every level. Exact steel gauge and total weight rating are To confirm with the supplier before publishing final figures.\n  \u003c\/div\u003e\n\n  \u003cspan class=\"lbl\"\u003eSpecifications\u003c\/span\u003e\n  \u003ch2 class=\"stitle\"\u003eTechnical Specifications\u003c\/h2\u003e\n  \u003ctable class=\"sp-table\"\u003e\n    \u003ctr\u003e\n\u003ctd\u003eOverall Width\u003c\/td\u003e\n\u003ctd\u003e120cm\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eRail Length (Per Tier)\u003c\/td\u003e\n\u003ctd\u003e110cm\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eOverall Height\u003c\/td\u003e\n\u003ctd\u003e85cm\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eOverall Depth\u003c\/td\u003e\n\u003ctd\u003e48cm\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eNumber Of Tiers\u003c\/td\u003e\n\u003ctd\u003e3\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eDumbbell Pair Capacity\u003c\/td\u003e\n\u003ctd\u003e11 pairs\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eRecommended Dumbbell Range\u003c\/td\u003e\n\u003ctd\u003e5kg – 30kg\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eFrame Material\u003c\/td\u003e\n\u003ctd\u003eSteel (exact gauge: To confirm)\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eFinish\u003c\/td\u003e\n\u003ctd\u003ePowder coated (exact spec: To confirm)\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eTotal Weight Capacity\u003c\/td\u003e\n\u003ctd\u003eTo confirm\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eAssembly Required\u003c\/td\u003e\n\u003ctd\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eColour\u003c\/td\u003e\n\u003ctd\u003eBlack\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003c\/table\u003e\n\n  \u003cspan class=\"lbl\"\u003ePros and Cons\u003c\/span\u003e\n  \u003ch2 class=\"stitle\"\u003eAn Honest Look At This Rack\u003c\/h2\u003e\n  \u003cdiv class=\"pros-cons\"\u003e\n    \u003cdiv class=\"pc-card\"\u003e\n      \u003cdiv class=\"pc-title pro\"\u003ePros\u003c\/div\u003e\n      \u003cul class=\"pc-list pros\"\u003e\n        \u003cli\u003eClears dumbbells off the floor and organises them by weight\u003c\/li\u003e\n        \u003cli\u003eCompact 120cm width suits most home gym corners\u003c\/li\u003e\n        \u003cli\u003eAngled tiers make heavier pairs easy to see and reach\u003c\/li\u003e\n        \u003cli\u003eStable 48cm depth base resists tipping when loaded\u003c\/li\u003e\n        \u003cli\u003eHolds a full 5–30kg dumbbell set in one spot\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pc-card\"\u003e\n      \u003cdiv class=\"pc-title con\"\u003eCons\u003c\/div\u003e\n      \u003cul class=\"pc-list cons\"\u003e\n        \u003cli\u003eDumbbells are sold separately and not included\u003c\/li\u003e\n        \u003cli\u003eAssembly is required before use (time to confirm)\u003c\/li\u003e\n        \u003cli\u003e11 pair capacity may not suit larger commercial dumbbell ranges above 30kg\u003c\/li\u003e\n        \u003cli\u003eStill needs a clear 120cm x 48cm floor area to sit correctly\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cspan class=\"lbl\"\u003eWho Is This For\u003c\/span\u003e\n  \u003ch2 class=\"stitle\"\u003eWho This Dumbbell Rack Suits\u003c\/h2\u003e\n  \u003cul class=\"who-list\"\u003e\n    \u003cli\u003e\u003cdiv\u003e\n\u003cstrong\u003eHome gym owners\u003c\/strong\u003ewho want a 5–30kg dumbbell set organised instead of stacked on the floor.\u003c\/div\u003e\u003c\/li\u003e\n    \u003cli\u003e\u003cdiv\u003e\n\u003cstrong\u003eGarage gym owners\u003c\/strong\u003eworking with a defined wall space who need a compact storage solution.\u003c\/div\u003e\u003c\/li\u003e\n    \u003cli\u003e\u003cdiv\u003e\n\u003cstrong\u003ePersonal trainers\u003c\/strong\u003erunning a small studio who need dumbbells visible and quick to grab between clients.\u003c\/div\u003e\u003c\/li\u003e\n    \u003cli\u003e\u003cdiv\u003e\n\u003cstrong\u003eSmall commercial gyms\u003c\/strong\u003ewith a light-to-mid dumbbell range that needs tidy, accessible storage.\u003c\/div\u003e\u003c\/li\u003e\n    \u003cli\u003e\u003cdiv\u003e\n\u003cstrong\u003eAnyone upgrading from floor storage\u003c\/strong\u003eand wanting a safer, more organised dumbbell area.\u003c\/div\u003e\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003cp style=\"font-size:15.5px; color:var(--muted); line-height:1.7; margin-bottom:28px;\"\u003e\u003cstrong style=\"color:var(--text);\"\u003eWho should not buy this:\u003c\/strong\u003e if your dumbbell set extends heavier than 30kg per side or you need to store more than 11 pairs, a larger-capacity rack will suit you better. This is a storage rack only and does not include dumbbells, so factor that into your budget. If your available space is under 120cm wide by 48cm deep, measure carefully before ordering.\u003c\/p\u003e\n\n  \u003cdiv class=\"hi-box\"\u003e\n    \u003cstrong\u003eThe problem:\u003c\/strong\u003e loose dumbbells on the floor are a trip hazard, take up more room than they need to, and make it hard to find the right weight quickly. This rack solves that by giving every pair a fixed, visible spot across three tiers, in a footprint that fits most home gym layouts.\n  \u003c\/div\u003e\n\n  \u003cspan class=\"lbl\"\u003eNot Sure Which Size?\u003c\/span\u003e\n  \u003ch2 class=\"stitle\"\u003eNeed More Capacity?\u003c\/h2\u003e\n  \u003cdiv class=\"hi-box\"\u003e\n    We also stock larger dumbbell racks with greater capacity for bigger dumbbell sets. If your dumbbells run heavier than 30kg per side, or you need to store more than 11 pairs, our team can help you choose the right size. \u003ca href=\"\/collections\/dumbbells\" style=\"color:var(--accent); font-weight:600; text-decoration:none;\"\u003eBrowse our full dumbbell storage range\u003c\/a\u003e or contact us on 1300 247 888.\n  \u003c\/div\u003e\n\n  \u003cspan class=\"lbl\"\u003eVisit Us\u003c\/span\u003e\n  \u003ch2 class=\"stitle\"\u003eSee It In Our Showroom\u003c\/h2\u003e\n  \u003cdiv class=\"showroom-box\"\u003e\n    \u003cdiv class=\"sr-item\"\u003e\n      \u003cspan class=\"sr-icon\"\u003e📍\u003c\/span\u003e\n      \u003cdiv class=\"sr-text\"\u003e\n        \u003cstrong\u003eVisit Us\u003c\/strong\u003e\n        \u003cspan\u003e10\/202 Milperra Road, Milperra NSW 2214\u003c\/span\u003e\n        \u003cspan\u003eMon–Fri 9am–5pm | Saturday by appointment only | Sunday closed\u003c\/span\u003e\n        \u003ca class=\"map-btn\" href=\"https:\/\/www.google.com\/maps\/dir\/?api=1\u0026amp;destination=10%2F202+Milperra+Road+Milperra+NSW+2214\" target=\"_blank\" rel=\"noopener\"\u003eGet Directions\u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"sr-item\"\u003e\n      \u003cspan class=\"sr-icon\"\u003e📞\u003c\/span\u003e\n      \u003cdiv class=\"sr-text\"\u003e\n        \u003cstrong\u003eContact Us\u003c\/strong\u003e\n        \u003cspan\u003ePhone: 1300 247 888\u003c\/span\u003e\n        \u003cspan\u003eWhatsApp: +61 412 029 000\u003c\/span\u003e\n        \u003cspan\u003eEmail: sales@247gymequipment.com.au\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"sr-item\"\u003e\n      \u003cspan class=\"sr-icon\"\u003e🅿️\u003c\/span\u003e\n      \u003cdiv class=\"sr-text\"\u003e\n        \u003cstrong\u003eOn Display\u003c\/strong\u003e\n        \u003cspan\u003eThis rack is on display at our Milperra showroom, so you can inspect it before you buy.\u003c\/span\u003e\n        \u003cspan\u003eDepot pickup also available in Melbourne and Brisbane.\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cspan class=\"lbl\"\u003eDelivery\u003c\/span\u003e\n  \u003ch2 class=\"stitle\"\u003eDelivery and Assembly\u003c\/h2\u003e\n  \u003cdiv class=\"del-grid\"\u003e\n    \u003cdiv class=\"del-card\"\u003e\n      \u003cspan class=\"del-icon\"\u003e🚚\u003c\/span\u003e\n      \u003cspan class=\"del-title\"\u003eAustralia-Wide Delivery\u003c\/span\u003e\n      \u003cspan class=\"del-text\"\u003eDelivered to your door, or available for pickup from our Milperra showroom, our Melbourne depot (Derrimut VIC), or our Brisbane depot (Archerfield QLD).\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"del-card\"\u003e\n      \u003cspan class=\"del-icon\"\u003e🛠️\u003c\/span\u003e\n      \u003cspan class=\"del-title\"\u003eAssembly\u003c\/span\u003e\n      \u003cspan class=\"del-text\"\u003eAssembly is required on arrival using the included hardware. Installation service availability: To confirm.\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"del-card\"\u003e\n      \u003cspan class=\"del-icon\"\u003e⏱️\u003c\/span\u003e\n      \u003cspan class=\"del-title\"\u003eDispatch Time\u003c\/span\u003e\n      \u003cspan class=\"del-text\"\u003eDispatch and lead time: To confirm at checkout or with our sales team.\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cspan class=\"lbl\"\u003eRelated Products\u003c\/span\u003e\n  \u003ch2 class=\"stitle\"\u003eYou May Also Need\u003c\/h2\u003e\n  \u003cdiv class=\"rel-grid\"\u003e\n    \u003ca class=\"rel-link\" href=\"\/collections\/dumbbells\"\u003eBrowse Our Dumbbells \u003cspan class=\"arr\"\u003e→\u003c\/span\u003e\u003c\/a\u003e\n    \u003ca class=\"rel-link\" href=\"\/collections\/rubber-gym-mats-flooring\"\u003eShop Gym Flooring \u003cspan class=\"arr\"\u003e→\u003c\/span\u003e\u003c\/a\u003e\n  \u003c\/div\u003e\n\n  \u003cspan class=\"lbl\"\u003eFAQ\u003c\/span\u003e\n  \u003ch2 class=\"stitle\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n  \u003cdiv class=\"faq-section\"\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cinput type=\"checkbox\" id=\"f1\"\u003e\n      \u003clabel class=\"faq-q\" for=\"f1\"\u003eHow many dumbbells does this rack hold?\u003c\/label\u003e\n      \u003cdiv class=\"faq-a\"\u003eThis rack holds up to 11 pairs of dumbbells (22 individual dumbbells) across three angled tiers, and is designed to accommodate a dumbbell range from 5kg to 30kg. The angled shelves keep all pairs visible and easy to reach without moving other dumbbells out of the way.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cinput type=\"checkbox\" id=\"f2\"\u003e\n      \u003clabel class=\"faq-q\" for=\"f2\"\u003eIs this suitable for home or commercial use?\u003c\/label\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes. Its 120cm width and 11 pair capacity make it well suited to home gyms, garage gyms, and small to mid-sized PT studios or commercial gyms with a light-to-mid dumbbell range.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cinput type=\"checkbox\" id=\"f3\"\u003e\n      \u003clabel class=\"faq-q\" for=\"f3\"\u003eHow much space does this dumbbell rack need?\u003c\/label\u003e\n      \u003cdiv class=\"faq-a\"\u003eThe rack measures 120cm wide, 48cm deep, and 85cm high. Allow at least 1.5–2m of clear floor space in front for comfortable loading, unloading, and any floor-based exercises alongside it.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cinput type=\"checkbox\" id=\"f4\"\u003e\n      \u003clabel class=\"faq-q\" for=\"f4\"\u003eWhat comes included with the rack?\u003c\/label\u003e\n      \u003cdiv class=\"faq-a\"\u003eYou receive the complete steel rack frame with three storage rails, the stabilising base, and the mounting hardware required for assembly. Dumbbells are not included and are sold separately.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cinput type=\"checkbox\" id=\"f5\"\u003e\n      \u003clabel class=\"faq-q\" for=\"f5\"\u003eCan it be assembled on delivery?\u003c\/label\u003e\n      \u003cdiv class=\"faq-a\"\u003eThe rack requires assembly on arrival using the included hardware. Whether an installation service is available for this product is to be confirmed, so check with our sales team before ordering if you would prefer it assembled for you.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cinput type=\"checkbox\" id=\"f6\"\u003e\n      \u003clabel class=\"faq-q\" for=\"f6\"\u003eIs it available for delivery Australia-wide?\u003c\/label\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes, this dumbbell rack ships Australia-wide. You can also arrange pickup from our Milperra showroom, our Melbourne depot (Derrimut VIC), or our Brisbane depot (Archerfield QLD).\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cinput type=\"checkbox\" id=\"f7\"\u003e\n      \u003clabel class=\"faq-q\" for=\"f7\"\u003eCan I see this dumbbell rack in the showroom?\u003c\/label\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes, this rack is on display at our showroom at 10\/202 Milperra Road, Milperra NSW 2214, open Monday to Friday 9am to 5pm and Saturday by appointment only.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cinput type=\"checkbox\" id=\"f8\"\u003e\n      \u003clabel class=\"faq-q\" for=\"f8\"\u003eWhat is the warranty on this dumbbell rack?\u003c\/label\u003e\n      \u003cdiv class=\"faq-a\"\u003eWarranty terms for this product are to be confirmed. Contact our team on 1300 247 888 or sales@247gymequipment.com.au for the current warranty coverage before you order.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cinput type=\"checkbox\" id=\"f9\"\u003e\n      \u003clabel class=\"faq-q\" for=\"f9\"\u003eDoes it need to be bolted to the floor?\u003c\/label\u003e\n      \u003cdiv class=\"faq-a\"\u003eNo, the wide stable base is designed for freestanding use in standard home and studio settings. For high-traffic commercial environments, optional anchoring can add extra peace of mind. Contact our team for advice based on your setup.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cinput type=\"checkbox\" id=\"f10\"\u003e\n      \u003clabel class=\"faq-q\" for=\"f10\"\u003eWhat else do I need to buy with this rack?\u003c\/label\u003e\n      \u003cdiv class=\"faq-a\"\u003eYou will need your own dumbbell set, since this product is the storage rack only. Many customers also add a rubber gym mat underneath to protect flooring and reduce noise.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cinput type=\"checkbox\" id=\"f11\"\u003e\n      \u003clabel class=\"faq-q\" for=\"f11\"\u003eWhat is the weight capacity of the rack?\u003c\/label\u003e\n      \u003cdiv class=\"faq-a\"\u003eThe total weight capacity is to be confirmed. It's built to suit an 11 pair set in the 5kg to 30kg range. Contact our sales team on 1300 247 888 for the current rated capacity before loading heavier dumbbell pairs.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cinput type=\"checkbox\" id=\"f12\"\u003e\n      \u003clabel class=\"faq-q\" for=\"f12\"\u003eDoes the rack come with dumbbells included?\u003c\/label\u003e\n      \u003cdiv class=\"faq-a\"\u003eNo. This listing is for the storage rack only. Dumbbells can be purchased separately through our dumbbells collection.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"geo\"\u003e\n    We deliver this 3-tier dumbbell rack Australia-wide, including to Sydney, Melbourne, Brisbane, Adelaide, Canberra, Gold Coast, Newcastle, Wollongong, Hobart, and regional areas across the country. \u003cstrong\u003eVisit our Milperra showroom in Sydney\u003c\/strong\u003e to see it in person, or get in touch for freight options to your location.\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"24\/7 Gym Equipment","offers":[{"title":"Default Title","offer_id":53375588008209,"sku":"24730091","price":360.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0756\/3201\/7681\/files\/3tiersdumbbellrack130cm.jpg?v=1775266735","url":"https:\/\/247gymequipment.com.au\/products\/heavy-duty-3-tier-dumbbell-rack","provider":"24\/7 Gym Equipment","version":"1.0","type":"link"}