{"product_id":"xg75-power-rack-build-your-own-setup","title":"XG75 Power Rack — Build Your Own Smith Machine \u0026 Functional Trainer Setup","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; }\n.who-list li strong { display: block; margin-bottom: 2px; }\n.who-list li strong + span { 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: XG75 Power Rack Configurable System | 24\/7 Gym Equipment | 247gymequipment.com.au\n     Category: Power Rack \/ Smith Machine \/ Functional Trainer (Configurable)\n     Primary use: Home gym, garage gym, PT studio, commercial gym\n     Key specs: 34-position height adjustment, brushed stainless steel uprights, aluminium pulleys, 2x90kg weight stack (full machine), max user weight 350lbs on pull-up bar, max plate storage load 555lbs per point (both sides)\n     Includes: Four build-up configurations - Power Rack (PR), PR + A, PR + A + B, PR + A + B + C (Full Machine)\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\u003cdiv class=\"pd\"\u003e\n\u003cdiv class=\"badge-row\"\u003e\n\u003cspan class=\"badge b-gold\"\u003eBuild Your Own\u003c\/span\u003e \u003cspan class=\"badge b-blue\"\u003e4 Configurations\u003c\/span\u003e \u003cspan class=\"badge b-green\"\u003eAustralian Stock\u003c\/span\u003e \u003cspan class=\"badge b-grey\"\u003eShips Australia-Wide\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch1 class=\"pd-h1\"\u003eXG75 Power Rack \u003cspan class=\"sub\"\u003eBuild Your Own Smith Machine \u0026amp; Functional Trainer Setup\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cdiv class=\"pd-intro\"\u003e\n\u003cp\u003e\u003cstrong\u003eThe XG75 power rack\u003c\/strong\u003e is sold here as a build-your-own system, starting with the frame and letting you add the Smith machine and functional trainer modules in stages as your training needs grow. Rather than committing to one fixed machine, you choose the starting point, PR, PR + A, PR + A + B, or the full PR + A + B + C machine, and can add modules later as separate upgrade kits.\u003c\/p\u003e\n\u003cp\u003eIf you want the complete Smith machine and functional trainer combo as one fixed unit from day one, see our \u003ca style=\"color: var(--accent); font-weight: 600;\" href=\"\/collections\/functional-trainers-smith-machines\/products\/xg75-functional-trainer-smith-machine-australia\"\u003eXG75 Functional Trainer \u0026amp; Smith Machine\u003c\/a\u003e. This page is for buyers who want to configure the build themselves, starting from a standalone power rack in Australia and adding modules over time.\u003c\/p\u003e\n\u003cp\u003eRead on for what each stage of the build includes, the shared frame specification, and how to add modules later if you start with the rack alone.\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\"\u003eStages\u003c\/span\u003e\u003cspan class=\"stat-l\"\u003eBuild Configurations\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat\"\u003e\n\u003cspan class=\"stat-n\"\u003e34\u003c\/span\u003e\u003cspan class=\"stat-u\"\u003ePositions\u003c\/span\u003e\u003cspan class=\"stat-l\"\u003eHeight Adjustment\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat\"\u003e\n\u003cspan class=\"stat-n\"\u003e555\u003c\/span\u003e\u003cspan class=\"stat-u\"\u003elbs\u003c\/span\u003e\u003cspan class=\"stat-l\"\u003eMax Plate Storage Load (Per Point)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat\"\u003e\n\u003cspan class=\"stat-n\"\u003e2x90\u003c\/span\u003e\u003cspan class=\"stat-u\"\u003ekg\u003c\/span\u003e\u003cspan class=\"stat-l\"\u003eWeight Stack (Full Machine)\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\"\u003eChoose Your Build Stage\u003c\/span\u003e\n\u003ch2 class=\"stitle\"\u003eBuild Up Your XG75 In Stages\u003c\/h2\u003e\n\u003ctable class=\"rat-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eConfiguration\u003c\/th\u003e\n\u003cth\u003eComponents Included\u003c\/th\u003e\n\u003cth\u003eBest For\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"val\"\u003eXG75 Power Rack (PR)\u003c\/td\u003e\n\u003ctd\u003ePower rack frame, chin-up bar, spotter arms, J-hooks, plate storage\u003c\/td\u003e\n\u003ctd\u003eBuyers who want a strong standalone power rack now and may build up later\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"val\"\u003eXG75 Power Rack + A\u003c\/td\u003e\n\u003ctd\u003ePR plus rear support uprights, extending the frame ready for a module\u003c\/td\u003e\n\u003ctd\u003eBuyers who know they will add a Smith machine or functional trainer soon and want the frame ready\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"val\"\u003eXG75 Power Rack + A + B\u003c\/td\u003e\n\u003ctd\u003ePR + A plus the Smith machine carriage rail\u003c\/td\u003e\n\u003ctd\u003eBuyers who want guided barbell training added to their rack now\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"val\"\u003eXG75 Power Rack + A + B + C (Full Machine)\u003c\/td\u003e\n\u003ctd\u003ePR + A + B plus the functional trainer cable pulleys and 2x90kg weight stack\u003c\/td\u003e\n\u003ctd\u003eBuyers wanting the complete Smith and cable station built from the start\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv class=\"note-box\"\u003e\n\u003cstrong\u003eHow this works in Shopify:\u003c\/strong\u003e each build stage is selected using the \"Choose Your Configuration\" option above. Every stage has its own price, SKU and stock quantity, so the option you select is what determines what ships. If you start with PR or PR + A and want to add the Smith machine or functional trainer module later, use the separate upgrade kits in the Optional Upgrades section below rather than reordering this product.\u003c\/div\u003e\n\u003cdiv class=\"div\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cspan class=\"lbl\"\u003eWhat Is Included\u003c\/span\u003e\n\u003ch2 class=\"stitle\"\u003eShared Power Rack Components (Every Stage)\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\u003eXG75 power rack frame\u003c\/strong\u003e\u003cspan\u003eBrushed stainless steel uprights with laser cut hole numbers\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\u003eSpotter arms\u003c\/strong\u003e\u003cspan\u003eUHMW material for impact and abrasion resistance\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\u003eChromed J-hooks and rest pins\u003c\/strong\u003e\u003cspan\u003eMultiple height positions across the uprights\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\u003eMulti-grip pull-up bar\u003c\/strong\u003e\u003cspan\u003eKnurled chin-up bar with luxury aluminium end caps\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\u003eThread-lock plate holders\u003c\/strong\u003e\u003cspan\u003eWeight storage pegs on the rear uprights\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\u003eBase rails and footplates\u003c\/strong\u003e\u003cspan\u003eBolt-down base for structural stability\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"note-box\"\u003e\n\u003cstrong\u003eTo confirm:\u003c\/strong\u003e whether an Olympic barbell ships as standard with every build stage or is sold separately. Please confirm with our team before ordering if a bar is required.\u003c\/div\u003e\n\u003cspan class=\"lbl\"\u003eWhat Each Stage Adds\u003c\/span\u003e\n\u003ch2 class=\"stitle\"\u003eModule Breakdown\u003c\/h2\u003e\n\u003cdiv class=\"spec-cols\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-item-text\"\u003e\n\u003cstrong\u003eModule A, rear support uprights\u003c\/strong\u003eAdditional vertical rails fitted to the rear of the frame, required before the Smith machine or functional trainer module can be mounted.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-item-text\"\u003e\n\u003cstrong\u003eModule B, Smith machine carriage rail\u003c\/strong\u003eA guided sliding bar system running on solid hard chromed guide rods, for controlled barbell movement.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-item-text\"\u003e\n\u003cstrong\u003eModule C, functional trainer pulleys\u003c\/strong\u003eDual adjustable aluminium pulleys with a 2x90kg weight stack, cables and interchangeable handles and bars.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-item-text\"\u003e\n\u003cstrong\u003eFull machine (A+B+C)\u003c\/strong\u003eSmith machine and functional trainer modules fitted together on the extended frame for one complete multi-function station.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pulley-box\"\u003e\n\u003ch3\u003eEngineering and Build Quality\u003c\/h3\u003e\n\u003cp\u003eThe XG75 frame is built from heavy gauge steel tube with \u003cstrong\u003econcealed welding\u003c\/strong\u003e and a sleek powder coated metal cover over the working sections. Brushed stainless steel uprights carry laser cut hole numbers for consistent pin and hook placement across 34 height adjustment positions.\u003c\/p\u003e\n\u003cp\u003eThe Smith machine and functional trainer modules run on \u003cstrong\u003esolid hard chromed guide rods\u003c\/strong\u003e with aluminium pulleys designed for quiet, smooth movement without deformation over time. An 8mm safety stopper and chrome springs provide cushioning and shock absorption through the carriage travel.\u003c\/p\u003e\n\u003cdiv class=\"pulley-specs\"\u003e\n\u003cdiv class=\"pulley-spec\"\u003e\n\u003cstrong\u003eUpright Tube\u003c\/strong\u003e\u003cspan\u003e□75×2.5mm and □75×3mm steel box tube\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pulley-spec\"\u003e\n\u003cstrong\u003eGuide Rod\u003c\/strong\u003e\u003cspan\u003eφ30×1215mm solid hard chromed rod\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pulley-spec\"\u003e\n\u003cstrong\u003ePull-Up Bar Tube\u003c\/strong\u003e\u003cspan\u003eφ35×2.5×440mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pulley-spec\"\u003e\n\u003cstrong\u003eBase Rail\u003c\/strong\u003e\u003cspan\u003e□50×75×2.5mm and □50×□70×2.5mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cspan class=\"lbl\"\u003eOptional Upgrades\u003c\/span\u003e\n\u003ch2 class=\"stitle\"\u003eAdd These Later\u003c\/h2\u003e\n\u003cdiv class=\"opt-grid\"\u003e\n\u003cdiv class=\"opt-item\"\u003eModule A Kit, rear support uprights (for existing PR owners)\u003c\/div\u003e\n\u003cdiv class=\"opt-item\"\u003eModule B Kit, Smith machine carriage rail (requires Module A)\u003c\/div\u003e\n\u003cdiv class=\"opt-item\"\u003eModule C Kit, functional trainer pulleys and weight stack (requires Module A)\u003c\/div\u003e\n\u003cdiv class=\"opt-item\"\u003eMultifunctional foot plate attachment\u003c\/div\u003e\n\u003cdiv class=\"opt-item\"\u003eDog bench (adjustable decline bench)\u003c\/div\u003e\n\u003cdiv class=\"opt-item\"\u003eInstallation service\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"note-box\"\u003e\n\u003cstrong\u003eAlready own an XG75 Power Rack?\u003c\/strong\u003e Do not reorder this product to add a module. Use the dedicated Module A, Module B or Module C upgrade kits instead. Module B and Module C are only compatible with the XG75 power rack and require Module A already fitted. Contact us before ordering if you are unsure which modules you already own. Want the complete Smith machine and functional trainer combo as one fixed unit instead of building it up in stages? See our \u003ca style=\"color: var(--accent); font-weight: 600;\" href=\"\/collections\/functional-trainers-smith-machines\/products\/xg75-functional-trainer-smith-machine-australia\"\u003eXG75 Functional Trainer \u0026amp; Smith Machine\u003c\/a\u003e.\u003c\/div\u003e\n\u003cspan class=\"lbl\"\u003eTechnical Specifications\u003c\/span\u003e\n\u003ch2 class=\"stitle\"\u003eXG75 Frame Specifications\u003c\/h2\u003e\n\u003ctable class=\"sp-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eUpright Tube\u003c\/td\u003e\n\u003ctd\u003e□75×2.5mm and □75×3mm steel box section\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePull-Up Bar Tube\u003c\/td\u003e\n\u003ctd\u003eφ35×2.5×440mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eGuide Rod (Smith \/ Functional Trainer)\u003c\/td\u003e\n\u003ctd\u003eφ30×1215mm solid hard chromed rod\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCable Rod\u003c\/td\u003e\n\u003ctd\u003eφ25×1848×M10\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBase Rail\u003c\/td\u003e\n\u003ctd\u003e□50×75×2.5mm and □50×□70×2.5mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBarbell Sleeve\u003c\/td\u003e\n\u003ctd\u003eΦ48×2×320mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeight Adjustment\u003c\/td\u003e\n\u003ctd\u003e34 positions\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight Stack (Full Machine)\u003c\/td\u003e\n\u003ctd\u003e2 x 90kg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAssembled Footprint (Full Machine)\u003c\/td\u003e\n\u003ctd\u003eApproximately 3.0m² (based on manufacturer diagram for the fully accessorised build). Footprint for PR, PR + A and PR + A + B stages to confirm.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAssembled Height (Full Machine)\u003c\/td\u003e\n\u003ctd\u003e2200mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAssembled Depth (Full Machine)\u003c\/td\u003e\n\u003ctd\u003e1500mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAssembled Width (Full Machine)\u003c\/td\u003e\n\u003ctd\u003eUp to 2000mm across barbell sleeves, 1810mm across uprights, 1095mm across base\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\u003eDispatch \/ 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\"\u003eWeight and Capacity Ratings\u003c\/span\u003e\n\u003ch2 class=\"stitle\"\u003eLoad Ratings By Point\u003c\/h2\u003e\n\u003ctable class=\"rat-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003ePoint\u003c\/th\u003e\n\u003cth\u003eRating\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePull-up \/ chin-up bar\u003c\/td\u003e\n\u003ctd class=\"val\"\u003eMax user weight 350lbs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRear plate storage pegs (both sides)\u003c\/td\u003e\n\u003ctd class=\"val\"\u003eMax loading 555lbs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFront barbell sleeves (both sides)\u003c\/td\u003e\n\u003ctd class=\"val\"\u003eMax loading 555lbs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSingle accessory peg\u003c\/td\u003e\n\u003ctd class=\"val\"\u003eMax loading 220lbs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\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\u003eBuy only the stage you need now, add modules as your budget or training goals grow\u003c\/li\u003e\n\u003cli\u003eBrushed stainless steel uprights with laser cut numbers for accurate positioning\u003c\/li\u003e\n\u003cli\u003e34 height adjustment positions and UHMW-padded spotter arms\u003c\/li\u003e\n\u003cli\u003eConcealed welding and a sleek metal cover for a clean commercial finish\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\u003eThe full machine has a larger footprint, approximately 3.0m²\u003c\/li\u003e\n\u003cli\u003eAssembly is required and takes longer as more modules are added\u003c\/li\u003e\n\u003cli\u003eModule B and Module C both require Module A already fitted, they cannot be added to a bare PR frame directly\u003c\/li\u003e\n\u003cli\u003eBench accessories are sold separately, not included at any build stage\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\"\u003eBuilt For These Buyers\u003c\/h2\u003e\n\u003cul class=\"who-list\"\u003e\n\u003cli\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eHome gym owners building up over time\u003c\/strong\u003e\u003cspan\u003eStart with the bare power rack and add Module A, B or C when budget allows.\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 Smith or cable training soon\u003c\/strong\u003e\u003cspan\u003eStart at PR + A so the frame is ready for the next module without re-buying the base.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv\u003e\n\u003cstrong\u003ePT studios needing multiple training styles in one footprint\u003c\/strong\u003e\u003cspan\u003eThe full PR + A + B + C machine covers free weight, guided barbell and cable training in one station.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eGarage gym owners with a defined budget\u003c\/strong\u003e\u003cspan\u003eBuy the frame now and the modules when funds allow.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eBuyers who are not yet sure which modules they need\u003c\/strong\u003e\u003cspan\u003eThe build stage table above makes it clear what each option includes before you buy.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp style=\"font-size: 14px; color: var(--muted); line-height: 1.7; margin-bottom: 28px;\"\u003e\u003cstrong\u003eWho should not buy:\u003c\/strong\u003e if you want the complete Smith machine and functional trainer combo as one fixed unit from day one rather than building it up in stages, our XG75 Functional Trainer \u0026amp; Smith Machine may suit you better. If your ceiling height is under 2200mm, please confirm clearance before ordering the full machine.\u003c\/p\u003e\n\u003cdiv class=\"hi-box\"\u003e\n\u003cstrong\u003eNot sure which stage to start at?\u003c\/strong\u003e A common approach is to buy the bare Power Rack first to confirm the frame fits your space, then add Module A followed by Module B or Module C once you know how you want to train. This avoids paying for modules you are not ready to use.\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\u003c\/span\u003e \u003ca rel=\"noopener\" href=\"https:\/\/www.google.com\/maps\/dir\/?api=1\u0026amp;destination=10%2F202+Milperra+Road+Milperra+NSW+2214\" class=\"map-btn\" target=\"_blank\"\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\u003eBuild stage on display varies, please call ahead to confirm which XG75 configuration is in the Milperra showroom.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\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\"\u003eShips Australia-wide via freight, to confirm exact freight cost by 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\"\u003eInstallation Available\u003c\/span\u003e\u003cspan class=\"del-text\"\u003eProfessional assembly and installation available, to confirm per configuration.\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 Timeframe\u003c\/span\u003e\u003cspan class=\"del-text\"\u003eTo confirm at time of order for your selected configuration.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rel-grid\"\u003e\n\u003ca href=\"\/collections\/power-racks-squat-racks\" class=\"rel-link\"\u003eBrowse Power Racks\u003cspan class=\"arr\"\u003e→\u003c\/span\u003e\u003c\/a\u003e \u003ca href=\"\/collections\/functional-trainers-smith-machines\/products\/xg75-functional-trainer-smith-machine-australia\" class=\"rel-link\"\u003eXG75 Complete Machine (Fixed Unit)\u003cspan class=\"arr\"\u003e→\u003c\/span\u003e\u003c\/a\u003e \u003ca href=\"\/collections\/rack-machine-attachments\" class=\"rel-link\"\u003eBrowse Rack \u0026amp; Machine Attachments\u003cspan class=\"arr\"\u003e→\u003c\/span\u003e\u003c\/a\u003e \u003ca href=\"\/collections\/rubber-gym-mats-flooring\" class=\"rel-link\"\u003eBrowse 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\"\u003eCommon Questions\u003c\/h2\u003e\n\u003cdiv class=\"faq-section\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cinput id=\"f1\" type=\"checkbox\"\u003e\u003clabel for=\"f1\" class=\"faq-q\"\u003eWhat is the XG75 power rack build-your-own system\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003cdiv class=\"faq-a\"\u003eThe XG75 is a single power rack frame sold in four build stages: PR alone, PR plus rear support uprights, PR plus rear uprights and the Smith machine module, or the full machine with the functional trainer module also fitted.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cinput id=\"f2\" type=\"checkbox\"\u003e\u003clabel for=\"f2\" class=\"faq-q\"\u003eWhat is the difference between the four build stages\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003cdiv class=\"faq-a\"\u003ePR is the bare frame. PR + A adds the rear support uprights that later modules mount to. PR + A + B adds the Smith machine carriage rail. PR + A + B + C is the full machine with the functional trainer cable pulleys and weight stack also fitted.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cinput id=\"f3\" type=\"checkbox\"\u003e\u003clabel for=\"f3\" class=\"faq-q\"\u003eWhat is included in the bare Power Rack option\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003cdiv class=\"faq-a\"\u003eThe XG75 power rack frame, brushed stainless steel uprights, spotter arms, J-hooks, multi-grip pull-up bar and base rails. It does not include the rear support uprights or any module.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cinput id=\"f4\" type=\"checkbox\"\u003e\u003clabel for=\"f4\" class=\"faq-q\"\u003eCan I add the Smith machine or functional trainer module later\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003cdiv class=\"faq-a\"\u003eYes. If you start with PR or PR + A, our Module B (Smith machine) or Module C (functional trainer) upgrade kits can be fitted later, provided the rear support uprights (Module A) are already in place.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cinput id=\"f5\" type=\"checkbox\"\u003e\u003clabel for=\"f5\" class=\"faq-q\"\u003eIs this suitable for home or commercial use\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003cdiv class=\"faq-a\"\u003eYes, the frame and modules are built to a commercial standard and suit home gyms, garage gyms, PT studios and commercial gym floors.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cinput id=\"f6\" type=\"checkbox\"\u003e\u003clabel for=\"f6\" class=\"faq-q\"\u003eHow much space does the full XG75 machine need\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003cdiv class=\"faq-a\"\u003eBased on the manufacturer's assembled dimensions for the fully accessorised build, allow approximately 3.0m² of floor space, with an assembled height of 2200mm and depth of 1500mm.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cinput id=\"f7\" type=\"checkbox\"\u003e\u003clabel for=\"f7\" class=\"faq-q\"\u003eWhat is the maximum user weight and loading capacity\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003cdiv class=\"faq-a\"\u003eThe pull-up bar is rated to a maximum user weight of 350lbs. The front barbell sleeves and rear plate storage pegs are each rated to a maximum loading of 555lbs on both sides.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cinput id=\"f8\" type=\"checkbox\"\u003e\u003clabel for=\"f8\" class=\"faq-q\"\u003eCan it be assembled on delivery\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003cdiv class=\"faq-a\"\u003eInstallation availability is to confirm for this product, please contact our team to arrange assembly at the time of order.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cinput id=\"f9\" type=\"checkbox\"\u003e\u003clabel for=\"f9\" class=\"faq-q\"\u003eIs it available for delivery Australia-wide\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003cdiv class=\"faq-a\"\u003eYes, the XG75 power rack ships Australia-wide via freight. Exact freight cost by postcode is to confirm at checkout.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cinput id=\"f10\" type=\"checkbox\"\u003e\u003clabel for=\"f10\" class=\"faq-q\"\u003eCan I see it in the showroom\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003cdiv class=\"faq-a\"\u003eOur Milperra showroom is open Monday to Friday 9am to 5pm and Saturday by appointment only. Please call ahead on 1300 247 888 to confirm which XG75 build stage is currently on display.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cinput id=\"f11\" type=\"checkbox\"\u003e\u003clabel for=\"f11\" class=\"faq-q\"\u003eWhat is the warranty on the XG75 power rack\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003cdiv class=\"faq-a\"\u003eWarranty terms are to confirm, please contact our team for current warranty details on each build stage.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cinput id=\"f12\" type=\"checkbox\"\u003e\u003clabel for=\"f12\" class=\"faq-q\"\u003eShould I buy this or the complete XG75 Functional Trainer and Smith Machine\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003cdiv class=\"faq-a\"\u003eChoose this page if you want to build up in stages, starting from the bare rack. Choose our XG75 Functional Trainer and Smith Machine if you want the complete Smith and cable combo as one fixed unit from day one.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cinput id=\"f13\" type=\"checkbox\"\u003e\u003clabel for=\"f13\" class=\"faq-q\"\u003eWhat is not included at any build stage\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003cdiv class=\"faq-a\"\u003eThe multifunctional foot plate and dog bench are optional accessories and are not included as standard at any build stage. Confirm with our team whether an Olympic barbell ships as standard.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cinput id=\"f14\" type=\"checkbox\"\u003e\u003clabel for=\"f14\" class=\"faq-q\"\u003eWhich build stage should I choose if I am not sure\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003cdiv class=\"faq-a\"\u003eStart with the bare Power Rack to confirm the frame suits your space, then add Module A followed by Module B or Module C once you know which training style you want to add.\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 XG75 power rack build-your-own system ships to Sydney, Melbourne, Brisbane, Adelaide, Perth, Canberra, Gold Coast, Newcastle, Wollongong, Hobart and regional Australia. Visit our Milperra, NSW showroom or arrange delivery to your gym anywhere in the country.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"24\/7 Gym Equipment","offers":[{"title":"Power Rack (PR)","offer_id":53795197550865,"sku":"XG75PR","price":1440.0,"currency_code":"AUD","in_stock":true},{"title":"Power Rack + A","offer_id":53795197583633,"sku":"XG75-A","price":1950.0,"currency_code":"AUD","in_stock":true},{"title":"Power Rack + A + B","offer_id":53795197616401,"sku":"XG75-B","price":2400.0,"currency_code":"AUD","in_stock":true},{"title":"Power Rack + A + B + C (Full Machine)","offer_id":53795197649169,"sku":"XG75-C","price":5300.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0756\/3201\/7681\/files\/XG75PR-1.webp?v=1785549486","url":"https:\/\/247gymequipment.com.au\/products\/xg75-power-rack-build-your-own-setup","provider":"24\/7 Gym Equipment","version":"1.0","type":"link"}