Home Gym Starter Packages
.ms-desc * { box-sizing: border-box; } .ms-desc { font-size: 16px; color: #000; line-height: 1.6; max-width: 860px; } .ms-desc .ms-hero-heading { font-size: 28px; font-weight: 700; color: #C4262E; margin: 0 0 16px; line-height: 1.2; } .ms-desc .ms-lead { font-size: 17px; color: #000; margin: 0 0 20px; line-height: 1.6; } .ms-desc p { margin: 0 0 14px; color: #000; } .ms-desc .ms-sub-heading { font-size: 21px; font-weight: 700; color: #C4262E; border-bottom: 2px solid #C4262E; display: inline-block; margin: 32px 0 16px; padding-bottom: 6px; } /* Callout */ .ms-desc .ms-callout { background: #000; color: #fff; padding: 20px 24px; margin: 20px 0 28px; font-size: 16px; line-height: 1.6; border-radius: 4px; } .ms-desc .ms-callout strong { font-size: 18px; display: block; margin-bottom: 4px; } /* Feature grid, 2 col */ .ms-desc .ms-features { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 16px 0 24px; border: 1px solid #e0e0e0; border-radius: 4px; overflow: hidden; } .ms-desc .ms-features .ms-feature { padding: 14px 16px; border-left: 4px solid #C4262E; border-bottom: 1px solid #e0e0e0; border-right: 1px solid #e0e0e0; background: #fff; } .ms-desc .ms-features .ms-feature:nth-child(even) { border-right: none; } .ms-desc .ms-features .ms-feature:nth-last-child(-n+2):not(:nth-child(odd):last-child) { border-bottom: none; } .ms-desc .ms-features .ms-feature:nth-last-child(1):nth-child(odd) { border-bottom: none; grid-column: span 2; border-right: none; } .ms-desc .ms-feature strong { display: block; font-weight: 700; color: #000; margin-bottom: 2px; } .ms-desc .ms-feature span { font-size: 14px; color: #818A8F; } .ms-desc .ms-feature-link { display: block; margin-top: 10px; font-size: 13px; font-weight: 700; color: #C4262E; text-decoration: none; } .ms-desc .ms-feature-link:hover { text-decoration: underline; } .ms-desc .ms-features-with-image .ms-feature { display: flex; align-items: center; gap: 14px; } .ms-desc .ms-rack-thumb { flex-shrink: 0; width: 64px; height: 64px; border: 1px solid #e0e0e0; border-radius: 4px; background: #fafafa; display: flex; align-items: center; justify-content: center; overflow: hidden; } .ms-desc .ms-rack-thumb img { width: 100%; height: 100%; object-fit: contain; display: block; } .ms-desc .ms-rack-thumb-placeholder { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.03em; color: #818A8F; text-align: center; line-height: 1.3; } .ms-desc .ms-feature-content { flex: 1; min-width: 0; } @media (max-width: 600px) { .ms-desc .ms-rack-thumb { width: 52px; height: 52px; } } /* Benefit grid, 3 col */ .ms-desc .ms-benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 0 0 24px; border: 1px solid #e0e0e0; border-radius: 4px; overflow: hidden; } .ms-desc .ms-benefits .ms-benefit { padding: 20px 16px; border-top: 4px solid #C4262E; border-right: 1px solid #e0e0e0; background: #fff; } .ms-desc .ms-benefits .ms-benefit:last-child { border-right: none; } .ms-desc .ms-benefit .ms-stat { font-size: 19px; font-weight: 700; color: #C4262E; display: block; margin-bottom: 4px; line-height: 1.3; } .ms-desc .ms-benefit .ms-label { font-size: 14px; color: #818A8F; display: block; } /* Package spotlight */ .ms-desc .pkg-spotlight { border-top: 4px solid #C4262E; border-radius: 4px; padding: 24px; margin: 0 0 28px; background: #fff; } .ms-desc .pkg-spotlight-tag { display: inline-block; background: #f5f5f5; border: 1px solid #ddd; border-radius: 20px; font-size: 12px; font-weight: 700; color: #555; padding: 4px 12px; margin-bottom: 12px; text-transform: uppercase; letter-spacing: 0.03em; } .ms-desc .pkg-spotlight-name { font-size: 18px; font-weight: 700; color: #000; margin-bottom: 4px; } .ms-desc .pkg-spotlight-note { font-size: 14px; color: #818A8F; margin-bottom: 18px; } .ms-desc table.pkg-breakdown { width: 100%; border-collapse: collapse; margin-bottom: 18px; border: none; } .ms-desc table.pkg-breakdown td { padding: 10px 0; font-size: 15px; color: #000; border: none; border-bottom: 1px solid #ebebeb; } .ms-desc table.pkg-breakdown td:last-child { text-align: right; } .ms-desc table.pkg-breakdown tr.pkg-breakdown-total td { color: #818A8F; text-decoration: line-through; } .ms-desc table.pkg-breakdown tr.pkg-breakdown-price td { border-bottom: none; padding-top: 14px; font-size: 20px; font-weight: 700; color: #C4262E; } .ms-desc .pkg-savings { background: #fafafa; border-left: 3px solid #C4262E; border-radius: 4px; padding: 14px 16px; font-size: 14px; color: #3a3a3a; line-height: 1.6; } /* Trust strip */ /* FAQ */ .ms-desc .ms-faq { margin: 0 0 8px; } .ms-desc .ms-faq-item { border-bottom: 1px solid #e0e0e0; } .ms-desc .ms-faq-item input[type="checkbox"] { display: none; } .ms-desc .ms-faq-item label { display: block; padding: 14px 0 14px 28px; font-weight: 700; cursor: pointer; position: relative; color: #000; } .ms-desc .ms-faq-item label::after { content: '+'; position: absolute; left: 0; top: 50%; transform: translateY(-50%); font-size: 20px; color: #C4262E; font-weight: 400; } .ms-desc .ms-faq-item input:checked + label::after { content: '\2212'; } .ms-desc .ms-faq-answer { display: none; padding: 0 0 14px; color: #000; } .ms-desc .ms-faq-item input:checked ~ .ms-faq-answer { display: block; } .ms-desc .ms-faq-answer p { font-size: 14px; line-height: 1.75; color: #3a3a3a; margin: 0 0 10px; } .ms-desc .ms-faq-answer p:last-child { margin-bottom: 0; } /* Warranty list */ .ms-desc .ms-warranty-list { margin: 0 0 20px; padding-left: 20px; } .ms-desc .ms-warranty-list li { margin-bottom: 8px; color: #000; } .ms-desc .ms-warranty-list li ul { margin-top: 6px; padding-left: 18px; } .ms-desc .ms-warranty-list li ul li { list-style-type: circle; font-size: 14px; color: #818A8F; } @media (max-width: 600px) { .ms-desc .ms-hero-heading { font-size: 22px; } .ms-desc .ms-features { grid-template-columns: 1fr; } .ms-desc .ms-features .ms-feature { border-right: none !important; border-bottom: 1px solid #e0e0e0 !important; } .ms-desc .ms-features .ms-feature:last-child { border-bottom: none !important; } .ms-desc .ms-features .ms-feature:nth-last-child(1):nth-child(odd) { grid-column: span 1; } .ms-desc .ms-benefits { grid-template-columns: 1fr; } .ms-desc .ms-benefits .ms-benefit { border-right: none; border-bottom: 1px solid #e0e0e0; } .ms-desc .ms-benefits .ms-benefit:last-child { border-bottom: none; } } Description Delivery Information Warranty Information Everything you need to start training, built around our popular racks We've put together a number of home gym packages to help you hit the ground running in a single order. Choose your rack from the dropdown above and you'll receive everything you need to train effectively at home. Massive savings when you buy a package When you buy a pre-built package, we save on shipping costs and you save on the total price. It's a win-win, and our team is on-hand every weekday to help you choose the right rack for your space, goals and budget. What's in every package Cable Squat Rack Suitable for barbell lifts and a variety of cable training. Weight Bench A Phase 2 or Phase 3 bench, depending on the package. Adjustable Dumbbell Pair A pair of standard adjustable dumbbells, combining 10 weights in one up to a massive 40kg. Weight Plates 107.5kg of tri-grip plates. 7ft Barbell Knurled handles and a 20kg base resistance to mirror what you'll find in your local gym. Barbell Collar Clips To hold your plates in place when training. Tricep Rope Because who doesn't love this cable attachment? See the savings for yourself Example package Phase 2 Functional Trainer (Plate-Loaded) Starter Package Phase 2 Functional Trainer (Plate-Loaded) £1,506 Weight Plates £310 Barbell £155 Phase 2 Weight Bench £155 Adjustable Dumbbell Pair £450 Tricep Rope £18 Barbell Collar Clips £20 Buying separately £2,614 Package price £2,200 Choose your rack Phase 2 Quarter Rack (Plate-Loaded) A compact quarter rack with high and low plate-loaded cables. Product details → Phase 2 Quarter Rack (Pin-Loaded) The same compact quarter rack with an 80kg, 1:1 pin-loaded weight stack. Product details → Phase 2 Freestanding Folding Rack (Plate-Loaded) A folding rack with high and low plate-loaded cables. Product details → Phase 2 Freestanding Folding Rack (Pin-Loaded) The same folding rack with an 80kg, 1:1 pin-loaded weight stack. Product details → Phase 2 Functional Trainer (Plate-Loaded) Plate-loaded adjustable cables, a counterbalanced smith machine and a height of exactly 2m. Product details → Multi-Functional Trainer A real step up. Our bestselling all-in-one rack with adjustable pin-loaded cables, a squat rack and a counterbalanced smith machine. Product details → Why buy as a package Save hundreds We save on shipping, you save on the total order. When ordering a lot of equipment, it just makes sense to do it this way. A full home gym from the experts We've been making fitness equipment since 2017. We know what a space needs and what it doesn't. Nothing left to buy Rack, weights, bench, dumbbells and accessories all included from day one. Can I swap an item in my package? Not at the moment. Each package is fixed to keep the price as low as possible. If it's only a minor change that you're looking to make, like swapping the weight plates for another finish, then get in touch with the team on [email protected] who'll be able to help you out. What's the difference between plate-loaded and pin-loaded racks? The quick answer: plate-loaded options are cheaper, but slower to use and restricted to a 1:1 ratio. Plate-loaded racks pull the weight from the same plates that you use on your barbell, helping you keep the costs down. A pin-loaded machine uses a dedicated weight stack that can be changed instantly between weights, like what you're used to in a commercial gym. Besides from being cheaper, another consideration is that all of our plate-loaded machines run on a 1:1 cable ratio. This is worth understanding, so we've written a full explainer on cable ratios to help you know which rack is right for you. Is finance available? Yes, we offer interest-free finance for 12 months and interest-bearing finance up to 48 months through our partners Novuna. Applications are subject to status and eligibility. How will my package be delivered? Your package will be delivered on a pallet to the nearest kerbside to your address, since our delivery partners aren't insured to bring it onto your property. You'll be contacted to arrange a suitable delivery date before it arrives. What's the warranty? Every rack in this range comes with a 10 year warranty on the frame. Everything else in the package, including your bench, dumbbells and accessories, is covered by our standard 12 month warranty. Do you offer installation? We offer a professional installation service in select postcodes. Get in touch at [email protected] for a bespoke quote. Outside our coverage, we can refer you to one of our trusted installation partners. Your package will be delivered by our delivery partner on a pallet to the nearest kerbside to your address. They'll contact you within 48 hours of your order to arrange a convenient delivery day. Please arrange disposal of the pallet yourself, as our couriers won't take it away. Delivery usually takes 5 to 10 working days, depending on your location. Since a starter package is made up of several heavy items, it may arrive in more than one delivery. No single box weighs more than 25kg. If you have any questions or queries regarding delivery, feel free to contact us by email or chat. We're always here to help. 10 years Rack frame cover 12 months Bench, dumbbells, plates and accessories 48 hours Response time for warranty claims During the warranty period we will repair or replace, at no charge, products or parts of the product defective because of improper materials or workmanship, under normal use and maintenance. Warranty does not cover Damage of the product resulting from negligence, e.g. dropping the product Damage of the product resulting from unauthorised modification of the product Damage caused by weather or natural disaster, e.g. rust if the product is kept outside The product must only be used indoors in a temperature controlled environment and be left dry. Theft or loss of the product Improper cleaning No chemical solution should be sprayed directly onto the product, as it can remove the paint, ceramic coating, ionised or chromed finish and cause rust. Any damage to the product from chemical products will void the warranty. To obtain warranty service please email [email protected] including full details of the problem including photos where possible. We will respond with a resolution within 48 hours.
More you might like
Related
Coin top Flex tile - home gym packages
Related
Home Gym Starter Package
Related
Starter Home Gym Bundle
Related