BUZZ CERANA 2 EBIKE BLACK - E4803
BUZZ CERANA 2 - Step-Through e-Bike /* 1. Global CSS & Layout */ [data-belcopia-product] { font-family: Futura, "Trebuchet MS", Arial, sans-serif; line-height: 1.6; color: #333; ov erflow-x: hidden; background-color: #fff; } /* 2. "At a Glance" Icon Bar */ [data-belcopia-product] .at-a-glance-bar { background-color: #2c2c2c; color: #fff; padding: 20px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; text-align: center; } @media (min-width: 768px) { [data-belcopia-product] .at-a-glance-bar { grid-template-columns: repeat(5, 1fr); /* Adjusted for 5 items */ } } [data-belcopia-product] .glance-item { display: flex; flex-direction: column; align-items: center; } [data-belcopia-product] .glance-item .glance-label { font-size: 0.8em; text-transform: uppercase; letter-spacing: 0.5px; opacity: 0.8; margin-bottom: 5px; } [data-belcopia-product] .glance-item .glance-value { font-size: 1.4em; font-weight: bold; } /* 3. Hero Image Section */ [data-belcopia-product] .hero-image-section { position: relative; height: 60vh; min-height: 400px; max-height: 550px; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; background-color: #333; } [data-belcopia-product] .hero-image-section img { 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; /* Green Heading Color */ border-bottom: 2px solid #eee; padding-bottom: 10px; margin-bottom: 30px; text-align: left; } [data-belcopia-product] h4 { font-size: 1.4em; font-weight: bold; color: #2c2c2c; margin-bottom: 10px; } [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.6em; 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; } /* 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; } @keyframes fillBar { from { width: 0; } } [data-belcopia-product] .bar-fill-96 { width: 96%; } [data-belcopia-product] .bar-fill-93 { width: 93%; } [data-belcopia-product] .bar-fill-90 { width: 90%; } [data-belcopia-product] .bar-fill-87 { width: 87%; } [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. Specifications Table */ [data-belcopia-product] .spec-table-container { overflow-x: auto; padding-top: 15px;} [data-belcopia-product] .spec-table { width: 100%; border-collapse: collapse; min-width: 600px; } [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; } Top Speed 20 MPH Throttle Thumb Motor 500W Max Range 40 Miles Safety UL 2849 BUZZ CERANA 2 The Ultimate Commuter e-Bike "Rediscover the Joy of Riding." The Buzz Cerana 2 is your class 2 e-bike for adventure, empowering you to go farther, experience more, and conquer any terrain with a smile. It’s built around a powerful 500-watt hub motor and a long-lasting 48-volt battery, ensuring you have the power to cruise up to 20 mph and the range to explore for up to 40 miles on a single charge. Comfort is key, and the Cerana 2 delivers. Its oversized 24-inch tires and relaxed cruiser frame provide a smooth, stable ride. The innovative manual dropper seat post allows for quick adjustments on the go, making it perfect for any adventure, big or small. With a convenient step-through frame and a host of user-friendly features, the Cerana 2 is the perfect companion for rediscovering your freedom. This Is The Tool For You If... You're looking for a comfortable, reliable, and easy-to-ride e-bike for commuting and recreation. You value safety and want an e-bike that is tested and compliant with UL 2849 standards. You appreciate user-friendly features like a step-through frame and a dropper seat post. You want the flexibility of both pedal assist and a thumb throttle for an effortless ride. You need a dependable e-bike that comes fully equipped with lights, fenders, and racks. Power On The Go Convenient and Secure Energy The Buzz Cerana 2 features a seamlessly integrated 48V battery that provides a generous range of up to 40 miles on a single charge. One of its best features is its convenience. The 10.4 amp hour battery is easily removable, allowing you to charge it on or off the frame to suit your lifestyle. Whether you're charging at home, in the office, or in your garage, you'll be ready for your next adventure in just 4-6 hours. This user-friendly system makes managing your e-bike's power simple and hassle-free. Effortless Cruising Power Take Control of Your Ride The Cerana 2 is all about making your ride easier and more enjoyable. The powerful 500-watt hub motor gives you the boost you need to conquer hills and cruise with ease. When you want a break from pedaling, the intuitive thumb throttle is right at your fingertips. Let the bike do the work as you cruise up to 20 mph without pedaling—it’s perfect for tackling steep inclines, carrying heavy loads, or simply sitting back and enjoying the ride. With 5 levels of pedal assist, you always have the perfect amount of power on demand. Key Features Step-Thru Frame A low 15-inch step-over height makes getting on and off the bike incredibly easy and comfortable. Manual Dropper Seat Post Raise and lower your seat with the press of a lever for confident handling and easy stops. Thumb Throttle Let the bike do the work. Cruise up to 20 mph without pedaling for an effortless ride. Front Suspension Absorbs bumps and obstacles, ensuring a smooth and enjoyable ride on city streets and beyond. 500W Hub Motor A powerful motor provides the boost you need to conquer hills and cruise with confidence. Fully Equipped Comes standard with front and rear lights, fenders, and front and rear racks for ultimate utility. See It In Action Discover the comfort and convenience of the step-through frame. See how the 500W motor and thumb throttle make riding effortless. Witness the smooth ride provided by the front suspension. Explore the features that make this the perfect daily commuter e-bike. Technical Specifications Motor 500 Watt, 50Nm, Rear Hub-Drive Battery 48V, 10.4Ah, 500Wh Max Speed 20 mph Range Up to 40 Miles Throttle Thumb Throttle Frame Aluminum, Step-Through Suspension Front Fork, 60mm Travel Brakes Front/Rear Mechanical Disc Brakes Tires 24" x 2.5" Tires Gearing 7-Speed Shimano Weight 63 lbs Payload Capacity Up to 300 lbs Extras Front & Rear Racks, Fenders, Lights, Bell Sizing Guide The Buzz Cerana 2 is designed with a highly accessible step-through frame and a manual dropper seat post to comfortably fit a wide range of riders. Recommended Rider Heights: 5'2" - 6'3" Step-Over Height: 15 inches With its extremely low step-over height and easily adjustable seat, most riders in this range will find a perfect, confidence-inspiring fit. 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. Comfort & Accessibility96/100 Ease of Use93/100 Features & Value90/100 Performance87/100 Belcopia Rating 92% The Buzz Cerana 2 is a fantastic choice for riders seeking comfort, convenience, and safety. Its user-friendly design, complete with a step-through frame and dropper post, makes it incredibly accessible, while its full suite of included accessories offers outstanding value.
More you might like
Related
Buzz Bicycles Cerana 2, Class 2 eBike, Black
Related
BUZZ CERANA 2 EBIKE DUSTED MOSS GREEN - E4823
Buzz Cerana 2 eBike Basket (Front or Rear)
Related