York Barbell CT19 Treadmill
* { box-sizing: border-box; } body { background: #ffffff; color: #000000; margin: 0; padding: 0; } .treadmill-page { font-size: 18px; font-family: 'Space Grotesk', sans-serif; } .t readmill-page * { font-family: 'Space Grotesk', sans-serif; } html, body { height: 100%; width: 100%; } .treadmill-page { width: 100%; height: 100%; overflow-y: auto; background: #ffffff; } /* Hero Section */ .hero { background: linear-gradient(135deg, #ff0000 0%, #cc0000 100%); padding: 80px 40px; text-align: center; border-bottom: 5px solid #000000; box-shadow: 0 8px 32px rgba(255, 0, 0, 0.25); } .hero h1 { font-size: clamp(3rem, 10vw, 5.5rem); font-weight: 700; color: #ffffff; margin: 0 0 20px 0; letter-spacing: -1px; text-transform: uppercase; } .hero p { font-size: 1.9rem; color: rgba(255, 255, 255, 0.95); margin: 0; line-height: 1.6; max-width: 800px; margin-left: auto; margin-right: auto; } /* Main Container */ .main-wrapper { max-width: 1200px; margin: 0 auto; padding: 60px 40px; } /* Features Section */ .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.4rem; color: #333333; line-height: 1.8; margin: 0 0 15px 0; } .feature-icon { font-size: 3rem; margin-bottom: 15px; } /* Specs Section */ .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; letter-spacing: -0.5px; } .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.35rem; color: #333333; margin: 0; line-height: 1.6; } /* Technology Highlight */ .tech-highlight { background: linear-gradient(135deg, #000000 0%, #333333 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: #ffff00; margin: 0 0 40px 0; text-transform: uppercase; letter-spacing: -0.5px; } .tech-item h3 { font-size: 1.7rem; font-weight: 700; color: #ffff00; margin: 0 0 15px 0; text-transform: uppercase; } .tech-item p { font-size: 1.35rem; color: #ffffff; line-height: 1.7; margin: 0; } /* Detail Sections */ .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, #000000 0%, #333333 100%); border-left: 6px solid #ffff00; } .detail-section h2 { font-size: 2.75rem; font-weight: 700; color: #ff0000; margin: 0 0 15px 0; text-transform: uppercase; letter-spacing: -0.5px; } .detail-section.dark-section h2 { color: #ffff00; } .section-subtitle { font-size: 1.5rem; color: #666666; margin: 0 0 40px 0; line-height: 1.6; } .detail-section.dark-section .section-subtitle { color: #cccccc; } .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.3rem; color: #333333; margin: 0; line-height: 1.5; } .benefit-item h4 { font-size: 1.55rem; font-weight: 700; color: #ffff00; margin: 0 0 15px 0; } .benefit-item p { font-size: 1.3rem; color: #ffffff; line-height: 1.7; margin: 0; } .program-item h4 { font-size: 1.4rem; font-weight: 700; color: #ff0000; margin: 0 0 12px 0; } .program-item p { font-size: 1.3rem; color: #333333; line-height: 1.7; margin: 0; } /* Warranty & Delivery Section */ .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; letter-spacing: -0.5px; } .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.3rem; color: #333333; line-height: 1.8; margin: 0; } /* Call to Action */ .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.65rem; color: rgba(255, 255, 255, 0.95); margin: 0 0 30px 0; line-height: 1.6; } .btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 18px 40px; font-size: 1.35rem; font-weight: 700; border: none; border-radius: 6px; cursor: pointer; transition: all 0.3s ease; text-transform: uppercase; letter-spacing: 1px; font-family: 'Space Grotesk', sans-serif; text-decoration: none; } .btn-primary { background: #000000; color: #ffffff; box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3); } .btn-primary:hover { background: #333333; transform: translateY(-3px); box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4); } .btn-secondary { background: #ffffff; color: #ff0000; border: 3px solid #ffffff; box-shadow: 0 4px 16px rgba(255, 255, 255, 0.2); } .btn-secondary:hover { background: #ffe6e6; transform: translateY(-3px); box-shadow: 0 8px 24px rgba(255, 255, 255, 0.3); } .btn a { color: inherit; text-decoration: none; display: inherit; align-items: inherit; justify-content: inherit; gap: inherit; width: 100%; } @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 { padding: 40px 20px; } .specs-section h2, .tech-highlight h2 { font-size: 1.8rem; } .features-grid, .specs-grid, .tech-grid { gap: 20px; } .btn { width: 100%; } } body { box-sizing: border-box; } York Barbell CT19 Treadmill AC 3.0HP Peak Motor • 18-Level Auto Incline • 24 Pre-Set Programs • Large LED Display • Commercial Grade ⚡ 3.0 HP Peak Motor Powerful AC motor with 1.5 HP continuous power delivers consistent performance from walking to high-intensity running. Built for longevity and reliability. 📈 18-Level Auto Incline Automatically adjust incline to target different muscle groups and maximize training intensity for complete cardiovascular workouts. 🎯 24 Pre-Set Programs Choose from 24 professionally designed workout programs to customize your training routine and achieve your fitness goals. 📊 Large LED Display Crystal-clear LED console displays all essential metrics: time, speed, distance, calories, pulse, and incline level in real-time. 🔊 Built-In Speakers Connect your phone or MP3 device via the 3.5mm headphone jack. Enjoy your favourite music and podcasts during your workout. 🔌 USB Charging Port Keep your devices powered while you train. USB charging port located on the back console for convenient access. 🏢 Commercial Grade Build Built with commercial-grade materials to withstand the demands of commercial gyms and serious home use with maximum durability. 🛡️ 2.5mm York Belt Durable 2.5mm thick commercial-grade York running belt designed for longevity and smooth, quiet operation during intense workouts. 🛞 Transport Wheels Heavy-duty wheels on the base make it easy to move and reposition your treadmill around the gym or home without heavy lifting. 🆘 Emergency Stop Button Large red stop button for immediate safety shutdown. Quickly stop the treadmill in case of emergency or if you need to halt your workout instantly. 📎 Safety Clip Attachment Secure safety clip that stops the treadmill immediately if you lose your footing. Essential safety feature for peace of mind during intense training. ❤️ Built-In Pulse Reader Simply hold the metal handles on the console to get instant heart rate readings. Monitor your pulse in real-time during your workout. 🎨 Modern Console Design Large, easy-to-use panel with modern design and intuitive controls. Everything you need is at your fingertips for seamless operation. Premium Specifications AC Motor Power 3.0 HP Peak Running Surface 150 × 52 cm Speed Range 1.0 - 20 KPH Auto Incline 18 Levels Pre-Set Programs 24 Pre-Set Max User Weight 135 kg Unit Weight 91 kg Warranty 12 Months Professional Performance ⚡ Powerful AC Motor 1.5 HP continuous, 3.0 HP peak delivers consistent power from walking to high-intensity running. Built for longevity. 📏 Extra-Large Deck Spacious 150 cm × 52 cm running surface provides exceptional room for natural stride patterns and comfort. 🏢 Commercial Grade Quality Built to withstand demands of commercial gyms and serious home use with maximum durability and reliability. Large LED Console Display Time Track total workout duration for accurate session monitoring Speed Real-time speed display from 1.0 to 20 KPH Distance Monitor distance covered during your training session Calories Track calories burned to monitor your energy expenditure Pulse Real-time heart rate monitoring via handle sensors Incline Current incline level display (0-18) Programs Active program indicator and progress tracking 18-Level Auto Incline Automatic incline adjustment from 0% to maximum gradient - transform your workout with the push of a button 🏔️ Hill Simulation Replicate real outdoor terrain with 18 precise incline levels. Perfect for hill training and building lower body strength. 🔥 Burn More Calories Incline training can burn up to 50% more calories than flat running while reducing impact on joints. 💪 Target Muscles Engage glutes, hamstrings, and calves more effectively. Build strength while improving cardiovascular fitness. ⚙️ Automatic Control Motorized incline adjustment changes smoothly during your workout - no manual adjustments required. 📱 Program Integration Incline automatically adjusts during pre-set programs, creating varied and challenging workouts. 🎯 Versatile Training From power walking to sprint intervals, 18 levels provide endless training variations for all fitness goals. 24 Pre-Set Programs + Custom Options Choose from 24 expertly designed workout programs or create your own with 3 user-programmable options (U1-U3). Every training goal is covered. 🔥 Fat Burn Optimized heart rate zones for maximum fat oxidation and weight loss results. ❤️ Cardio Interval training to strengthen your heart and improve cardiovascular endurance. ⛰️ Hill Climb Progressive incline challenges that simulate mountain terrain and build leg strength. ⚡ Intervals High-intensity interval training (HIIT) for explosive fitness gains and calorie burn. 👤 Custom Programs Create and save 3 personalized workouts (U1, U2, U3) tailored to your specific goals. 🏃 Endurance Long-duration programs designed to build stamina and mental toughness. 🌱 Recovery Active recovery sessions with gentle pace and incline changes for rest days. 💨 Speed Work Sprint training programs to develop explosive power and running speed. Set-Up Size & Weight Specifications Total Length 193.6 cm (76.2") Total Width 81.7 cm (32.2") Total Height 147.4 cm (58") Unit Net Weight 91 kg (200 lbs) Gross Weight (Packaged) 108 kg (238 lbs) Max User Weight 135 kg (297 lbs) Complete Technical Specifications Model York Barbell CT19 Motor Type AC Motor Motor Continuous 1.5 HP Motor Peak 3.0 HP Speed Range 1.0 - 20 KPH (0.6 - 12.4 MPH) Running Surface 150 × 52 cm (59" × 20.5") Auto Incline 18 Levels Pre-Set Programs 24 Programs Custom Programs U1, U2, U3 (3 Custom) Console Display Large LED Display Display Metrics Time, Speed, Distance, Calories, Pulse, Incline Heart Rate Monitoring Hand Pulse Sensors Foldable No (Commercial Build) Dimensions (L×W×H) 193.6 × 81.7 × 147.4 cm Power Source Mains Powered Construction Commercial Grade Warranty 12 Months Warranty & Delivery 🛡️ 12 Months Warranty Complete peace of mind with our comprehensive 12-month warranty covering all parts and manufacturing defects on your CT19 treadmill. 🚚 Delivery Timeline Standard delivery: 7-10 working days via our professional 2-man delivery team or pallet delivery service. 📦 Large Unit Handling Please note: This is a very large unit (91 kg). Allow additional time for careful delivery, setup, and positioning in your space.
More you might like
Related
York Barbell HT5 Folding Treadmill
Related
York Barbell HT9 Folding Treadmill
Related
York Barbell HT5 Folding Treadmill
Related