York Fitness DB4 Starter bundle set
* { box-sizing: border-box; } body { background: #ffffff; color: #000000; margin: 0; padding: 0; } .dumbbell-page { font-size: 22px; font-family: 'Space Grotesk', sans-serif; width : 100%; height: 100%; overflow-y: auto; } html, body { height: 100%; width: 100%; } .hero { background: linear-gradient(135deg, #FF0000 0%, #DD0000 100%); padding: 80px 40px; text-align: center; border-bottom: 5px solid #ffffff; box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3); } .hero h1 { font-size: clamp(2.5rem, 8vw, 5rem); font-weight: 700; color: #ffffff; margin: 0 0 20px 0; letter-spacing: -1px; text-transform: uppercase; } .hero p { font-size: 2.2rem; color: rgba(255, 255, 255, 0.95); margin: 0; line-height: 1.6; max-width: 900px; margin-left: auto; margin-right: auto; } .main-wrapper { max-width: 1200px; margin: 0 auto; padding: 60px 40px; } .features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 40px; margin-bottom: 80px; } .feature-card { background: #f5f5f5; padding: 40px; border-left: 6px solid #FF0000; border-radius: 8px; box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08); transition: all 0.3s ease; } .feature-card:hover { transform: translateY(-8px); box-shadow: 0 12px 32px rgba(255, 0, 0, 0.15); } .feature-card h3 { font-size: 1.85rem; font-weight: 700; color: #FF0000; margin: 0 0 20px 0; text-transform: uppercase; } .feature-card p { font-size: 1.65rem; color: #333333; line-height: 1.8; margin: 0; } .feature-icon { font-size: 3rem; margin-bottom: 15px; } .specs-section { background: linear-gradient(135deg, #f9f9f9 0%, #ffffff 100%); padding: 60px; border-radius: 12px; border: 3px solid #FF0000; margin-bottom: 80px; } .specs-section h2 { font-size: 2.75rem; font-weight: 700; color: #FF0000; margin: 0 0 40px 0; text-transform: uppercase; } .specs-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 30px; } .spec-item { background: #ffffff; padding: 25px; border-left: 4px solid #FF0000; border-radius: 6px; } .spec-item h4 { font-size: 1.35rem; font-weight: 700; color: #FF0000; margin: 0 0 10px 0; text-transform: uppercase; } .spec-item p { font-size: 1.6rem; color: #333333; margin: 0; line-height: 1.6; } .tech-highlight { background: linear-gradient(135deg, #FF0000 0%, #DD0000 100%); padding: 60px; border-radius: 12px; margin-bottom: 80px; box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2); } .tech-highlight h2 { font-size: 2.75rem; font-weight: 700; color: #ffffff; margin: 0 0 40px 0; text-transform: uppercase; } .tech-item h3 { font-size: 1.7rem; font-weight: 700; color: #ffffff; margin: 0 0 15px 0; text-transform: uppercase; } .tech-item p { font-size: 1.6rem; color: #ffffff; line-height: 1.7; margin: 0; } .detail-section { background: #f5f5f5; padding: 60px; border-radius: 12px; border-left: 6px solid #FF0000; margin-bottom: 80px; } .detail-section.dark-section { background: linear-gradient(135deg, #FF0000 0%, #DD0000 100%); border-left: 6px solid #ffffff; } .detail-section h2 { font-size: 2.75rem; font-weight: 700; color: #FF0000; margin: 0 0 15px 0; text-transform: uppercase; } .detail-section.dark-section h2 { color: #ffffff; } .section-subtitle { font-size: 1.75rem; color: #666666; margin: 0 0 40px 0; line-height: 1.6; } .detail-section.dark-section .section-subtitle { color: #ffffff; } .detail-card h4 { font-size: 1.4rem; font-weight: 700; color: #FF0000; margin: 0 0 10px 0; text-transform: uppercase; } .detail-card p { font-size: 1.55rem; color: #333333; margin: 0; line-height: 1.5; } .benefit-item h4 { font-size: 1.55rem; font-weight: 700; color: #ffffff; margin: 0 0 15px 0; } .benefit-item p { font-size: 1.55rem; color: #ffffff; line-height: 1.7; margin: 0; } .warranty-delivery { background: #f5f5f5; padding: 60px; border-radius: 12px; border-top: 6px solid #FF0000; margin-bottom: 80px; } .warranty-delivery h2 { font-size: 2.75rem; font-weight: 700; color: #FF0000; margin: 0 0 40px 0; text-transform: uppercase; } .warranty-item h3 { font-size: 1.6rem; font-weight: 700; color: #FF0000; margin: 0 0 15px 0; text-transform: uppercase; } .warranty-item p { font-size: 1.55rem; color: #333333; line-height: 1.8; margin: 0; } .cta-section { background: #FF0000; padding: 60px 40px; border-radius: 12px; text-align: center; margin-bottom: 80px; box-shadow: 0 8px 24px rgba(255, 0, 0, 0.3); } .cta-section h2 { font-size: 2.5rem; font-weight: 700; color: #ffffff; margin: 0 0 20px 0; text-transform: uppercase; } .cta-section p { font-size: 1.9rem; color: rgba(255, 255, 255, 0.95); margin: 0; line-height: 1.6; } .detail-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .tech-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .benefits-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .weight-range-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 20px; padding: 40px; background: #ffffff; border-radius: 8px; } .weight-item { text-align: center; padding: 20px; background: linear-gradient(135deg, #f9f9f9 0%, #ffffff 100%); border: 2px solid #FF0000; border-radius: 8px; } .weight-item-value { font-size: 2rem; font-weight: 700; color: #FF0000; margin: 0 0 10px 0; } .weight-item-label { font-size: 1.35rem; color: #666666; margin: 0; } .tier-selector { background: linear-gradient(135deg, #f9f9f9 0%, #ffffff 100%); padding: 60px; border-radius: 12px; border: 3px solid #FF0000; margin-bottom: 80px; text-align: center; } .tier-selector h2 { font-size: 2.75rem; font-weight: 700; color: #FF0000; margin: 0 0 15px 0; text-transform: uppercase; } .selector-subtitle { font-size: 1.75rem; color: #666666; margin: 0 0 40px 0; line-height: 1.6; } .tier-buttons { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; } .tier-button { background: #ffffff; border: 3px solid #FF0000; padding: 40px; border-radius: 8px; cursor: pointer; font-size: 1.8rem; font-weight: 700; color: #FF0000; text-transform: uppercase; transition: all 0.3s ease; display: flex; flex-direction: column; align-items: center; gap: 10px; } .tier-button:hover { background: #f5f5f5; transform: translateY(-4px); box-shadow: 0 8px 24px rgba(255, 0, 0, 0.2); } .tier-button.active { background: #FF0000; color: #ffffff; box-shadow: 0 8px 32px rgba(255, 0, 0, 0.3); } .tier-button.active i { color: #ffffff !important; } .tier-button i { color: #FF0000; } .tier-button .tier-subtitle { font-size: 1.35rem; font-weight: 500; opacity: 0.8; margin-top: 5px; } .tier-content { display: none; } .tier-content.active { display: block; } a { color: #FF0000; text-decoration: none; font-weight: 700; } a:hover { text-decoration: underline; } @media (max-width: 768px) { .hero { padding: 40px 20px; } .hero h1 { font-size: 2rem; } .hero p { font-size: 1.2rem; } .main-wrapper { padding: 40px 20px; } .specs-section, .tech-highlight, .tier-selector { padding: 40px 20px; } .specs-section h2, .tech-highlight h2, .tier-selector h2 { font-size: 1.8rem; } } body { box-sizing: border-box; } York Fitness DB4 Starter Bundle Complete Home Gym Setup • DB4 Multi-Angle Dumbbell Bench • 20kg Adjustable Cast Iron Dumbbells • Protective Foam Floor Mats • Perfect for Beginners & Home Gyms York Fitness DB4 Starter Bundle Complete home gym solution with the versatile DB4 dumbbell bench, 20kg adjustable spinlock dumbbells, and protective foam floor mats. Perfect for beginners and home fitness enthusiasts with easy delivery and 12-month warranty. What's IncludedComplete Bundle SpecificationsTechnical Details DB4 Dumbbell Bench Multi-functional incline/decline dumbbell bench with 10 adjustable angles. Converts to sit-up bench for body weight exercises. Max Bench load -150kg ( including user) Foam Ankle & Knee Rollers Padded foam rollers support and protect ankle and knee joints during exercises. Comfortable support for safe, effective workouts on the DB4 bench. Protective Foam Floor Mats Pack of 4 interlocking foam tiles (60x60cm each). 1.3cm thick foam protects flooring and equipment. Muffles noise and creates personal workout zone. 20kg Adjustable Dumbbells Cast iron spinlock dumbbell set with adjustable weights from 0.5kg to 10kg per dumbbell. Chrome spinlock bars and collars for secure, easy weight adjustment. 10 Incline/Decline Angles Varied workout positions for comprehensive training. Target different muscle groups and workout styles on the same piece of equipment. Home Gym Ready Complete starter bundle perfect for beginners and home fitness enthusiasts. Everything needed to start strength training at home. Easy Assembly DB4 bench and foam floor mats require simple assembly. Dumbbells ready to use immediately. Quick setup to start training. Space-Efficient Design Compact yet versatile equipment. Bench dimensions 127cm x 46cm x 124cm. Foam mats stack or store easily. Perfect for apartments and home gyms. Complete Bundle Contents 1 x DB4 Dumbbell Bench Multi-angle incline/decline with 10 positions Bench Dimensions 127cm (L) x 46cm (W) x 124cm (H) Bench Weight 14kg product weight Max Load Weight 150kg equipment capacity Ankle/Knee Support Padded foam rollers included 1 x Floor Guard Mat Set Pack of 4 interlocking tiles Mat Tile Size 60cm x 60cm each (1.3cm thick) Total Mat Area 122cm x 122cm assembled with edging 1 x 20kg Dumbbell Set Cast iron spinlock weights Dumbbell Weight Range 0.5kg to 10kg per dumbbell (adjustable) Dumbbell Set Contents 2 bars, collars, plates (4x0.5kg, 4x1.25kg, 4x2.5kg) Assembly Required Bench and mats require simple assembly Workout Guide Dumbbell exercise guide included Versatile Home Gym Training Perfect for beginners and home fitness enthusiasts Strength Training Dumbbells Dumbbell Exercises Incline/Decline Core Training Sit-Ups Adjustable 0.5kg-10kg Floor Protection Foam Mats 20kg Total Dumbbells Complete DB4 Dumbbell Bench Multi-functional incline/decline dumbbell bench from York Fitness with 10 adjustable angles and padded ankle/knee support rollers. Protective Foam Floor Mats Pack of 4 interlocking foam tiles (60x60cm each). 1.3cm thick foam protects flooring and equipment, muffles noise. Knurled Chrome Handles Spinlock dumbbell bars with chrome finish and secure spinlock collars for safe, easy weight adjustment. Cast Iron Weight Plates Set includes 4x0.5kg, 4x1.25kg, and 4x2.5kg cast iron plates for a total of 20kg adjustable weight. 20kg Total Dumbbell Weight Adjustable from 0.5kg to 10kg per dumbbell. Perfect for strength training and progressive exercises at home. Home Gym Starter Set Complete beginner-friendly bundle with everything needed to start strength training at home. Perfect for new fitness enthusiasts. 10 Angle Positions Varied incline and decline angles for comprehensive training. Target different muscle groups and exercise styles effectively. Compact Space-Saving Design Bench dimensions 127cm x 46cm x 124cm with convertible sit-up function. Perfect for apartments and home gyms. Technical Specifications DB4 Bench Angles 10 incline/decline positions Bench Dimensions 127cm (L) x 46cm (W) x 124cm (H) Bench Weight 14kg product weight Max User Weight 100kg capacity Max Load Weight 50kg equipment load capacity Support Features Padded foam ankle and knee rollers Floor Mat Tiles 4 interlocking 60x60cm pieces Mat Thickness 1.3cm high-quality foam Dumbbell Bar Type Chrome spinlock (2 bars included) Weight Plates Range 0.5kg to 10kg per dumbbell Total Dumbbell Weight 20kg complete set Conversion Feature Converts to sit-up bench Why Choose This Home Gym Starter Bundle Complete beginner-friendly equipment setup DB4 Multi-Angle Bench 10 incline/decline positions for varied exercises. Converts to sit-up bench for core training. Padded ankle/knee support for safety and comfort. Adjustable 20kg Dumbbells Cast iron spinlock set adjustable from 0.5kg to 10kg per dumbbell. Compact and versatile for progressive strength training at home. Protective Foam Floor Mats 4 interlocking 60x60cm tiles with 1.3cm thick foam. Protects flooring, reduces noise, creates designated workout zone. Space-Efficient Design Compact bench (127x46x124cm) with convertible sit-up function. Perfect for apartments and smaller home gyms. Beginner-Friendly Setup Complete starter bundle with everything needed. Simple assembly, ready-to-use dumbbells, and included workout guide. Durable Quality Build Cast iron dumbbells, padded foam support rollers, sturdy bench construction designed for long-lasting home use. Complete Home Gym DB4 Starter Bundle DB4 Dumbbell Bench Multi-functional with 10 incline/decline angles, padded ankle/knee support, and convertible sit-up function. Protective Floor Mats 4 interlocking 60x60cm foam tiles (1.3cm thick) protect flooring and muffles noise for home workouts. Adjustable Dumbbells 20kg cast iron spinlock set adjustable from 0.5kg to 10kg per dumbbell with chrome handles and collars. Beginner-Friendly Complete starter bundle perfect for home gyms. Simple assembly, ready-to-use, includes workout guide. Compact Design Bench dimensions 127x46x124cm. Space-efficient for apartments and smaller home fitness spaces. Quality Construction Cast iron dumbbells, padded foam rollers, sturdy bench. Built for long-lasting home gym use. Home Gym DB4 Starter Bundle Benefits Everything you need to start strength training at home All-In-One Bundle DB4 bench, 20kg adjustable dumbbells, protective floor mats, and workout guide. Complete solution for home gyms. Versatile Training 10 incline/decline angles for varied exercises. Converts to sit-up bench for core training. Adjustable dumbbells for progressive strength. Space Protection Protective foam floor mats protect flooring and equipment. Muffles noise for quiet home workouts. Designated workout zone. Comfort & Safety Padded foam rollers support ankles and knees. 150kg equipment load capacity for safety ( including user) **150kg max load!** Compact & Efficient Bench dimensions 127x46x124cm - perfect for apartments. Easy assembly. Ready-to-use dumbbells. Quick setup to start training. Beginner-Friendly Perfect starter bundle for home fitness enthusiasts. Includes dumbbell workout guide. Simple assembly. Quality construction built to last. Delivery & Warranty Information 3 Carton DPD Delivery Bundle delivered in 3 separate cartons via DPD. Delivery typically 3-5 working days. Allow time for all boxes to arrive. Simple Assembly Dumbbells ready to use immediately. DB4 bench and foam floor mats require simple assembly. Quick setup to start training. 12-Month Home Warranty Complete bundle covered by 12-month home warranty against manufacturing defects. Comprehensive protection for your investment in home fitness equipment. Get Your Home Gym DB4 Starter Bundle Today DB4 Multi-Angle Dumbbell Bench • 20kg Adjustable Cast Iron Dumbbells • Protective Foam Floor Mats • 12-Month Warranty — Complete Home Gym Starter Set lucide.createIcons(); const tierButtons = document.querySelectorAll('.tier-button'); const tierContents = document.querySelectorAll('.tier-content'); tierButtons.forEach(button => { button.addEventListener('click', () => { const selectedTier = button.getAttribute('data-tier'); tierButtons.forEach(btn => btn.classList.remove('active')); tierContents.forEach(content => content.classList.remove('active')); button.classList.add('active'); document.querySelector(`.tier-${selectedTier}`).classList.add('active'); }); });
More you might like
Related
York Fitness DB4 Sit Up & Dumbbell Bench
Related
York Fitness - Starter Dumbbell Package
Related
York Fitness Warrior 2in1 Ultimate starter Bench +20kg Dumbb
Related