{"product_id":"b5-pro-fid-bench-package","title":"B5 Pro FID Bench Package","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 Condensed', sans-serif; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; color: var(--blue); margin-bottom: 3px; }\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 { color: var(--text); }\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\n\u003c\/style\u003e\n\u003cstyle\u003e\n.pulley-spec strong { font-family: 'Barlow'; font-size: 13px; font-weight: 700; letter-spacing: .03em; margin-bottom: 6px; display: block; text-transform: uppercase; color: var(--blue); }\n.who-list li strong { display: block; margin-bottom: 2px; color: var(--text); }\n.who-list li span.who-desc { display: block; font-weight: 400; color: var(--muted); }\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: B5 Pro FID Bench Package | 24\/7 Gym Equipment | 247gymequipment.com.au\n     Category: Adjustable Weight Bench Package (Flat \/ Incline \/ Decline + Leg Curl + Preacher Curl + Storage Base)\n     Primary use: Home gym \/ Garage gym \/ PT studio\n     Key specs: 8-position backrest (-18 deg to 80 deg), 4-position seat (0 deg to 18 deg), assembled bench 1572mm x 737mm x 1221mm, 45mm x 45mm attachment tube, includes leg curl\/extension attachment, preacher curl attachment and a dedicated storage base as standard\n     Includes: FID adjustable bench, leg extension\/curl attachment, preacher curl attachment, attachment storage base, assembly hardware, instruction manual\n     In stock: To confirm | 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\"\u003eComplete Package\u003c\/span\u003e \u003cspan class=\"badge b-green\"\u003eHome Gym Ready\u003c\/span\u003e \u003cspan class=\"badge b-blue\"\u003eAustralian Support\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch1 class=\"pd-h1\"\u003eB5 Pro FID Bench Package\u003cspan class=\"sub\"\u003eIncludes Leg Curl, Preacher Curl Attachments and Storage Base for Complete Training\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cdiv class=\"pd-intro\"\u003e\n\u003cp\u003eThe \u003cstrong\u003eB5 Pro FID Bench Package\u003c\/strong\u003e combines our adjustable flat, incline and decline bench with a leg extension\/curl attachment, a preacher curl attachment and a dedicated storage base in one purchase. Instead of shopping around for a bench and matching attachments separately, this \u003cstrong\u003eadjustable bench package\u003c\/strong\u003e gives you a complete upper and lower body training station from a single order, with a tidy way to store both attachments when they are not in use.\u003c\/p\u003e\n\u003cp\u003eThe bench itself offers eight backrest positions and four seat positions to cover flat, incline and decline pressing, fly and core work. The included leg curl attachment adds targeted quad and hamstring training, and the preacher curl attachment isolates the biceps with proper arm support, so you are not limited to dumbbell-only exercises on bench day. The storage base keeps whichever attachment is not currently fitted standing upright and out of the way, rather than left on the floor.\u003c\/p\u003e\n\u003cp\u003eFull specifications for the bench, both attachments and the storage base are below, along with honest guidance on who this package suits before you buy.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stats\"\u003e\n\u003cdiv class=\"stat\"\u003e\n\u003cspan class=\"stat-n\"\u003e4\u003c\/span\u003e\u003cspan class=\"stat-u\"\u003ePIECES\u003c\/span\u003e \u003cspan class=\"stat-l\"\u003eBench + 2 Attachments + Storage\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat\"\u003e\n\u003cspan class=\"stat-n\"\u003e8\u003c\/span\u003e\u003cspan class=\"stat-u\"\u003ePOSITIONS\u003c\/span\u003e \u003cspan class=\"stat-l\"\u003eBackrest Adjustment\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat\"\u003e\n\u003cspan class=\"stat-n\"\u003e4\u003c\/span\u003e\u003cspan class=\"stat-u\"\u003ePOSITIONS\u003c\/span\u003e \u003cspan class=\"stat-l\"\u003eSeat Adjustment\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat\"\u003e\n\u003cspan class=\"stat-n\"\u003e80°\u003c\/span\u003e\u003cspan class=\"stat-u\"\u003eMAX INCLINE\u003c\/span\u003e \u003cspan class=\"stat-l\"\u003eBackrest Angle\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\"\u003eEverything In This Package\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\u003eB5 Pro FID Bench Frame\u003c\/strong\u003e\u003cspan\u003eSteel frame with pre-fitted seat and backrest pads.\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\u003eLeg Extension \/ Curl Attachment\u003c\/strong\u003e\u003cspan\u003eFits the bench's 45mm attachment tube. Load rating 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\u003ePreacher Curl Attachment\u003c\/strong\u003e\u003cspan\u003eFits the bench's 45mm attachment tube. Adjustable arm support.\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\u003eAttachment Storage Base\u003c\/strong\u003e\u003cspan\u003eFloor-standing base with two upright sockets for storing both attachments when not in use.\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 Hardware Kit\u003c\/strong\u003e\u003cspan\u003eAll bolts and fittings required for setup.\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\u003eInstruction Manual\u003c\/strong\u003e\u003cspan\u003eStep-by-step assembly guidance for the bench, both attachments and the storage base.\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\u003e8-Position Backrest\u003c\/strong\u003eAdjusts from -18° through to 80°, covering decline, flat and full incline.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-item-text\"\u003e\n\u003cstrong\u003e4-Position Seat\u003c\/strong\u003eAdjusts from 0° to 18° to match the backrest angle for correct exercise form.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-item-text\"\u003e\n\u003cstrong\u003eIncluded Leg Curl Attachment\u003c\/strong\u003eAdds quad and hamstring training without buying it separately.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-item-text\"\u003e\n\u003cstrong\u003eIncluded Preacher Curl Attachment\u003c\/strong\u003eIsolates the biceps with proper arm support for strict curls.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-item-text\"\u003e\n\u003cstrong\u003eDedicated Storage Base\u003c\/strong\u003eHolds both attachments upright in their own sockets, keeping the floor around your bench clear.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-item-text\"\u003e\n\u003cstrong\u003eHeavy-Duty Steel Frame\u003c\/strong\u003eBuilt to hold position through the full adjustment range.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hi-box\"\u003e\n\u003cstrong\u003eBuild quality.\u003c\/strong\u003e The bench is built on a steel frame with fitted high-density foam padding, and both attachments connect via the bench's 45mm x 45mm attachment tube for a secure fit. The storage base is a steel bracket with rubberised non-slip feet and two upright square tube sockets sized to hold the leg curl and preacher curl attachment posts when they are detached from the bench. Frame gauge, finish, and the load ratings for the leg curl and preacher curl attachments are to confirm and will be updated once verified. If these details matter for your setup, our team can confirm them before you order.\u003c\/div\u003e\n\u003cspan class=\"lbl\"\u003eExercise Library\u003c\/span\u003e\n\u003ch2 class=\"stitle\"\u003eExercises You Can Perform With This Package\u003c\/h2\u003e\n\u003cdiv class=\"ex-grid\"\u003e\n\u003cdiv class=\"ex-card\"\u003e\n\u003ch3\u003eChest \u0026amp; Shoulders (Bench)\u003c\/h3\u003e\n\u003cul class=\"ex-list\"\u003e\n\u003cli\u003eFlat dumbbell bench press\u003c\/li\u003e\n\u003cli\u003eIncline dumbbell press\u003c\/li\u003e\n\u003cli\u003eIncline dumbbell fly\u003c\/li\u003e\n\u003cli\u003eSeated shoulder press\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ex-card\"\u003e\n\u003ch3\u003eArms (Preacher Curl Attachment)\u003c\/h3\u003e\n\u003cul class=\"ex-list\"\u003e\n\u003cli\u003ePreacher curl\u003c\/li\u003e\n\u003cli\u003eSingle-arm preacher curl\u003c\/li\u003e\n\u003cli\u003eReverse-grip preacher curl\u003c\/li\u003e\n\u003cli\u003ePreacher hammer curl\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ex-card\"\u003e\n\u003ch3\u003eLegs (Leg Curl Attachment)\u003c\/h3\u003e\n\u003cul class=\"ex-list\"\u003e\n\u003cli\u003eLeg extension\u003c\/li\u003e\n\u003cli\u003eLying leg curl\u003c\/li\u003e\n\u003cli\u003eSingle-leg extension\u003c\/li\u003e\n\u003cli\u003eSingle-leg curl\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ex-card\"\u003e\n\u003ch3\u003eCore (Bench)\u003c\/h3\u003e\n\u003cul class=\"ex-list\"\u003e\n\u003cli\u003eDecline sit-ups\u003c\/li\u003e\n\u003cli\u003eDecline leg raises\u003c\/li\u003e\n\u003cli\u003eSeated Russian twists\u003c\/li\u003e\n\u003cli\u003eIncline reverse crunch\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 Specification Sheet\u003c\/h2\u003e\n\u003ctable class=\"sp-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBench Assembled Dimensions\u003c\/td\u003e\n\u003ctd\u003e1572mm (L) x 737mm (W) x 1221mm (H)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBackrest Dimensions\u003c\/td\u003e\n\u003ctd\u003e770mm (L) x 310mm (W) x 60mm (T)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSeat Dimensions\u003c\/td\u003e\n\u003ctd\u003e400mm (L) x 310mm (W) x 60mm (T)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBench Height (Flat)\u003c\/td\u003e\n\u003ctd\u003e450mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBackrest Adjustment\u003c\/td\u003e\n\u003ctd\u003e8 positions: -18°, 0°, 20°, 30°, 40°, 50°, 60°, 80°\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSeat Adjustment\u003c\/td\u003e\n\u003ctd\u003e4 positions: 0°, 6°, 12°, 18°\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAttachment Tube Size\u003c\/td\u003e\n\u003ctd\u003e45mm x 45mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFrame Material\u003c\/td\u003e\n\u003ctd\u003eSteel. Gauge to confirm.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFrame Finish\u003c\/td\u003e\n\u003ctd\u003eTo confirm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLeg Curl Attachment Load Rating\u003c\/td\u003e\n\u003ctd\u003eTo confirm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePreacher Curl Attachment Details\u003c\/td\u003e\n\u003ctd\u003eTo confirm (adjustable arm support)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAttachment Storage Base\u003c\/td\u003e\n\u003ctd\u003eIncluded. Steel base with rubberised feet and two upright sockets, one for each attachment\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStorage Base Dimensions\u003c\/td\u003e\n\u003ctd\u003eTo confirm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePadding\u003c\/td\u003e\n\u003ctd\u003eHigh-density foam, fitted to bench and both attachments\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eUser Weight Capacity (Bench)\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, hardware and manual included for the bench, both attachments and the storage base\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cspan class=\"lbl\"\u003ePros and Cons\u003c\/span\u003e\n\u003ch2 class=\"stitle\"\u003eAn Honest Look\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\u003eBench, leg curl attachment, preacher curl attachment and storage base in one order\u003c\/li\u003e\n\u003cli\u003e8-position backrest and 4-position seat cover flat, incline and decline\u003c\/li\u003e\n\u003cli\u003eNo need to source matching attachments separately\u003c\/li\u003e\n\u003cli\u003eStorage base keeps unused attachments upright and off the floor\u003c\/li\u003e\n\u003cli\u003eBench folds down for compact storage\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\u003eAssembly of all four pieces is required before first use\u003c\/li\u003e\n\u003cli\u003eLoad ratings for both attachments are not yet confirmed for this listing\u003c\/li\u003e\n\u003cli\u003eHigher upfront cost than the bench alone if you do not need the attachments\u003c\/li\u003e\n\u003cli\u003eFrame gauge and finish details are still to be confirmed\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cspan class=\"lbl\"\u003eWho Is This For\u003c\/span\u003e\n\u003ch2 class=\"stitle\"\u003eIs This Package Right For You\u003c\/h2\u003e\n\u003cul class=\"who-list\"\u003e\n\u003cli\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eHome gym owners building a complete setup\u003c\/strong\u003e\u003cspan class=\"who-desc\"\u003ewho want a bench plus leg and arm isolation work without sourcing attachments separately.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eGarage gym owners with limited space\u003c\/strong\u003e\u003cspan class=\"who-desc\"\u003ewho want to consolidate three pieces of equipment into one footprint, with a storage base to keep the floor clear.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eLifters focused on arm and leg isolation\u003c\/strong\u003e\u003cspan class=\"who-desc\"\u003ewho want preacher curl and leg curl work alongside standard bench pressing.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eBuyers who already know they want both attachments\u003c\/strong\u003e\u003cspan class=\"who-desc\"\u003eand prefer one order over separate purchases at different times.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eDumbbell-based home gym builders\u003c\/strong\u003e\u003cspan class=\"who-desc\"\u003ewho already have a dumbbell set and want a bench package to match. Browse our \u003ca href=\"\/collections\/dumbbells\"\u003edumbbell range\u003c\/a\u003e to pair with this package.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp style=\"font-size: 15px; color: var(--muted); line-height: 1.7; margin-bottom: 28px;\"\u003e\u003cstrong style=\"color: var(--text);\"\u003eWho should not buy this package:\u003c\/strong\u003e if you only need a bench and have no plans to use leg curl or preacher curl attachments, our standalone B5 Pro Adjustable FID Bench listing will save you money. If you need a confirmed heavy commercial weight rating today, hold off until our team confirms the load ratings for this listing.\u003c\/p\u003e\n\u003cdiv class=\"hi-box\"\u003e\n\u003cstrong\u003eBuying separately vs as a package?\u003c\/strong\u003e A common question is whether it is better value to buy the bench and attachments individually. Because both attachments are matched to this bench's 45mm attachment tube from the outset, and the storage base is included rather than sold on its own, buying them together as a package removes the guesswork on compatibility and consolidates delivery into a single order.\u003c\/div\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 class=\"map-btn\" href=\"https:\/\/www.google.com\/maps\/dir\/?api=1\u0026amp;destination=10%2F202+Milperra+Road+Milperra+NSW+2214\"\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\u003eSee It In Person\u003c\/strong\u003e \u003cspan\u003eShowroom display status to confirm.\u003c\/span\u003e \u003cspan\u003eCall ahead to check current floor stock.\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\"\u003eDelivery and Pickup\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 Delivery\u003c\/span\u003e \u003cspan class=\"del-text\"\u003eAll four pieces delivered together Australia-wide. Dispatch timeframe to confirm at checkout.\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\"\u003eDepot Pickup\u003c\/span\u003e \u003cspan class=\"del-text\"\u003ePickup available from our Derrimut VIC or Archerfield QLD depots.\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 hardware and instructions included for the bench, both attachments and the storage base. Professional installation availability to confirm.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\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 Dumbbells and Racks\u003cspan class=\"arr\"\u003e→\u003c\/span\u003e\u003c\/a\u003e \u003ca class=\"rel-link\" href=\"\/collections\/power-racks-squat-racks\"\u003eBrowse Power Racks\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 type=\"checkbox\" id=\"pfaq1\"\u003e\u003clabel class=\"faq-q\" for=\"pfaq1\"\u003eWhat is included in the B5 Pro FID Bench Package?\u003c\/label\u003e\n\u003cdiv class=\"faq-a\"\u003eThe package includes the B5 Pro adjustable FID bench, a leg extension\/curl attachment, a preacher curl attachment, a storage base for both attachments, all assembly hardware, and an instruction manual. Nothing needs to be purchased separately to use all four pieces together.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cinput type=\"checkbox\" id=\"pfaq2\"\u003e\u003clabel class=\"faq-q\" for=\"pfaq2\"\u003eCan I buy the bench without the attachments?\u003c\/label\u003e\n\u003cdiv class=\"faq-a\"\u003eYes, our standalone B5 Pro Adjustable FID Bench listing is available separately if you do not need the leg curl or preacher curl attachments.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cinput type=\"checkbox\" id=\"pfaq3\"\u003e\u003clabel class=\"faq-q\" for=\"pfaq3\"\u003eDo the attachments fit the bench securely?\u003c\/label\u003e\n\u003cdiv class=\"faq-a\"\u003eYes, both the leg curl attachment and the preacher curl attachment are designed to connect via the bench's 45mm x 45mm attachment tube.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cinput type=\"checkbox\" id=\"pfaq4\"\u003e\u003clabel class=\"faq-q\" for=\"pfaq4\"\u003eDoes the package include a way to store the attachments when they are not fitted to the bench?\u003c\/label\u003e\n\u003cdiv class=\"faq-a\"\u003eYes. The package includes a dedicated storage base with two upright sockets, one for the leg curl attachment and one for the preacher curl attachment, so whichever is not currently fitted to the bench can stand upright and out of the way.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cinput type=\"checkbox\" id=\"pfaq5\"\u003e\u003clabel class=\"faq-q\" for=\"pfaq5\"\u003eWhat is the load rating on the leg curl and preacher curl attachments?\u003c\/label\u003e\n\u003cdiv class=\"faq-a\"\u003eLoad ratings for both attachments are to confirm for this listing. Contact our team on 1300 247 888 or sales@247gymequipment.com.au if this is essential to your decision before ordering.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cinput type=\"checkbox\" id=\"pfaq6\"\u003e\u003clabel class=\"faq-q\" for=\"pfaq6\"\u003eIs this package suitable for home or commercial use?\u003c\/label\u003e\n\u003cdiv class=\"faq-a\"\u003eThe package is built for home and garage gym use. Confirmed commercial-grade ratings and warranty terms for commercial settings are to confirm, so contact our team before purchasing for a commercial facility.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cinput type=\"checkbox\" id=\"pfaq7\"\u003e\u003clabel class=\"faq-q\" for=\"pfaq7\"\u003eHow much space does the package need?\u003c\/label\u003e\n\u003cdiv class=\"faq-a\"\u003eThe bench measures 1572mm long, 737mm wide and 1221mm high fully assembled. Space required for the attachments when fitted, and for the storage base, is to confirm. The bench folds down for storage when not in use.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cinput type=\"checkbox\" id=\"pfaq8\"\u003e\u003clabel class=\"faq-q\" for=\"pfaq8\"\u003eCan it be assembled at home?\u003c\/label\u003e\n\u003cdiv class=\"faq-a\"\u003eYes, the package ships with assembly hardware and a step-by-step instruction manual covering the bench, both attachments and the storage base. Professional installation availability is to confirm.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cinput type=\"checkbox\" id=\"pfaq9\"\u003e\u003clabel class=\"faq-q\" for=\"pfaq9\"\u003eIs it available for delivery Australia-wide?\u003c\/label\u003e\n\u003cdiv class=\"faq-a\"\u003eYes, the full package is available for delivery across Australia as one order. Exact dispatch timeframes are to confirm at checkout based on your delivery location.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cinput type=\"checkbox\" id=\"pfaq10\"\u003e\u003clabel class=\"faq-q\" for=\"pfaq10\"\u003eCan I see the package in the showroom before buying?\u003c\/label\u003e\n\u003cdiv class=\"faq-a\"\u003eShowroom display status is to confirm. Call 1300 247 888 or visit us at 10\/202 Milperra Road, Milperra NSW 2214 (Mon-Fri 9am-5pm, Saturday by appointment only) to check current floor stock.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cinput type=\"checkbox\" id=\"pfaq11\"\u003e\u003clabel class=\"faq-q\" for=\"pfaq11\"\u003eWhat is the warranty on this package?\u003c\/label\u003e\n\u003cdiv class=\"faq-a\"\u003eWarranty terms for the bench, each attachment and the storage base are to confirm. Contact our team on 1300 247 888 or sales@247gymequipment.com.au for current warranty coverage before you order.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cinput type=\"checkbox\" id=\"pfaq12\"\u003e\u003clabel class=\"faq-q\" for=\"pfaq12\"\u003eIs this package better value than buying separately?\u003c\/label\u003e\n\u003cdiv class=\"faq-a\"\u003eBuying the bench, both attachments and the storage base together removes the guesswork on compatibility and consolidates delivery into one order. Exact pricing comparison against buying items individually is to confirm.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cinput type=\"checkbox\" id=\"pfaq13\"\u003e\u003clabel class=\"faq-q\" for=\"pfaq13\"\u003eWhat else do I need to use this package?\u003c\/label\u003e\n\u003cdiv class=\"faq-a\"\u003eThe bench and attachments work with any standard weight plates and dumbbells. Browse our \u003ca href=\"\/collections\/dumbbells\"\u003edumbbell range\u003c\/a\u003e if you need to add weights.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"geo\"\u003e\n\u003cstrong\u003eAustralia-wide delivery.\u003c\/strong\u003e The B5 Pro FID Bench Package is available for delivery to Sydney, Melbourne, Brisbane, Adelaide, Canberra, Gold Coast, Newcastle, Wollongong, Hobart and regional areas across Australia. Local pickup is available from our Milperra NSW showroom, or from our Derrimut VIC and Archerfield QLD depots.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"24\/7 Gym Equipment","offers":[{"title":"Default Title","offer_id":53786602701073,"sku":"B5Pro-Package1","price":725.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0756\/3201\/7681\/files\/B5ProAdjustableFIDBench-3.webp?v=1784273063","url":"https:\/\/247gymequipment.com.au\/products\/b5-pro-fid-bench-package","provider":"24\/7 Gym Equipment","version":"1.0","type":"link"}