Rambo Savage 2.0 | 750W-1000W Hub-Drive Hunting E-Bike | Bafang High Torque & 48-Mile Range
/* 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; } [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. Static Hero Image Section */ [data-belcopia-product] .hero-static-section { position: relative; height: 45vh; min-height: 300px; max-height: 450px; display: flex; align-items: center; justify-content: center; text-align: center; background-color: #333; background-size: cover; background-position: center center; } [data-belcopia-product] .hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); } [data-belcopia-product] .hero-content { position: relative; z-index: 2; color: #fff; padding: 20px; } [data-belcopia-product] .hero-content h2 { font-size: 2.5em; 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.2em; } } [data-belcopia-product] .hero-content .product-subtitle { font-size: 1.1em; 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; } /* UPDATED: Venom Style Heading Fonts */ [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; text-transform: uppercase; letter-spacing: 1px; } [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: -20px 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 { 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. 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: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,0.06); display: flex; flex-direction: column; } [data-belcopia-product] .feature-card img { width: 100%; height: 200px; object-fit: cover; display: block; } [data-belcopia-product] .feature-card-content { padding: 20px; flex-grow: 1; } /* UPDATED: Venom Style Feature Card Titles */ [data-belcopia-product] .feature-card h4 { margin: 0 0 8px 0; color: #2c2c2c; font-size: 1.1em; font-weight: bold; text-transform: uppercase; letter-spacing: 0.5px; } [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; } /* UPDATED: Venom Style Rating Labels */ [data-belcopia-product] .rating-label { font-weight: bold; margin-bottom: 8px; display: flex; justify-content: space-between; align-items: center; font-size: 0.9em; text-transform: uppercase; letter-spacing: 0.5px; } [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; } /* Bar Fill Mappings */ [data-belcopia-product] .bar-fill-93 { width: 93%; } [data-belcopia-product] .bar-fill-90 { width: 90%; } [data-belcopia-product] .bar-fill-88 { width: 88%; } [data-belcopia-product] .bar-fill-82 { width: 82%; } [data-belcopia-product] .bar-fill-78 { width: 78%; } @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); } /* UPDATED: Venom Style Belcopia Box Title */ [data-belcopia-product] .bel-score-box h4 { margin: 0 0 10px 0; border-bottom: none; font-size: 1.2em; color: #5f7038; letter-spacing: 1.5px; text-transform: uppercase; } [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; } [data-belcopia-product] .spec-table th, [data-belcopia-product] .spec-table td { border: 1px solid #ddd; padding: 12px; text-align: left; } /* UPDATED: Venom Style Table Headers */ [data-belcopia-product] .spec-table th { background-color: #f9f9f9; font-weight: bold; text-transform: uppercase; font-size: 0.85em; letter-spacing: 0.5px; } [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; flex-direction: column; padding-left: 40px; position: relative; margin-bottom: 18px; } [data-belcopia-product] .list-section li::before { content: '✓'; position: absolute; left: 0; top: 0; color: #5f7038; font-size: 1.8em; line-height: 1; } /* UPDATED: Venom Style Box List Titles */ [data-belcopia-product] .list-section .item-title { font-weight: bold; text-transform: uppercase; letter-spacing: 0.5px; } [data-belcopia-product] .list-section .item-desc { font-size: 0.85em; color: #666; } Range Up to 48 Miles Speed Up to 30 Mph Battery 48V 15Ah LG Weight 61 lbs Drivetrain Shimano 8-Speed Motor 750W Bafang Hub Rambo Savage 2.0 750W All-Terrain Electric Hunting Bike "Your Silent Partner for the Backcountry." The Savage 2.0 is engineered for the hunter who needs to move undetected. By utilizing the 750W Bafang High-Torque Hub Motor, you can glide into your stand without leaving a scent trail or a noise footprint. While traditional scouting can take hours, this machine lets you cover miles of rugged terrain in minutes, ensuring you spend less time traveling and more time in the pursuit. Built with a rugged aluminum frame and optimized for hauling, the Savage 2.0 isn't just about stealth—it's about utility. With 90Nm of torque and peak power reaching 1400W, it provides the necessary grunt to pull gear, trailers, or your harvest back to camp without breaking your back. This Is The Tool For You If... You need to access remote hunting spots without leaving a scent trail. You are tired of hauling heavy gear and game by hand. You require a reliable, rugged machine that won't fail you deep in the woods. You believe in investing in quality equipment to become a more effective hunter. Premium Features Smart Controller The smart controller enables users to make real-time adjustments to power settings with ease, allowing for customized performance. Waterproof LCD Display Tough and waterproof, the digital display shows power, speed, and battery metrics with Adjustable Class Setting (ACS). Adjustable Stem Height Universal Fit: The adjustable height stem allows taller riders to customize the handlebar height for an ergonomic riding position. Front and Rear Fenders "Let's get dirty" or not! Built-in fenders ensure a clean ride in dirt and mud while tracking through rugged backcountry terrain. LG Branded 15 AH Battery Put your mind at ease with our Safety Certified Battery, utilizing high-quality LG cells for maximum reliability and life. Specifications Component Specification Motor 750W Bafang Hub Motor (1400W Peak) Performance 90Nm of Torque Battery 48V 15Ah (720Wh) with LG Cells Range Up to 48 Miles Suspension GTMRK 100mm Travel Inverted Forks Brakes Logan Hydraulic, 180mm Front & Rear Rotors Drivetrain Shimano 8-Speed, 11-32T Tires Kenda 24” x 4.0” All-Terrain Anti-Puncture Frame Aluminum Alloy 6061 T6 Weight 61 lbs (54 lbs battery removed) Payload Capacity 300 lbs Performance Ratings Our proprietary Belcopia Rating analyzes key performance metrics against extensive market data to provide an objective measure of product capability. Hauling Power93/100 Stealth Rating90/100 Value88/100 Expedition Range82/100 Terrain Absorption78/100 Belcopia Score 85% The Savage 2.0 is a torque-heavy workhorse. Its exceptional hauling power and stealth are best-in-class for the serious hunter looking for a reliable electric hunting bike. What's In The Box Rambo Savage 2.0 Electric Hunting BikeArrives 85% assembled for a quick and easy final setup. 48V 15Ah LG Battery & KeyThe high-capacity battery and a key to secure it to the frame. Standard Battery ChargerGet a full charge in 5-7 hours so you're always ready to hunt. Assembly Toolkit & ManualIncludes everything you need for a simple 30-minute setup.
More you might like
Related
2026 Rambo SAVAGE 2.0 750W High Torque Hub Drive Fat Tire El
Related