Cyrusher Ranger 2.0 750W Full Suspension Fat Tire Electric Mountain Bike
/* 1. Global CSS & Layout */ [data-belcopia-product] { font-family: Futura, "Trebuchet MS", Arial, sans-serif; line-height: 1.6; color: #333; overflow-x: hidden; /* Prevents horizo ntal scroll */ } /* 2. "At a Glance" Icon Bar */ [data-belcopia-product] .at-a-glance-bar { background-color: #212121; color: #fff; padding: 20px 10px; } [data-belcopia-product] .glance-container { display: flex; justify-content: space-around; text-align: center; max-width: 1200px; margin: 0 auto; flex-wrap: wrap; gap: 20px; } [data-belcopia-product] .glance-item { display: flex; flex-direction: column; align-items: center; gap: 8px; font-size: 0.8em; min-width: 90px; } [data-belcopia-product] .glance-item img { width: 40px; height: 40px; filter: brightness(0) invert(1); } [data-belcopia-product] .glance-title { font-weight: bold; color: #fff; text-transform: uppercase; font-size: 0.9em; letter-spacing: 0.5px; } [data-belcopia-product] .glance-desc { color: #ccc; font-size: 0.9em; } /* 3. Hero Video Section */ [data-belcopia-product] .hero-video-section { position: relative; height: 50vh; min-height: 350px; max-height: 500px; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; background-color: #333; } [data-belcopia-product] .hero-video-section video { position: absolute; top: 50%; left: 50%; width: 100%; height: 100%; object-fit: cover; transform: translate(-50%, -50%); z-index: 1; } [data-belcopia-product] .hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to top, rgba(0,0,0,0.4), transparent 60%); z-index: 2; } [data-belcopia-product] .hero-content { position: relative; z-index: 3; color: #fff; padding: 20px; } [data-belcopia-product] .hero-content h2 { font-size: 2.8em; color: #fff; margin: 0 0 5px 0; text-shadow: 2px 2px 8px rgba(0,0,0,0.7); line-height: 1.2; text-transform: none; } @media (min-width: 768px) { [data-belcopia-product] .hero-content h2 { font-size: 3.5em; } } [data-belcopia-product] .hero-content .product-subtitle { font-size: 1.2em; font-weight: normal; display: block; letter-spacing: 0.5px; opacity: 0.9; } /* 4. Main Content & Section Styling */ [data-belcopia-product] .page-content { max-width: 1200px; margin: 0 auto; padding: 20px; } [data-belcopia-product] h3 { font-size: 1.6em; font-weight: bold; color: #5f7038; /* Green Heading Color */ border-bottom: 2px solid #eee; padding-bottom: 10px; margin-bottom: 30px; } [data-belcopia-product] .bordered-section { padding: 40px 0; border-top: 1px solid #ddd; } [data-belcopia-product] .unbordered-section { padding: 40px 0; } [data-belcopia-product] .description-emphasis { font-style: italic; font-weight: bold; } [data-belcopia-product] .sub-headline { font-size: 1.5em; font-weight: bold; font-style: italic; color: #5f7038; text-align: center; margin: 10px 0 30px 0; } /* 5. Two-Column Layout Sections */ [data-belcopia-product] .two-col-container { display: grid; grid-template-columns: 1fr; align-items: center; gap: 40px; } @media (min-width: 768px) { [data-belcopia-product] .two-col-container { grid-template-columns: 1fr 1fr; } } [data-belcopia-product] .two-col-container img, [data-belcopia-product] .two-col-container .video-wrapper { width: 100%; border-radius: 12px; box-shadow: 0 4px 20px rgba(0,0,0,0.08); display: block; overflow: hidden;} [data-belcopia-product] .video-wrapper { position: relative; padding-bottom: 56.25%; height: 0; } [data-belcopia-product] .video-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } [data-belcopia-product] .two-col-list { list-style: none; padding: 0; } [data-belcopia-product] .two-col-list li { display: flex; align-items: flex-start; margin-bottom: 18px; } [data-belcopia-product] .two-col-list li::before { content: '✓'; color: #5f7038; font-size: 1.5em; line-height: 1.2; margin-right: 15px; font-weight: bold; } /* Dropdown Section Styles */ [data-belcopia-product] .dropdown-section details { background-color: #f9f9f9; border: 1px solid #ddd; border-radius: 8px; margin-bottom: 15px; overflow: hidden; } [data-belcopia-product] .dropdown-section summary { padding: 20px; font-weight: bold; font-size: 1.2em; cursor: pointer; position: relative; outline: none; list-style: none; /* For Safari */ } [data-belcopia-product] .dropdown-section summary::-webkit-details-marker { display: none; } /* For Chrome/Safari */ [data-belcopia-product] .dropdown-section summary::after { content: '+'; position: absolute; right: 25px; font-size: 1.5em; color: #5f7038; transition: transform 0.3s ease-in-out; } [data-belcopia-product] .dropdown-section details[open] summary::after { transform: rotate(45deg); } [data-belcopia-product] .dropdown-content { padding: 0 20px 20px 20px; border-top: 1px solid #ddd; } /* Dimensions List */ [data-belcopia-product] .dimensions-list { list-style: none; padding: 0; column-count: 1; } @media (min-width: 768px) { [data-belcopia-product] .dimensions-list { column-count: 2; } } [data-belcopia-product] .dimensions-list li { display: flex; align-items: center; margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px solid #eee; } [data-belcopia-product] .dimensions-list .dim-label { font-weight: bold; font-size: 1.5em; color: #5f7038; margin-right: 15px; line-height: 1; } [data-belcopia-product] .dimensions-list .dim-desc { font-size: 1em; color: #333; } [data-belcopia-product] .dimensions-list .dim-desc strong { color: #2c2c2c; margin-right: 10px; } /* 6. Features Scroller Section */ [data-belcopia-product] .features-scroller { display: flex; overflow-x: auto; padding-bottom: 20px; scrollbar-width: thin; scrollbar-color: #ccc #f0f0f0; } [data-belcopia-product] .features-scroller::-webkit-scrollbar { height: 8px; } [data-belcopia-product] .features-scroller::-webkit-scrollbar-track { background: #f0f0f0; } [data-belcopia-product] .features-scroller::-webkit-scrollbar-thumb { background-color: #ccc; border-radius: 6px; } [data-belcopia-product] .feature-card { flex: 0 0 290px; margin-right: 20px; background-color: #f9f9f9; border-radius: 12px; border: 1px solid #eee; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,0.06); display: flex; flex-direction: column; } [data-belcopia-product] .feature-card-content { padding: 20px; flex-grow: 1; } [data-belcopia-product] .feature-card h4 { margin: 0 0 8px 0; color: #2c2c2c; font-size: 1.1em; } [data-belcopia-product] .feature-card p { font-size: 0.9em; color: #555; margin: 0; line-height: 1.5; } /* 7. Performance Ratings Section */ [data-belcopia-product] .rating-explanation { font-size: 0.9em; color: #555; margin-top: -15px; margin-bottom: 30px; } [data-belcopia-product] .performance-container { display: grid; grid-template-columns: 1fr; align-items: center; gap: 40px; } @media (min-width: 992px) { [data-belcopia-product] .performance-container { grid-template-columns: 1.7fr 1fr; } } [data-belcopia-product] .rating-bars { width: 100%; } [data-belcopia-product] .rating-bar { margin-bottom: 20px; } [data-belcopia-product] .rating-label { font-weight: bold; margin-bottom: 8px; display: flex; justify-content: space-between; align-items: center; font-size: 0.9em; } [data-belcopia-product] .rating-label span:last-child { color: #555; } [data-belcopia-product] .bar-container { height: 25px; background-color: #e9e9e9; border-radius: 5px; overflow: hidden; } [data-belcopia-product] .bar-fill { height: 100%; background-color: #5f7038; border-radius: 5px; animation: fillBar 2s 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards; } [data-belcopia-product] .bar-fill-99 { width: 99%; } [data-belcopia-product] .bar-fill-98 { width: 98%; } [data-belcopia-product] .bar-fill-96 { width: 96%; } [data-belcopia-product] .bar-fill-94 { width: 94%; } [data-belcopia-product] .bar-fill-92 { width: 92%; } @keyframes fillBar { from { width: 0; } } [data-belcopia-product] .bel-score-box { padding: 30px; text-align: center; background-color: #f7f8f6; border-radius: 12px; border: 1px solid #e9e9e9; box-shadow: 0 4px 20px rgba(0,0,0,0.04); } [data-belcopia-product] .bel-score-box h4 { margin: 0 0 10px 0; border-bottom: none; font-size: 1.2em; color: #5f7038; letter-spacing: 1px; } [data-belcopia-product] .score-display { margin: 0; font-size: 4.5em; font-weight: bold; color: #2c2c2c; line-height: 1.1; } [data-belcopia-product] .expert-take { margin-top: 15px; font-style: italic; font-size: 0.95em; color: #555; } /* 8. Other Sections (Specs, What's in the Box) */ [data-belcopia-product] .spec-table { width: 100%; border-collapse: collapse; margin-top: 20px; min-width: 600px; } /* Min-width for scroll */ [data-belcopia-product] .spec-table th, [data-belcopia-product] .spec-table td { border: 1px solid #ddd; padding: 12px; text-align: left; } [data-belcopia-product] .spec-table th { background-color: #f9f9f9; font-weight: bold; } [data-belcopia-product] .spec-table tr:nth-child(even) { background-color: #f9f9f9; } [data-belcopia-product] .list-section ul { list-style: none; padding: 0; margin-top: 20px; } [data-belcopia-product] .list-section li { display: flex; align-items: flex-start; margin-bottom: 18px; } [data-belcopia-product] .list-section li::before { content: '✓'; color: #5f7038; font-size: 1.2em; line-height: 1.4; margin-right: 15px; font-weight: bold; } [data-belcopia-product] .list-section .item-title { font-weight: bold; } Range Up to 75 MILES Max Speed 28 MPH Battery 52V 20Ah Motor 750W 95(N·m) Payload Capacity 350 lbs Sensor Torque Sensor Your browser does not support the video tag. Cyrusher Ranger 2.0 Full Suspension Fat Tire Electric Mountain Bike "The Throne of the Trail." The Cyrusher Ranger is an unapologetic, high-performance beast, engineered for the rider who demands the best and wants to stand out. It's built around a powerful 750W Bafang motor with an advanced torque sensor, delivering an incredible 95Nm of torque for conquering the steepest climbs with intuitive, natural-feeling power. This is matched with a unique, motorcycle-inspired full-suspension frame that provides a plush, controlled ride over the most aggressive terrain. From its aggressive styling to its top-tier components, the Ranger is designed to be the undisputed king of the trail. It's the ultimate machine for the rider who wants to go anywhere, conquer anything, and look good doing it. This Is The Tool For You If... You want a bike with an aggressive, head-turning design. You need a powerful and responsive motor with an advanced torque sensor. You ride demanding trails and require a high-performance full-suspension system. You believe your gear should be a statement of power and capability. Aggressive By Design Unmistakable Style & Control The Ranger's design DNA comes from the world of motocross. The wide, riser handlebars provide maximum leverage and control on technical terrain, while the robust, inverted front suspension fork not only looks aggressive but provides superior stiffness and performance compared to standard forks. It's a cockpit built for commanding the trail. Conquer Any Terrain Your All-Access Pass With its powerful Bafang motor, active full-suspension frame, and high-volume fat tires, the Ranger is built to go anywhere. It provides incredible traction on loose climbs, a stable and planted feel at high speeds, and the comfort to ride all day long. From sandy dunes to rocky mountain trails, the Ranger gives you the confidence to conquer it all. Key Features 750W Bafang Motor The powerful and reliable Bafang motor with a torque sensor provides 95Nm of torque to help you conquer steep climbs with ease. 52V 20Ah LG Battery A massive 1040Wh battery pack provides the long-range capability needed for epic all-day adventures. Full Air Suspension The custom-tuned air suspension fork and rear shock provide a plush, controlled ride that can be adjusted to your weight. Tektro 4-Piston Brakes Powerful hydraulic brakes with 203mm rotors deliver incredible stopping power and control on steep descents. Shimano 9-Speed Drivetrain A reliable, high-performance drivetrain from Shimano provides crisp shifting across a wide gear range. Specifications Motor 52V 750W brushless rear hub motor Battery 52V 20Ah (1040Wh) LG Cells Range Up to 75 Miles Top Speed 28 MPH in PAS level 5 Brakes Tektro HD-E3940 4-piston hydraulic disc brakes Drivetrain Shimano 9-speed ASLM20109RC/ARDM2000SGS Suspension Hydraulic dual crown suspension (60mm travel) & DNM air shock (190x50mm) Tires 26" x 4" puncture-resistant Chaoyang tires Frame 6061 aluminum alloy with internal battery Bike Weight 86.6 pounds (39.3 kg) Payload Capacity 350 pounds Sensor Torque sensors Dimensions Reach: 28" / 71 cm Wheelbase: 49.4" / 125.5 cm Overall Length: 78" / 198.5 cm Min. Saddle Height: 34" / 87 cm Max. Saddle Height: 39" / 98 cm Handlebar Height: 46" / 116 cm What's In The Box Cyrusher Ranger 2.0 E-Bike 52V 20Ah Battery 52V 3.0A Charger Assembly Toolkit & Manual Performance Ratings Our proprietary Belcopia Rating is calculated using a sophisticated algorithm that analyzes key performance metrics against extensive market data. This AI-driven score provides an objective, at-a-glance measure of a product's overall value and capability in its class. Climbing Power99/100 Suspension Performance98/100 Technical Handling96/100 Stopping Power94/100 All-Terrain Traction92/100 Belcopia Rating 96% The Ranger is an absolute beast, engineered for the rider who refuses to blend in. It combines the world-class power of a Bafang motor with a unique, motorcycle-inspired full-suspension frame. The result is a bike that dominates the most demanding trails and turns heads everywhere it goes.
More you might like
Related
Cyrusher Ranger 2.0 Step-Over E-Bike | 750W Full Suspension
Related