{"product_id":"commercial-adjustable-bench-b20","title":"Commercial Adjustable Bench – B20","description":"\u003cstyle\u003e\n\/* ============================================================\n   247 Gym Equipment — Shopify Product Description Design System\n   Use this CSS for all product page descriptions.\n   Do not modify class names or CSS variables.\n   ============================================================ *\/\n\n:root {\n  --bg:         #f9f9f9;\n  --card:       #ffffff;\n  --card-alt:   #f2f2f2;\n  --border:     #dcdcdc;\n  --accent:     #9a7209;\n  --accent-lt:  #f5e9c8;\n  --text:       #1a1a1a;\n  --muted:      #4a4a4a;\n  --faint:      #888888;\n  --green:      #2a7a48;\n  --green-bg:   #eaf5ee;\n  --red:        #b83232;\n  --red-bg:     #fdecea;\n  --blue:       #1a4a8a;\n  --blue-bg:    #eaf0fa;\n  --shadow:     rgba(0,0,0,.06);\n  --stat-num:   #c8391a;\n}\n\n* { box-sizing: border-box; margin: 0; padding: 0; }\nbody { background: var(--bg); color: var(--text); font-family: 'Barlow', sans-serif; font-size: 16px; line-height: 1.65; }\n.pd { max-width: 900px; margin: 0 auto; padding: 36px 24px 80px; }\n\n\/* ── Badges ── *\/\n.badge-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }\n.badge { display: inline-flex; align-items: center; gap: 6px; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; padding: 5px 12px; border-radius: 3px; }\n.b-green { background: var(--green-bg); color: var(--green); border: 1px solid var(--green); }\n.b-gold  { background: var(--accent-lt); color: var(--accent); border: 1px solid var(--accent); }\n.b-grey  { background: var(--card-alt); color: var(--muted); border: 1px solid var(--border); }\n.b-blue  { background: var(--blue-bg); color: var(--blue); border: 1px solid var(--blue); }\n.dot { width: 6px; height: 6px; border-radius: 50%; background: var(--green); display: inline-block; animation: blink 1.8s infinite; }\n@keyframes blink { 0%,100%{opacity:1} 50%{opacity:.25} }\n\n\/* ── Headings ── *\/\n.pd-h1 { font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-size: 32px; text-transform: uppercase; letter-spacing: .02em; color: var(--text); line-height: 1.1; margin-bottom: 4px; }\n.pd-h1 .sub { color: var(--accent); font-size: 19px; display: block; margin-top: 5px; font-weight: 700; }\n.lbl { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--accent); margin-bottom: 8px; display: block; }\nh2.stitle { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 23px; letter-spacing: .02em; text-transform: uppercase; color: var(--text); margin-bottom: 16px; line-height: 1.1; }\n\n\/* ── Intro block ── *\/\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.pd-intro p { font-size: 15.5px; color: var(--muted); line-height: 1.75; margin-bottom: 10px; }\n.pd-intro p:last-child { margin-bottom: 0; }\n.pd-intro p strong { color: var(--text); }\n\n\/* ── Stat cards ── *\/\n.stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; margin-bottom: 28px; }\n@media(max-width:600px){ .stats { grid-template-columns: repeat(2,1fr); } }\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.stat:hover { border-color: var(--stat-num); }\n.stat-n { font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-size: 26px; color: var(--stat-num); line-height: 1; display: block; }\n.stat-u { font-size: 11px; color: var(--stat-num); font-weight: 600; }\n.stat-l { font-size: 10px; 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.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: 15px; color: var(--muted); line-height: 1.7; }\n.hi-box strong { color: var(--text); }\n\n\/* ── Three-column feature cards ── *\/\n.three-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-bottom: 28px; }\n@media(max-width:540px){ .three-grid { grid-template-columns: 1fr; } }\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.three-card:hover { border-color: var(--accent); }\n.tc-num { font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-size: 42px; color: var(--accent); line-height: 1; display: block; }\n.tc-title { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 15px; text-transform: uppercase; letter-spacing: .05em; color: var(--text); display: block; margin: 6px 0 8px; }\n.tc-desc { font-size: 12px; color: var(--muted); line-height: 1.5; }\n\n\/* ── Pulley \/ blue info box ── *\/\n.pulley-box { background: var(--blue-bg); border: 2px solid var(--blue); border-radius: 10px; padding: 20px 24px; margin-bottom: 28px; }\n.pulley-box h3 { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 14px; color: var(--blue); text-transform: uppercase; letter-spacing: .05em; margin-bottom: 10px; }\n.pulley-box p { font-size: 14px; color: var(--muted); line-height: 1.7; margin-bottom: 10px; }\n.pulley-box p:last-child { margin-bottom: 0; }\n.pulley-box strong { color: var(--text); }\n.pulley-specs { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 14px; }\n@media(max-width:480px){ .pulley-specs { grid-template-columns: 1fr; } }\n.pulley-spec { background: var(--card); border: 1px solid rgba(26,74,138,.2); border-radius: 6px; padding: 11px 13px; }\n.pulley-spec strong { display: block; font-family: 'Barlow'; font-size: 13px; font-weight: 700; letter-spacing: .03em; margin-bottom: 6px; text-transform: uppercase; color: var(--blue); }\n.pulley-spec span { font-size: 13px; color: var(--muted); line-height: 1.5; }\n\n\/* ── Chin-up \/ green checklist box ── *\/\n.chinup-box { background: var(--green-bg); border: 2px solid var(--green); border-radius: 10px; padding: 18px 22px; margin-bottom: 28px; }\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.chinup-box ul { list-style: none; display: flex; flex-direction: column; gap: 6px; }\n.chinup-box ul li { font-size: 13px; color: var(--muted); display: flex; gap: 8px; align-items: flex-start; line-height: 1.5; }\n.chinup-box ul li::before { content: '✓'; color: var(--green); font-weight: 800; flex-shrink: 0; }\n.chinup-box ul li strong { color: var(--text); }\n\n\/* ── Spec checklist (2-col) ── *\/\n.spec-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 28px; }\n@media(max-width:520px){ .spec-cols { grid-template-columns: 1fr; } }\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.spec-item::before { content: '✔'; color: var(--accent); font-size: 13px; font-weight: 700; flex-shrink: 0; margin-top: 2px; }\n.spec-item-text { font-size: 13.5px; color: var(--muted); line-height: 1.45; }\n.spec-item-text strong { color: var(--text); display: block; font-size: 13px; margin-bottom: 1px; }\n\n\/* ── Attachments \/ inclusions grid ── *\/\n.att-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 28px; }\n@media(max-width:500px){ .att-grid { grid-template-columns: 1fr; } }\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.att-icon { font-size: 16px; flex-shrink: 0; margin-top: 2px; }\n.att-item strong { display: block; font-size: 13px; color: var(--text); margin-bottom: 2px; }\n.att-item span { font-size: 12px; color: var(--muted); line-height: 1.3; }\n\n\/* ── Optional upgrades grid ── *\/\n.opt-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-bottom: 28px; }\n@media(max-width:560px){ .opt-grid { grid-template-columns: 1fr 1fr; } }\n.opt-item { background: var(--card); border: 1px solid var(--border); border-radius: 6px; padding: 10px 12px; font-size: 13px; color: var(--muted); display: flex; gap: 8px; align-items: center; }\n.opt-item::before { content: '+'; color: var(--accent); font-weight: 800; flex-shrink: 0; font-size: 14px; }\n\n\/* ── Exercise library ── *\/\n.ex-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 28px; }\n@media(max-width:540px){ .ex-grid { grid-template-columns: 1fr; } }\n.ex-card { background: var(--card); border: 1px solid var(--border); border-radius: 8px; padding: 15px 17px; }\n.ex-card h3 { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: .06em; color: var(--accent); margin-bottom: 10px; border-bottom: 1px solid var(--border); padding-bottom: 7px; }\n.ex-list { list-style: none; }\n.ex-list li { font-size: 13px; color: var(--muted); padding: 5px 0; border-bottom: 1px solid var(--border); display: flex; gap: 8px; align-items: flex-start; }\n.ex-list li:last-child { border-bottom: none; }\n.ex-list li::before { content: '→'; color: var(--accent); font-weight: 700; flex-shrink: 0; }\n\n\/* ── Specifications table ── *\/\n.sp-table { width: 100%; border-collapse: collapse; font-size: 14px; margin-bottom: 28px; }\n.sp-table tr { border-bottom: 1px solid var(--border); }\n.sp-table tr:last-child { border-bottom: none; }\n.sp-table td { padding: 11px 16px; vertical-align: top; }\n.sp-table td:first-child { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: .06em; color: var(--accent); width: 46%; white-space: nowrap; background: var(--card-alt); }\n.sp-table td:last-child { color: var(--muted); background: var(--card); }\n\n\/* ── Ratings \/ capacity table ── *\/\n.rat-table { width: 100%; border-collapse: collapse; font-size: 14px; margin-bottom: 28px; }\n.rat-table th { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 12px; 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.rat-table td { padding: 10px 16px; border-bottom: 1px solid var(--border); color: var(--muted); background: var(--card); }\n.rat-table tr:nth-child(even) td { background: var(--card-alt); }\n.rat-table .val { color: var(--text); font-weight: 700; }\n\n\/* ── Pros and cons ── *\/\n.pros-cons { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 28px; }\n@media(max-width:540px){ .pros-cons { grid-template-columns: 1fr; } }\n.pc-card { background: var(--card); border: 1px solid var(--border); border-radius: 8px; padding: 16px 18px; }\n.pc-title { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 15px; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 12px; padding-bottom: 8px; border-bottom: 2px solid var(--border); }\n.pc-title.pro { color: var(--green); border-color: var(--green); }\n.pc-title.con { color: var(--red); border-color: var(--red); }\n.pc-list { list-style: none; display: flex; flex-direction: column; gap: 8px; }\n.pc-list li { font-size: 13px; color: var(--muted); display: flex; gap: 8px; align-items: flex-start; line-height: 1.4; }\n.pc-list.pros li::before { content: '✓'; color: var(--green); font-weight: 700; flex-shrink: 0; }\n.pc-list.cons li::before { content: '✗'; color: var(--red); font-weight: 700; flex-shrink: 0; }\n\n\/* ── Who is it for list ── *\/\n.who-list { list-style: none; display: flex; flex-direction: column; gap: 8px; margin-bottom: 28px; }\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: 14px; color: var(--muted); line-height: 1.5; }\n.who-list li::before { content: '✓'; color: var(--green); font-weight: 700; flex-shrink: 0; font-size: 15px; }\n.who-list li strong { display: block; color: var(--text); }\n.who-list li span.desc { display: block; font-weight: 400; color: var(--muted); }\n\n\/* ── Review card ── *\/\n.review-card { background: var(--card); border: 1px solid var(--border); border-radius: 8px; padding: 18px 20px; margin-bottom: 28px; }\n.review-stars { color: #f5c842; font-size: 18px; margin-bottom: 8px; }\n.review-text { font-size: 14px; color: var(--muted); line-height: 1.6; font-style: italic; margin-bottom: 10px; }\n.review-author { font-size: 13px; font-weight: 700; color: var(--text); }\n.review-loc { font-size: 12px; color: var(--faint); }\n\n\/* ── Note box ── *\/\n.note-box { background: var(--card); border: 1px solid var(--border); border-radius: 6px; padding: 12px 16px; font-size: 13px; color: var(--muted); margin-bottom: 28px; }\n.note-box strong { color: var(--text); }\n\n\/* ── Showroom box ── *\/\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@media(max-width:600px){ .showroom-box { grid-template-columns: 1fr; } }\n.sr-item { display: flex; gap: 12px; align-items: flex-start; }\n.sr-icon { font-size: 22px; flex-shrink: 0; margin-top: 2px; }\n.sr-text strong { display: block; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: .04em; color: var(--text); margin-bottom: 3px; }\n.sr-text span { font-size: 12px; color: var(--muted); line-height: 1.4; display: block; }\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: 12px; text-transform: uppercase; letter-spacing: .06em; text-decoration: none; border-radius: 4px; transition: background .2s; }\n.map-btn:hover { background: var(--accent); }\n\n\/* ── Delivery cards ── *\/\n.del-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-bottom: 28px; }\n@media(max-width:560px){ .del-grid { grid-template-columns: 1fr; } }\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.del-icon { font-size: 24px; display: block; margin-bottom: 6px; }\n.del-title { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: .04em; color: var(--text); display: block; margin-bottom: 4px; }\n.del-text { font-size: 12px; color: var(--muted); line-height: 1.5; }\n\n\/* ── Related products \/ internal links ── *\/\n.rel-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; margin-bottom: 28px; }\n@media(max-width:480px){ .rel-grid { grid-template-columns: 1fr; } }\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: 14px; text-transform: uppercase; letter-spacing: .03em; transition: border-color .2s, color .2s; }\n.rel-link:hover { border-color: var(--accent); color: var(--accent); }\n.rel-link .arr { margin-left: auto; color: var(--accent); }\n\n\/* ── FAQ accordion ── *\/\n.faq-section { margin-bottom: 32px; }\n.faq-item { border-bottom: 1px solid var(--border); }\n.faq-item:first-child { border-top: 1px solid var(--border); }\n.faq-item input[type=\"checkbox\"] { display: none; }\n.faq-q { font-family: 'Barlow', sans-serif; font-size: 15px; 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.faq-q:hover { color: var(--accent); }\n.faq-q::after { content: '+'; font-size: 21px; color: var(--accent); flex-shrink: 0; transition: transform .25s; font-weight: 300; }\n.faq-item input:checked ~ .faq-q::after { transform: rotate(45deg); }\n.faq-a { font-size: 14px; color: var(--muted); line-height: 1.75; max-height: 0; overflow: hidden; transition: max-height .4s ease, padding .35s ease; }\n.faq-item input:checked ~ .faq-a { max-height: 600px; padding-bottom: 15px; }\n.faq-a strong { color: var(--text); }\n.faq-a a { color: var(--accent); font-weight: 600; text-decoration: none; }\n\n\/* ── Section divider ── *\/\n.div { height: 1px; background: linear-gradient(90deg, var(--accent) 0%, transparent 70%); margin: 24px 0; opacity: .35; }\n\n\/* ── Geo delivery footer ── *\/\n.geo { background: var(--card-alt); border: 1px solid var(--border); border-radius: 6px; padding: 14px 18px; font-size: 13px; color: var(--faint); line-height: 1.9; }\n.geo strong { color: var(--muted); }\n\n\/* ── Video embed ── *\/\n.vid-wrap { margin-bottom: 24px; border-radius: 10px; overflow: hidden; box-shadow: 0 2px 12px var(--shadow); border: 1px solid var(--border); }\n.vid-wrap iframe { display: block; width: 100%; height: 420px; border: 0; }\n@media(max-width:600px){ .vid-wrap iframe { height: 240px; } }\n\u003c\/style\u003e\n\u003cp\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \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\u003c\/p\u003e\n\u003c!-- LLM CONTEXT: Commercial Adjustable Bench B20 | 24\/7 Gym Equipment | 247gymequipment.com.au\n     Category: Adjustable Weight Bench (FID Bench)\n     Primary use: Commercial gyms, PT studios, serious home gyms\n     Key specs: 9 backrest positions (0-90 degrees), 3 seat positions, 800lb \/ approx 363kg max total capacity, 350lb \/ approx 159kg max user weight, 75x3mm main steel frame, double triangular frame structure\n     Includes: Fully assembled adjustable bench frame with backrest and seat pad, integrated transport wheels, hexagon socket head screw hardware\n     In stock: To confirm | Australian-based supplier | 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\u003cdiv class=\"pd\"\u003e\n\u003cdiv class=\"badge-row\"\u003e\n\u003cspan class=\"badge b-gold\"\u003eCommercial Grade\u003c\/span\u003e \u003cspan class=\"badge b-blue\"\u003e9 Backrest Positions\u003c\/span\u003e \u003cspan class=\"badge b-green\"\u003e800lb Rated Capacity\u003c\/span\u003e \u003cspan class=\"badge b-grey\"\u003eAustralia Wide\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch1 class=\"pd-h1\"\u003eCommercial Adjustable Bench – B20\u003cspan class=\"sub\"\u003e9 Backrest Positions | 3 Seat Positions | 800lb Rated Capacity\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cdiv class=\"pd-intro\"\u003e\n\u003cp\u003eThe \u003cstrong\u003eB20 commercial adjustable bench\u003c\/strong\u003e is built for gyms, PT studios and home setups that put an adjustable bench through daily use. With nine backrest positions and three seat positions, it moves easily between flat, incline and upright settings for dumbbell presses, shoulder presses, incline curls and seated work.\u003c\/p\u003e\n\u003cp\u003eA common concern with adjustable benches is stability under load once the backrest is angled up. The B20 addresses this with a double triangular frame structure, a 75 x 3mm main steel tube and a double-supported backrest adjustment frame, giving it a stated maximum total capacity of 800lb (approximately 363kg).\u003c\/p\u003e\n\u003cp\u003eBelow you will find the full specifications, what is included, honest pros and cons, and everything you need to know before buying a \u003cstrong\u003ecommercial adjustable bench\u003c\/strong\u003e in Australia.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stats\"\u003e\n\u003cdiv class=\"stat\"\u003e\n\u003cspan class=\"stat-n\"\u003e800\u003cspan class=\"stat-u\"\u003elb\u003c\/span\u003e\u003c\/span\u003e\u003cspan class=\"stat-l\"\u003eMax Total Capacity\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat\"\u003e\n\u003cspan class=\"stat-n\"\u003e350\u003cspan class=\"stat-u\"\u003elb\u003c\/span\u003e\u003c\/span\u003e\u003cspan class=\"stat-l\"\u003eMax User Weight\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat\"\u003e\n\u003cspan class=\"stat-n\"\u003e9\u003c\/span\u003e\u003cspan class=\"stat-l\"\u003eBackrest Positions\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat\"\u003e\n\u003cspan class=\"stat-n\"\u003e3\u003c\/span\u003e\u003cspan class=\"stat-l\"\u003eSeat Positions\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"div\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cspan class=\"lbl\"\u003eWhat's Included\u003c\/span\u003e\n\u003ch2 class=\"stitle\"\u003eWhat Comes With Your Bench\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\u003eAdjustable Bench Frame\u003c\/strong\u003e\u003cspan\u003eComplete B20 frame with backrest and seat pad fitted.\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\u003eHexagon Socket Head Screws\u003c\/strong\u003e\u003cspan\u003eConnection hardware for securing the frame sections.\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\u003eIntegrated Transport Wheels\u003c\/strong\u003e\u003cspan\u003eRoller-bearing wheels built into the base for repositioning.\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\u003eAssembly Instructions\u003c\/strong\u003e\u003cspan\u003eExact assembly requirement and included documentation to confirm.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cspan class=\"lbl\"\u003eKey Features\u003c\/span\u003e\n\u003ch2 class=\"stitle\"\u003eStandout Features\u003c\/h2\u003e\n\u003cdiv class=\"spec-cols\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-item-text\"\u003e\n\u003cstrong\u003e9-Position Adjustable Backrest\u003c\/strong\u003eAdjusts through a 0 to 90 degree range for flat, incline and upright work.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-item-text\"\u003e\n\u003cstrong\u003e3-Position Adjustable Seat\u003c\/strong\u003eRaises to support the body during incline pressing and upright exercises.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-item-text\"\u003e\n\u003cstrong\u003eLaser-Cut Stainless Steel Adjustment Plate\u003c\/strong\u003eAn enclosed, laser-cut plate shows the selected angle and helps keep the adjustment pin secure.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-item-text\"\u003e\n\u003cstrong\u003eDouble Triangular Frame Structure\u003c\/strong\u003eTwo triangulated support points are designed to improve stability under load.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-item-text\"\u003e\n\u003cstrong\u003eThick Commercial-Grade Upholstery\u003c\/strong\u003eThickened leather-style pad with 5mm plywood reinforcement inside the backrest.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-item-text\"\u003e\n\u003cstrong\u003eWear-Resistant Powder Coating\u003c\/strong\u003eAnti-static, wear-resistant powder-coated finish on the steel frame.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-item-text\"\u003e\n\u003cstrong\u003eIntegrated Transport Wheels\u003c\/strong\u003eRoller-bearing wheels and a horizontal aluminium-alloy handle for easier repositioning.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-item-text\"\u003e\n\u003cstrong\u003eNon-Slip Rubber Floor Pads\u003c\/strong\u003eLarger rubber feet increase floor contact and help protect gym flooring.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hi-box\"\u003e\n\u003cstrong\u003eEngineering and build quality.\u003c\/strong\u003e The B20 is built around a 75 x 3mm main steel frame with a double-supported backrest adjustment frame and a double triangular structure at the base. The backrest angle is set using an enclosed, laser-cut stainless steel adjustment plate rather than an open pin system, which is designed to keep the plate from coming out during use. The frame carries an anti-static, wear-resistant powder-coated finish. Exact steel wall thickness beyond the 75 x 3mm tube dimension, and any welding or coating certifications, are \u003cstrong\u003eto confirm\u003c\/strong\u003e.\u003c\/div\u003e\n\u003cspan class=\"lbl\"\u003eExercise Library\u003c\/span\u003e\n\u003ch2 class=\"stitle\"\u003eWhat You Can Train On This Bench\u003c\/h2\u003e\n\u003cdiv class=\"ex-grid\"\u003e\n\u003cdiv class=\"ex-card\"\u003e\n\u003ch3\u003eChest \u0026amp; Shoulders\u003c\/h3\u003e\n\u003cul class=\"ex-list\"\u003e\n\u003cli\u003eFlat dumbbell press\u003c\/li\u003e\n\u003cli\u003eIncline dumbbell press\u003c\/li\u003e\n\u003cli\u003eSeated shoulder press\u003c\/li\u003e\n\u003cli\u003eIncline dumbbell fly\u003c\/li\u003e\n\u003cli\u003eSeated lateral raise\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ex-card\"\u003e\n\u003ch3\u003eArms, Core \u0026amp; Seated Work\u003c\/h3\u003e\n\u003cul class=\"ex-list\"\u003e\n\u003cli\u003eIncline dumbbell curl\u003c\/li\u003e\n\u003cli\u003eSeated overhead tricep extension\u003c\/li\u003e\n\u003cli\u003eSeated dumbbell curl\u003c\/li\u003e\n\u003cli\u003eUpright seated core work\u003c\/li\u003e\n\u003cli\u003eBarbell bench press (paired with a rack)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cspan class=\"lbl\"\u003eTechnical Specifications\u003c\/span\u003e\n\u003ch2 class=\"stitle\"\u003eFull Specifications\u003c\/h2\u003e\n\u003ctable class=\"sp-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eModel\u003c\/td\u003e\n\u003ctd\u003eB20 (manufacturer reference: IBL-B2075S)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct Type\u003c\/td\u003e\n\u003ctd\u003eCommercial adjustable bench (FID bench)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBackrest Positions\u003c\/td\u003e\n\u003ctd\u003e9 positions, adjustable from 0° to 90°\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSeat Positions\u003c\/td\u003e\n\u003ctd\u003e3 positions\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaximum Total Capacity\u003c\/td\u003e\n\u003ctd\u003e800lb, approximately 363kg (includes user and training load)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaximum User Weight\u003c\/td\u003e\n\u003ctd\u003e350lb, approximately 159kg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMain Frame\u003c\/td\u003e\n\u003ctd\u003e75 x 3mm steel tube, double triangular frame structure\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBackrest Adjustment\u003c\/td\u003e\n\u003ctd\u003eDouble-supported adjustment frame with laser-cut stainless steel limiting plate\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAssembled Length\u003c\/td\u003e\n\u003ctd\u003eApproximately 1,352mm (brochure diagram). Note: a separate reference in earlier sourcing listed 1,362mm; to confirm before publishing\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaximum Assembled Height\u003c\/td\u003e\n\u003ctd\u003eApproximately 1,340mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFrame Footprint Width\u003c\/td\u003e\n\u003ctd\u003eApproximately 783mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBackrest Pad Width\u003c\/td\u003e\n\u003ctd\u003eApproximately 200-280mm (tapered pad, exact placement to confirm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSeat Pad Width\u003c\/td\u003e\n\u003ctd\u003eTo confirm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eUpholstery\u003c\/td\u003e\n\u003ctd\u003eThickened commercial-style leather with 5mm plywood reinforcement and concealed binding\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFrame Finish\u003c\/td\u003e\n\u003ctd\u003eAnti-static, wear-resistant powder coating\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMobility\u003c\/td\u003e\n\u003ctd\u003eIntegrated roller-bearing transport wheels and horizontal aluminium-alloy handle\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFloor Protection\u003c\/td\u003e\n\u003ctd\u003eNon-slip rubber floor pads on the base\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMachine Weight\u003c\/td\u003e\n\u003ctd\u003eTo confirm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eManufacturer\u003c\/td\u003e\n\u003ctd\u003eQingdao Imbell Sporting Goods Co., Ltd.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWarranty\u003c\/td\u003e\n\u003ctd\u003eTo confirm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStock \/ Lead Time\u003c\/td\u003e\n\u003ctd\u003eTo confirm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cspan class=\"lbl\"\u003eHonest Assessment\u003c\/span\u003e\n\u003ch2 class=\"stitle\"\u003ePros and Cons\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\u003e800lb rated total capacity suits heavier dumbbell and barbell work\u003c\/li\u003e\n\u003cli\u003e9 backrest positions cover flat through to upright training\u003c\/li\u003e\n\u003cli\u003eLaser-cut stainless steel adjustment plate is enclosed for safer angle changes\u003c\/li\u003e\n\u003cli\u003eDouble triangular frame is designed to improve stability under load\u003c\/li\u003e\n\u003cli\u003eIntegrated transport wheels make it easier to reposition in a gym floor plan\u003c\/li\u003e\n\u003cli\u003eThick commercial-grade upholstery with plywood-reinforced backrest\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\u003eBackrest range is 0° to 90° only, there is no decline position\u003c\/li\u003e\n\u003cli\u003eAs a commercial-grade steel unit it is heavier to lift up stairs, despite the wheels\u003c\/li\u003e\n\u003cli\u003eSeat pad width and total machine weight are not yet confirmed by the supplier\u003c\/li\u003e\n\u003cli\u003eWarranty terms and dispatch timeframe are not yet confirmed\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cspan class=\"lbl\"\u003eWho It Suits\u003c\/span\u003e\n\u003ch2 class=\"stitle\"\u003eWho Is This Bench For\u003c\/h2\u003e\n\u003cul class=\"who-list\"\u003e\n\u003cli\u003e\n\u003cdiv\u003e\n\u003cstrong\u003ePT studios running back-to-back sessions\u003c\/strong\u003e\u003cspan class=\"desc\"\u003eA heavy-duty frame built to handle frequent angle changes and client turnover.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eCommercial gym owners\u003c\/strong\u003e\u003cspan class=\"desc\"\u003eAn 800lb rated FID bench that fits alongside racks and dumbbell stations on a busy gym floor.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eSerious home gym owners\u003c\/strong\u003e\u003cspan class=\"desc\"\u003eHome lifters who want multiple incline options for dumbbell and barbell pressing.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eSchool and sporting club gyms\u003c\/strong\u003e\u003cspan class=\"desc\"\u003eEquipment built for higher use than a typical home-grade folding bench.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eApartment and workplace gyms\u003c\/strong\u003e\u003cspan class=\"desc\"\u003eIntegrated transport wheels make it easier to move and store between sessions.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"hi-box\"\u003e\n\u003cstrong\u003eWho should not buy this bench.\u003c\/strong\u003e If you specifically need a decline position for exercises like decline sit-ups or decline presses, this bench will not suit, its range runs from flat through to 90° upright only. If your space is very tight, confirm the approximately 1.35m assembled length and 783mm footprint width against your available area before ordering. If you are after the lightest, most portable folding bench for occasional home use, a lighter-duty flat or FID bench may be a better fit than this commercial-grade unit.\u003c\/div\u003e\n\u003cdiv class=\"hi-box\"\u003e\n\u003cstrong\u003eA common concern: will an adjustable bench wobble once it's angled up for pressing?\u003c\/strong\u003e The B20 is built around a double triangular frame structure and a 75 x 3mm main steel tube, with large rubber feet to increase floor contact. The backrest itself is held by a double-supported adjustment frame rather than a single point, which is designed to reduce movement in the pad when the backrest is set to a higher angle.\u003c\/div\u003e\n\u003cspan class=\"lbl\"\u003eVisit Us\u003c\/span\u003e\n\u003ch2 class=\"stitle\"\u003eSee It In The 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 \u003cspan\u003e10\/202 Milperra Road, Milperra NSW 2214\u003c\/span\u003e \u003cspan\u003eMon-Fri 9am-5pm | Saturday by appointment only | Sunday closed\u003c\/span\u003e \u003ca href=\"https:\/\/www.google.com\/maps\/dir\/?api=1\u0026amp;destination=10%2F202+Milperra+Road+Milperra+NSW+2214\" class=\"map-btn\"\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 \u003cspan\u003ePhone: 1300 247 888\u003c\/span\u003e \u003cspan\u003eWhatsApp: +61 412 029 000\u003c\/span\u003e \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\u003eIn The Showroom\u003c\/strong\u003e \u003cspan\u003eWhether this specific model is currently on display is to confirm, contact us before visiting if you want to see it in person.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cspan class=\"lbl\"\u003eDelivery\u003c\/span\u003e\n\u003ch2 class=\"stitle\"\u003eGetting It To You\u003c\/h2\u003e\n\u003cdiv class=\"del-grid\"\u003e\n\u003cdiv class=\"del-card\"\u003e\n\u003cspan class=\"del-icon\"\u003e🚚\u003c\/span\u003e\u003cspan class=\"del-title\"\u003eAustralia Wide\u003c\/span\u003e\u003cspan class=\"del-text\"\u003eDelivery is available across Australia. Freight cost and timeframe vary by location, contact us for a quote to your postcode.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"del-card\"\u003e\n\u003cspan class=\"del-icon\"\u003e🛠️\u003c\/span\u003e\u003cspan class=\"del-title\"\u003eAssembly\u003c\/span\u003e\u003cspan class=\"del-text\"\u003eAssembly requirements for the B20 are to confirm, get in touch and we will let you know before you order.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"del-card\"\u003e\n\u003cspan class=\"del-icon\"\u003e⏱️\u003c\/span\u003e\u003cspan class=\"del-title\"\u003eDispatch\u003c\/span\u003e\u003cspan class=\"del-text\"\u003eDispatch timeframe is to confirm. Contact our team for current stock and lead time information.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cspan class=\"lbl\"\u003eRelated Collections\u003c\/span\u003e\n\u003ch2 class=\"stitle\"\u003eYou May Also Need\u003c\/h2\u003e\n\u003cdiv class=\"rel-grid\"\u003e\n\u003ca href=\"\/collections\/power-racks-squat-racks\" class=\"rel-link\"\u003eBrowse Our Power Racks\u003cspan class=\"arr\"\u003e→\u003c\/span\u003e\u003c\/a\u003e \u003ca href=\"\/collections\/dumbbells\" class=\"rel-link\"\u003eBrowse Our Dumbbells \u0026amp; Racks\u003cspan class=\"arr\"\u003e→\u003c\/span\u003e\u003c\/a\u003e \u003ca href=\"\/collections\/functional-trainers-smith-machines\" class=\"rel-link\"\u003eBrowse Our Functional Trainers\u003cspan class=\"arr\"\u003e→\u003c\/span\u003e\u003c\/a\u003e \u003ca href=\"\/collections\/rubber-gym-mats-flooring\" class=\"rel-link\"\u003eBrowse Our Gym Flooring\u003cspan class=\"arr\"\u003e→\u003c\/span\u003e\u003c\/a\u003e\n\u003c\/div\u003e\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\u003cdiv class=\"faq-item\"\u003e\n\u003cinput id=\"faq1\" type=\"checkbox\"\u003e\u003clabel for=\"faq1\" class=\"faq-q\"\u003eIs the B20 suitable for home or commercial use?\u003c\/label\u003e\n\u003cdiv class=\"faq-a\"\u003eYes. It is built to a commercial specification with an 800lb rated total capacity, which makes it suitable for commercial gyms, PT studios and serious home gym setups alike.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cinput id=\"faq2\" type=\"checkbox\"\u003e\u003clabel for=\"faq2\" class=\"faq-q\"\u003eHow much space does this bench need?\u003c\/label\u003e\n\u003cdiv class=\"faq-a\"\u003eThe assembled footprint is approximately 783mm wide and around 1.35 metres long, with a maximum height of approximately 1,340mm when the backrest is upright. Allow extra clearance around the bench for pressing movements.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cinput id=\"faq3\" type=\"checkbox\"\u003e\u003clabel for=\"faq3\" class=\"faq-q\"\u003eWhat comes included with the bench?\u003c\/label\u003e\n\u003cdiv class=\"faq-a\"\u003eThe B20 bench frame arrives with the backrest and seat pad fitted, along with hexagon socket head screw connection hardware. Exact assembly requirements and included documentation are to confirm, contact our team for the latest details.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cinput id=\"faq4\" type=\"checkbox\"\u003e\u003clabel for=\"faq4\" class=\"faq-q\"\u003eCan it be assembled on delivery?\u003c\/label\u003e\n\u003cdiv class=\"faq-a\"\u003eAssembly requirements for this model are to confirm at this stage. Get in touch with our team before ordering and we can confirm whether the bench arrives ready to use or requires assembly.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cinput id=\"faq5\" type=\"checkbox\"\u003e\u003clabel for=\"faq5\" class=\"faq-q\"\u003eIs it available for delivery Australia-wide?\u003c\/label\u003e\n\u003cdiv class=\"faq-a\"\u003eYes, delivery is available across Australia. Freight cost and timeframe depend on your location, contact us for a delivery quote to your postcode.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cinput id=\"faq6\" type=\"checkbox\"\u003e\u003clabel for=\"faq6\" class=\"faq-q\"\u003eCan I see this bench in the showroom?\u003c\/label\u003e\n\u003cdiv class=\"faq-a\"\u003eOur showroom is at 10\/202 Milperra Road, Milperra NSW 2214, open Monday to Friday 9am to 5pm and Saturday by appointment only. Whether this particular model is currently on display is to confirm, contact us before visiting.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cinput id=\"faq7\" type=\"checkbox\"\u003e\u003clabel for=\"faq7\" class=\"faq-q\"\u003eWhat is the warranty on the B20?\u003c\/label\u003e\n\u003cdiv class=\"faq-a\"\u003eWarranty terms for this model are to confirm. Contact our team on 1300 247 888 or sales@247gymequipment.com.au for the current warranty information before you buy.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cinput id=\"faq8\" type=\"checkbox\"\u003e\u003clabel for=\"faq8\" class=\"faq-q\"\u003eIs this a better option than a cheaper adjustable bench?\u003c\/label\u003e\n\u003cdiv class=\"faq-a\"\u003eA cheaper folding bench will typically use lighter tubing and a lower rated capacity. The B20 uses a 75 x 3mm steel frame, a double triangular structure and an 800lb rated total capacity, which is built for higher frequency commercial or serious home use rather than occasional light training.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cinput id=\"faq9\" type=\"checkbox\"\u003e\u003clabel for=\"faq9\" class=\"faq-q\"\u003eWhat else do I need to buy to use this bench?\u003c\/label\u003e\n\u003cdiv class=\"faq-a\"\u003eYou will need a set of dumbbells or a barbell and rack to use with the bench, as it does not include weights of its own. Browse our dumbbells and racks or power racks collections to complete your setup.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cinput id=\"faq10\" type=\"checkbox\"\u003e\u003clabel for=\"faq10\" class=\"faq-q\"\u003eDoes this bench have a decline position?\u003c\/label\u003e\n\u003cdiv class=\"faq-a\"\u003eNo. The backrest adjusts through 9 positions across a 0° to 90° range, from flat through to upright. It does not have a decline setting.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cinput id=\"faq11\" type=\"checkbox\"\u003e\u003clabel for=\"faq11\" class=\"faq-q\"\u003eHow many backrest and seat positions does it have?\u003c\/label\u003e\n\u003cdiv class=\"faq-a\"\u003eThe B20 has 9 backrest positions ranging from flat to a 90° upright angle, and 3 seat positions to support incline and seated exercises.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cinput id=\"faq12\" type=\"checkbox\"\u003e\u003clabel for=\"faq12\" class=\"faq-q\"\u003eIs it good value for a commercial adjustable bench?\u003c\/label\u003e\n\u003cdiv class=\"faq-a\"\u003ePricing for this model is to confirm, contact our team for current pricing. For the specification, an 800lb rated capacity, laser-cut stainless steel adjustment plate and double triangular frame are features usually found on commercial-grade benches rather than entry-level home units.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cinput id=\"faq13\" type=\"checkbox\"\u003e\u003clabel for=\"faq13\" class=\"faq-q\"\u003eCan this bench be moved around the gym easily?\u003c\/label\u003e\n\u003cdiv class=\"faq-a\"\u003eYes. It has integrated transport wheels with roller bearings on the base and a horizontal aluminium-alloy handle, which are designed to make repositioning easier despite its commercial-grade steel build.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"geo\"\u003e\n\u003cstrong\u003eAustralia-wide delivery.\u003c\/strong\u003e 24\/7 Gym Equipment supplies commercial and home gym equipment including adjustable benches to Sydney, Melbourne, Brisbane, Adelaide, Canberra, Gold Coast, Newcastle, Wollongong, Hobart and regional areas across Australia. Visit our Milperra, NSW showroom or contact our team to arrange delivery to your location.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"24\/7 Gym Equipment","offers":[{"title":"Default Title","offer_id":53783652925713,"sku":"Force-B20","price":580.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0756\/3201\/7681\/files\/B20Commercialbench-1.webp?v=1784270558","url":"https:\/\/247gymequipment.com.au\/products\/commercial-adjustable-bench-b20","provider":"24\/7 Gym Equipment","version":"1.0","type":"link"}