Cyrusher Rover Full Suspension Fat Tire All-Terrain Electric Mountain Bike
Cyrusher Rover – All-Terrain Full Suspension Electric Bike /* 1. Global CSS & Layout */ [data-belcopia-product] { font-family: Futura, "Trebuchet MS", Arial, sans-serif; line-heigh t: 1.6; color: #333; overflow-x: hidden; background-color: #fff; } /* 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: 60vh; min-height: 400px; max-height: 600px; 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.5), 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.8em; font-weight: bold; color: #5f7038; text-align: left; margin-bottom: 20px; } [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; color: #5f7038; } [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; } [data-belcopia-product] h4 { font-size: 1.4em; color: #2c2c2c; margin-bottom: 10px; } /* 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.reverse > :first-child { order: 2; } [data-belcopia-product] .two-col-container.reverse > :last-child { order: 1; } } [data-belcopia-product] .two-col-container img { width: 100%; border-radius: 12px; box-shadow: 0 4px 20px rgba(0,0,0,0.08); display: block; } [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; } /* 6. Key Features Scroller Section */ [data-belcopia-product] .features-scroller { display: flex; overflow-x: auto; padding: 20px 0; 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: 25px; flex-grow: 1; } [data-belcopia-product] .feature-card h4 { margin: 0 0 8px 0; color: #2c2c2c; font-size: 1.2em; } [data-belcopia-product] .feature-card p { font-size: 0.95em; color: #555; margin: 0; line-height: 1.5; } /* 7. 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; } [data-belcopia-product] .dropdown-section summary::-webkit-details-marker { display: none; } [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; } /* 8. Spec Table & Other Lists */ [data-belcopia-product] .spec-table { width: 100%; border-collapse: collapse; margin-top: 20px; } [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: #f2f2f2; font-weight: bold; width: 40%; } [data-belcopia-product] .spec-table tr:nth-child(even) { background-color: #f9f9f9; } [data-belcopia-product] .dimensions-table { min-width: 0; } Range 62 MILES Top speed 28 MPH Battery 52V 15.6Ah Motor 750W Payload capacity 350 LBS Sensor Torque Sensor Your browser does not support the video tag. Cyrusher Rover All-Terrain Full Suspension Electric Bike "Unleash Your Inner Explorer. Conquer Any Trail." The Cyrusher Rover is a true do-it-all machine, engineered for riders who refuse to be limited by terrain. It combines the unstoppable grip of fat tires with a sophisticated full-suspension frame, featuring both front and rear shocks to absorb the biggest hits. Power is delivered by a potent 750W motor, managed by an intuitive torque sensor that provides smooth, responsive assistance. From rocky mountain paths to sandy trails and city streets, the Rover provides the power, comfort, and control to ride with confidence wherever your adventure leads. This Is The Tool For You If... You ride on varied and challenging terrain and need maximum comfort. You want the superior traction and stability of a full-suspension system. You need a powerful 750W motor for climbing steep hills and trails. You prefer the natural ride feel of a responsive torque sensor. All-Terrain Dominance Fat Tires for Maximum Grip The Rover rolls on massive 26" x 4.0" puncture-resistant fat tires. Their sheer size provides an enormous contact patch with the ground, delivering unparalleled traction and flotation over soft surfaces like sand and snow. On hard, bumpy trails, they act as extra suspension, smoothing out the ride and giving you the confidence to point the bike anywhere and know it will stick. Plush Full-Suspension System Control and Comfort Unlike hardtail bikes, the Rover features a true full-suspension frame with an oil and spring fork up front and an adjustable oil spring shock in the rear. This system works in unison to absorb impacts from rocks, roots, and drops, keeping your wheels planted on the ground for enhanced control and traction. It dramatically reduces rider fatigue, allowing you to ride longer and tackle more aggressive trails in total comfort. Key Features Full Suspension Frame Front and rear suspension work together to provide the ultimate in comfort and control on rough terrain. 750W Hub Motor The powerful and reliable brushless motor provides the torque needed for steep climbs and rapid acceleration. Intuitive Torque Sensor Delivers power that matches your pedaling effort for a smooth, natural, and highly responsive riding experience. Hydraulic Disc Brakes Powerful hydraulic brakes with large 180mm rotors provide exceptional stopping power and control in all conditions. Long-Range Battery The high-capacity 52V 15.6Ah battery is integrated into the frame for a clean look and provides up to 62 miles of range. Technical Specifications Battery 52V 15.6Ah Charger 52V 2A CE/UL certified Charging Time 7~9 hours Battery Lifetime 800 cycles Speed Class Up to 28 mph on Level 5 PAS Weight 87.3 lbs (39.6 kg) With Battery Range Up to 62 miles (100 km) Motor 52V 750W Brushless Rear Hub Motor Payload Capacity 350 lbs Mechanicals Tires 26" X 4.0" Puncture-Resistant Fat Tires Display Mid-Mounted LCD Display With USB Brakes Fully Hydraulic Disc Brakes 180mm Front + Rear Crank Set 170Mm Forged 52T Alloy Dual-Sided Aluminum Chain Stainless Chain Derailleur 7 Speed Shimano Rear Derailleur Front Suspension Oil & Spring Suspension fork with adjustment Frame 6061 Aluminum Alloy with Internal Battery Rear Suspension Oil Spring suspension 165x750 lbs Gearing Shimano SL-TX50, 7-speeds Throttle Thumb Throttle Kickstand 6061 Aluminum Kickstand Rims Aluminum Alloy Saddle Breathable Ergonomic Sport Cushion Seat Seat post ¢30.4*350 /Adjustable height Sensor Torque Sensors Dimensions & Sizing Rider Height 5' 5" ~ 6'3" (165cm ~ 190cm) Frame Size Standard Reach 18.1'' / 46cm Standover Height 28.7'' / 73cm Wheelbase 48.6'' / 123.5cm Min Saddle Height 33.8'' / 86cm Max Saddle Height 41.3'' / 105cm Total Length 77.5'' / 197cm Handlebar Height 45'' / 114.5cm
More you might like
Related
Cyrusher Rover Step-Over Full-Suspension E-Bike
Related
Cyrusher Rover Step-Over Full-Suspension E-Bike
Related
Cyrusher Rover Step-Over Full-Suspension E-Bike
Related