{"product_id":"xg75-dip-bar-attachment","title":"Dip Bar Attachment — XG75 Functional Smith Machine","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@400;600;700;800;900\u0026amp;family=Barlow:wght@300;400;500;600\u0026amp;display=swap\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\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; }\n\n  body {\n    background: var(--bg);\n    color: var(--text);\n    font-family: 'Barlow', sans-serif;\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  .pd { max-width: 900px; margin: 0 auto; padding: 36px 24px 80px; }\n\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  .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\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; }\n  .pd-intro p strong { color: var(--text); }\n\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; }\n  h2.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  .compat-box { background: var(--blue-bg); border: 1px solid var(--blue); border-radius: 8px; padding: 16px 20px; margin-bottom: 28px; display: flex; gap: 14px; align-items: flex-start; }\n  .compat-icon { font-size: 24px; flex-shrink: 0; }\n  .compat-body strong { display: block; font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 15px; text-transform: uppercase; letter-spacing: .05em; color: var(--blue); margin-bottom: 5px; }\n  .compat-body span { font-size: 13.5px; color: var(--muted); line-height: 1.6; }\n\n  .warn-box { background: var(--red-bg); border: 1px solid var(--red); border-radius: 8px; padding: 14px 18px; margin-bottom: 28px; display: flex; gap: 12px; align-items: flex-start; font-size: 13.5px; color: var(--muted); line-height: 1.6; }\n  .warn-box-icon { font-size: 20px; flex-shrink: 0; }\n  .warn-box strong { color: var(--red); font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 14px; text-transform: uppercase; letter-spacing: .05em; display: block; margin-bottom: 4px; }\n\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-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  .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  .feat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 28px; }\n  @media(max-width:560px){ .feat-grid { grid-template-columns: 1fr; } }\n  .feat { background: var(--card); border: 1px solid var(--border); border-radius: 8px; padding: 15px 17px; display: flex; gap: 12px; align-items: flex-start; box-shadow: 0 1px 3px var(--shadow); transition: border-color .2s; }\n  .feat:hover { border-color: var(--accent); }\n  .f-icon { font-size: 20px; flex-shrink: 0; margin-top: 2px; }\n  .f-body strong { display: block; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 14px; text-transform: uppercase; letter-spacing: .04em; color: var(--text); margin-bottom: 3px; }\n  .f-body span { font-size: 13px; color: var(--muted); line-height: 1.4; }\n\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  .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  .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 .35s ease, padding .35s ease; }\n  .faq-item input:checked ~ .faq-a { max-height: 400px; padding-bottom: 15px; }\n  .faq-a strong { color: var(--text); }\n\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  .div { height: 1px; background: linear-gradient(90deg, var(--accent) 0%, transparent 70%); margin: 24px 0; opacity: .35; }\n\n  .showroom-box { background: var(--card); border: 1px solid var(--border); border-top: 3px solid var(--accent); border-radius: 6px; padding: 20px 22px; margin-bottom: 28px; }\n  .showroom-box .sh-title { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 16px; text-transform: uppercase; letter-spacing: .06em; color: var(--text); margin-bottom: 12px; }\n  .showroom-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }\n  @media(max-width:520px){ .showroom-grid { grid-template-columns: 1fr; } }\n  .sh-item { font-size: 13px; color: var(--muted); line-height: 1.6; }\n  .sh-item strong { display: block; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; color: var(--accent); margin-bottom: 3px; }\n\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\u003c\/style\u003e\n\u003cdiv class=\"pd\"\u003e\n\u003c!-- Badges --\u003e\n\u003cdiv class=\"badge-row\"\u003e\n\u003cspan class=\"badge b-green\"\u003e\u003cspan class=\"dot\"\u003e\u003c\/span\u003e In Stock — Sydney Warehouse\u003c\/span\u003e \u003cspan class=\"badge b-gold\"\u003e🔧 Compatible — XG75 Only\u003c\/span\u003e \u003cspan class=\"badge b-blue\"\u003e💪 Dip Bar Attachment\u003c\/span\u003e \u003cspan class=\"badge b-grey\"\u003e🚚 Fast Australia-Wide Delivery\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- H1 --\u003e\n\u003ch1 class=\"pd-h1\"\u003eDip Bar Attachment — XG75 \u003cspan class=\"sub\"\u003eBodyweight Dip Station Add-On | XG75 Functional Smith Machine | Australia\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003c!-- Intro --\u003e\n\u003cdiv class=\"pd-intro\"\u003e\n\u003cp\u003eThe \u003cstrong\u003eXG75 Dip Bar Attachment\u003c\/strong\u003e is a heavy-duty steel add-on that transforms your \u003cstrong\u003eXG75 Functional Smith Machine\u003c\/strong\u003e into a dedicated dip and bodyweight strength station. It locks securely into the XG75 frame, providing a stable platform for chest dips, tricep dips, hanging knee raises and L-sit holds — without requiring a separate dip tower or taking up additional floor space. Built from commercial-grade steel with a secure frame connection, it's a clean, effective way to add the dip movement pattern to your XG75 setup.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Compatibility --\u003e\n\u003cdiv class=\"compat-box\"\u003e\n\u003cdiv class=\"compat-icon\"\u003e🔗\u003c\/div\u003e\n\u003cdiv class=\"compat-body\"\u003e\n\u003cstrong\u003eXG75 Compatibility\u003c\/strong\u003e \u003cspan\u003eDesigned and engineered \u003cstrong\u003eexclusively for the XG75 Functional Smith Machine\u003c\/strong\u003e. This attachment will not fit the XG90 or any other rack, machine or brand. \u003cstrong\u003eOnly available when purchased with the XG75\u003c\/strong\u003e — not sold as a standalone item. Contact us before ordering if you are unsure which machine model you own.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Stats --\u003e\n\u003cdiv class=\"stats\"\u003e\n\u003cdiv class=\"stat\"\u003e\n\u003cspan class=\"stat-n\"\u003e2\u003c\/span\u003e\u003cspan class=\"stat-l\"\u003eDip Handles\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat\"\u003e\n\u003cspan class=\"stat-n\"\u003eBW\u003c\/span\u003e\u003cspan class=\"stat-l\"\u003eBodyweight Training\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat\"\u003e\n\u003cspan class=\"stat-n\"\u003e0\u003c\/span\u003e\u003cspan class=\"stat-l\"\u003eExtra Floor Space\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat\"\u003e\n\u003cspan class=\"stat-n\"\u003eXG75\u003c\/span\u003e\u003cspan class=\"stat-l\"\u003eExclusive Fit\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hi-box\"\u003e\n\u003cstrong\u003eDips are one of the most effective upper body exercises you can do — and now your XG75 can do them.\u003c\/strong\u003e\u003cbr\u003eCompound pressing movements that load the chest, shoulders and triceps simultaneously, dips outperform isolation exercises for raw upper body mass and pressing strength. The dip bar attachment adds this fundamental movement to your XG75 without needing a second piece of equipment.\u003c\/div\u003e\n\u003cdiv class=\"div\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- Key Features --\u003e\n\u003cdiv class=\"lbl\"\u003eKey Features\u003c\/div\u003e\n\u003ch2 class=\"stitle\"\u003eStable. Simple. Effective.\u003c\/h2\u003e\n\u003cdiv class=\"feat-grid\"\u003e\n\u003cdiv class=\"feat\"\u003e\n\u003cdiv class=\"f-icon\"\u003e🔒\u003c\/div\u003e\n\u003cdiv class=\"f-body\"\u003e\n\u003cstrong\u003eSecure Lock-In Connection\u003c\/strong\u003e \u003cspan\u003eLocks directly into the XG75 frame at existing connection points — solid, rattle-free and stable under bodyweight and weighted dip loads\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat\"\u003e\n\u003cdiv class=\"f-icon\"\u003e🏗️\u003c\/div\u003e\n\u003cdiv class=\"f-body\"\u003e\n\u003cstrong\u003eCommercial-Grade Steel\u003c\/strong\u003e \u003cspan\u003eHeavy-duty steel construction rated for repeated bodyweight and weighted dip use — the same build standard as the XG75 machine frame\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat\"\u003e\n\u003cdiv class=\"f-icon\"\u003e📐\u003c\/div\u003e\n\u003cdiv class=\"f-body\"\u003e\n\u003cstrong\u003eNo Extra Floor Space Required\u003c\/strong\u003e \u003cspan\u003eIntegrates into the existing XG75 footprint — adds the dip movement pattern without requiring a separate dip station or additional gym floor space\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat\"\u003e\n\u003cdiv class=\"f-icon\"\u003e🏋️\u003c\/div\u003e\n\u003cdiv class=\"f-body\"\u003e\n\u003cstrong\u003eWeighted Dip Capable\u003c\/strong\u003e \u003cspan\u003eRated for bodyweight plus additional load via a dip belt or weighted vest — supports progressive overload as bodyweight dips become manageable\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat\"\u003e\n\u003cdiv class=\"f-icon\"\u003e🤸\u003c\/div\u003e\n\u003cdiv class=\"f-body\"\u003e\n\u003cstrong\u003eBodyweight \u0026amp; Core Versatility\u003c\/strong\u003e \u003cspan\u003eBeyond dips, the bar position supports hanging knee raises, L-sit holds and other bodyweight core movements — a multi-use addition to the XG75\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat\"\u003e\n\u003cdiv class=\"f-icon\"\u003e✨\u003c\/div\u003e\n\u003cdiv class=\"f-body\"\u003e\n\u003cstrong\u003eMatched Frame Finish\u003c\/strong\u003e \u003cspan\u003ePowder-coated finish matched to the XG75 machine — looks like part of the original setup, not an aftermarket bolt-on\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"div\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- Exercise Reference --\u003e\n\u003cdiv class=\"lbl\"\u003eWhat Can You Train?\u003c\/div\u003e\n\u003ch2 class=\"stitle\"\u003eExercise Reference\u003c\/h2\u003e\n\u003cdiv class=\"ex-grid\"\u003e\n\u003cdiv class=\"ex-card\"\u003e\n\u003ch3\u003eChest \u0026amp; Tricep Dips\u003c\/h3\u003e\n\u003cul class=\"ex-list\"\u003e\n\u003cli\u003eChest dip (forward lean — pec emphasis)\u003c\/li\u003e\n\u003cli\u003eTricep dip (upright torso — tricep emphasis)\u003c\/li\u003e\n\u003cli\u003eWeighted dip (dip belt or weighted vest)\u003c\/li\u003e\n\u003cli\u003eAssisted dip (band-assisted for beginners)\u003c\/li\u003e\n\u003cli\u003eNegative dip (slow eccentric — strength building)\u003c\/li\u003e\n\u003cli\u003eExplosive dip (power development)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ex-card\"\u003e\n\u003ch3\u003eBodyweight \u0026amp; Core\u003c\/h3\u003e\n\u003cul class=\"ex-list\"\u003e\n\u003cli\u003eHanging knee raise (core)\u003c\/li\u003e\n\u003cli\u003eHanging leg raise (advanced core)\u003c\/li\u003e\n\u003cli\u003eL-sit hold (static core strength)\u003c\/li\u003e\n\u003cli\u003eTuck L-sit (beginner static hold)\u003c\/li\u003e\n\u003cli\u003eStraight bar dip (advanced pressing)\u003c\/li\u003e\n\u003cli\u003eScapular depression hold (shoulder stability)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"div\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- Who Is It For --\u003e\n\u003cdiv class=\"lbl\"\u003eWho Is This For?\u003c\/div\u003e\n\u003ch2 class=\"stitle\"\u003eThe Right Add-On For\u003c\/h2\u003e\n\u003cul class=\"who-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eChest and tricep development athletes\u003c\/strong\u003e — dips are one of the most effective compound pressing exercises for mass and strength; this attachment makes them available at your XG75 without a separate station\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eXG75 owners completing their setup\u003c\/strong\u003e — adds the bodyweight pressing movement pattern that cables and the Smith bar alone cannot replicate\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBeginners building dip strength\u003c\/strong\u003e — band-assisted dips and negatives are the best progressions for building to full bodyweight dips; this bar provides the stable platform needed for structured progression\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAdvanced lifters doing weighted dips\u003c\/strong\u003e — the attachment is rated for dip belt and weighted vest loading, supporting progressive overload well beyond bodyweight\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHome gym owners who value space efficiency\u003c\/strong\u003e — adds a full dip and core station to the XG75 footprint without a separate piece of equipment taking up floor space\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"div\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- Availability note --\u003e\n\u003cdiv class=\"warn-box\"\u003e\n\u003cdiv class=\"warn-box-icon\"\u003e⚠️\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eOnly Available with XG75 Purchase\u003c\/strong\u003e This attachment is engineered exclusively for the XG75 Functional Smith Machine and is \u003cstrong\u003enot sold as a standalone item\u003c\/strong\u003e. It is only available when purchased together with the XG75. It will not fit the XG90 or any other machine. Contact us to confirm inclusion when ordering your XG75.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ --\u003e\n\u003cdiv class=\"faq-section\"\u003e\n\u003cdiv class=\"lbl\"\u003eFrequently Asked Questions\u003c\/div\u003e\n\u003ch2 class=\"stitle\"\u003eCommon Questions\u003c\/h2\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cinput id=\"f1\" type=\"checkbox\"\u003e \u003clabel for=\"f1\" class=\"faq-q\"\u003eIs this attachment compatible with the XG90?\u003c\/label\u003e\n\u003cdiv class=\"faq-a\"\u003eNo — the Dip Bar Attachment is designed \u003cstrong\u003eexclusively for the XG75 Functional Smith Machine\u003c\/strong\u003e. It is not compatible with the XG90 or any other machine, rack or brand. If you own an XG90, contact us and we can advise on the dip attachment options available for that model.\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\"\u003eCan I buy this separately without the XG75?\u003c\/label\u003e\n\u003cdiv class=\"faq-a\"\u003eNo — the XG75 Dip Bar Attachment is \u003cstrong\u003eonly available when purchased with the XG75\u003c\/strong\u003e. It is not sold as a standalone item. If you already own an XG75 and need a replacement attachment, contact us directly and we can advise on availability.\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 the difference between a chest dip and a tricep dip?\u003c\/label\u003e\n\u003cdiv class=\"faq-a\"\u003eThe difference is torso angle. A \u003cstrong\u003echest dip\u003c\/strong\u003e uses a slight forward lean, which increases the stretch on the pectoral muscles at the bottom of the movement and shifts more load onto the chest. A \u003cstrong\u003etricep dip\u003c\/strong\u003e is performed with an upright torso, keeping the elbows closer to the body and placing greater emphasis on the triceps. Both use the same attachment — the variation is in your body position during the rep.\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 do weighted dips on this attachment?\u003c\/label\u003e\n\u003cdiv class=\"faq-a\"\u003eYes — the attachment is rated for \u003cstrong\u003ebodyweight plus additional load via a dip belt or weighted vest\u003c\/strong\u003e. Weighted dips are one of the most effective progressive overload methods for chest and tricep development. Start with bodyweight dips and build load incrementally once you can comfortably complete 10–15 clean reps.\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\"\u003eI can't do a full dip yet — is this still useful for me?\u003c\/label\u003e\n\u003cdiv class=\"faq-a\"\u003eAbsolutely. \u003cstrong\u003eBand-assisted dips and negative dips\u003c\/strong\u003e (jumping to the top position and lowering slowly) are the two most effective progressions for building to a full bodyweight dip. Both require a stable dip bar — this attachment provides exactly that. Most people who train consistently reach their first unassisted dip within 4–8 weeks of structured dip progressions.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Related --\u003e\n\u003cdiv class=\"lbl\"\u003eComplete Your XG75 Setup\u003c\/div\u003e\n\u003ch2 class=\"stitle\"\u003eFrequently Bought Together\u003c\/h2\u003e\n\u003cdiv class=\"rel-grid\"\u003e\n\u003ca class=\"rel-link\" href=\"#\"\u003e🏋️ XG75 Functional Smith Machine \u003cspan class=\"arr\"\u003e→\u003c\/span\u003e\u003c\/a\u003e \u003ca class=\"rel-link\" href=\"#\"\u003e📦 XG75 + Complete Attachment Bundle \u003cspan class=\"arr\"\u003e→\u003c\/span\u003e\u003c\/a\u003e \u003ca class=\"rel-link\" href=\"#\"\u003e💪 XG75 Pull-Up Bar Attachment \u003cspan class=\"arr\"\u003e→\u003c\/span\u003e\u003c\/a\u003e \u003ca class=\"rel-link\" href=\"#\"\u003e🔧 XG75 Cable Attachments \u003cspan class=\"arr\"\u003e→\u003c\/span\u003e\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"div\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- Showroom --\u003e\n\u003cdiv class=\"showroom-box\"\u003e\n\u003cdiv class=\"sh-title\"\u003e📍 Visit Our Sydney Showroom\u003c\/div\u003e\n\u003cdiv class=\"showroom-grid\"\u003e\n\u003cdiv class=\"sh-item\"\u003e\n\u003cstrong\u003eAddress\u003c\/strong\u003e10\/202 Milperra Road\u003cbr\u003eMilperra NSW 2214\u003c\/div\u003e\n\u003cdiv class=\"sh-item\"\u003e\n\u003cstrong\u003eHours\u003c\/strong\u003eMon–Fri: 9am–5pm\u003cbr\u003eSaturday: 9am–1pm\u003c\/div\u003e\n\u003cdiv class=\"sh-item\"\u003e\n\u003cstrong\u003eContact\u003c\/strong\u003e📞 1300 247 888\u003cbr\u003e💬 WhatsApp: +61 412 029 000\u003cbr\u003e✉️ sales@247gymequipment.com.au\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Geo --\u003e\n\u003cdiv class=\"geo\"\u003e\n\u003cstrong\u003eXG75 Dip Bar Attachment Delivery Areas — Australia:\u003c\/strong\u003e\u003cbr\u003eSydney (NSW) · Parramatta · Bankstown · Liverpool · Penrith · Blacktown · Campbelltown · Bondi · Chatswood · Castle Hill · Northern Beaches · Manly · North Sydney · Mosman · Inner West · Sutherland Shire · Lower North Shore · Eastern Suburbs · Ryde · Melbourne (VIC) · Richmond · Brunswick · Essendon · Frankston · Dandenong · Geelong · Ballarat · Brisbane (QLD) · Fortitude Valley · Gold Coast · Sunshine Coast · Toowoomba · Rockhampton · Cairns · Adelaide (SA) · Glenelg · Norwood · Perth (WA) · Canberra (ACT) · Wollongong (NSW) · Newcastle (NSW) · Hobart (TAS) · Darwin (NT)\u003c\/div\u003e\n\u003c\/div\u003e","brand":"24\/7 Gym Equipment","offers":[{"title":"Default Title","offer_id":52385046167825,"sku":"247-IBL-M90-DIP","price":239.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0756\/3201\/7681\/files\/g25-dip-bar-4806619.jpg?v=1758488429","url":"https:\/\/247gymequipment.com.au\/products\/xg75-dip-bar-attachment","provider":"24\/7 Gym Equipment","version":"1.0","type":"link"}