Buzz Centris E4311 500W Folding Commuter Electric Bike – White
BUZZ CENTRIS - Folding Fat Tire e-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; 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(6, 1fr); } } [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-97 { width: 97%; } [data-belcopia-product] .bar-fill-94 { width: 94%; } [data-belcopia-product] .bar-fill-90 { width: 90%; } [data-belcopia-product] .bar-fill-86 { width: 86%; } [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 Foldable Yes Safety UL 2849 BUZZ CENTRIS Folding Fat Tire e-Bike "Your Adventure, Folded." The Buzz Centris is the ultimate go-anywhere, do-anything e-bike that combines rugged all-terrain capability with the unparalleled convenience of a sturdy folding frame. Power through your commute or explore new trails with the reliable 500W rear hub motor, offering speeds up to 20 mph and a range of up to 40 miles. When you're done, simply fold it up and store it in your car, RV, or at home. But the Centris doesn't just offer convenience; it delivers a remarkably comfortable and confident ride. The wide, 4-inch fat tires and a front suspension fork with 60mm of travel absorb bumps and obstacles, while the accessible step-through frame makes hopping on and off a breeze. Fully equipped with front and rear racks and integrated lights, the Buzz Centris is your ready-for-anything adventure partner. This Is The Tool For You If... You need a versatile e-bike that can handle both city streets and rugged trails. You have limited storage space and need a bike that can be easily folded and stored. You are an RVer, boater, or traveler who wants to bring a capable e-bike on your adventures. You appreciate the comfort and stability of fat tires and front suspension. You want a fully-equipped bike with racks and lights included, ready to ride from day one. All-Terrain Comfort and Capability Smooth Out Your Ride The Buzz Centris is built to provide a comfortable and confidence-inspiring ride on any surface. Its large, 4-inch wide fat tires provide superior traction and stability, floating over sand, gravel, and bumpy pavement with ease. These are paired with a capable front suspension fork with 60mm of travel that expertly absorbs bumps and obstacles. This powerful combination ensures a smooth riding experience, whether you're tackling rugged trails or navigating pothole-ridden city streets. Adventure-Ready, Storage-Friendly Take Your Adventure Anywhere The true genius of the Buzz Centris is its sturdy folding frame. This feature transforms a rugged all-terrain bike into a compact, portable package that can fit in the smallest of car trunks, RV storage bays, or closets. In a few simple steps, you can take your adventure anywhere, without the need for a bulky bike rack. The convenient step-through frame design adds another layer of ease, making it effortless to get on and off the bike, no matter where your journey takes you. Key Features Folding Frame A sturdy folding frame that fits in small trunks, making it incredibly easy to store and transport. Thumb Throttle Cruise up to 20 mph without pedaling. Perfect for getting a boost up hills or taking a break. Step-Thru Frame A low 16-inch step-over height ensures a smooth and easy transition from ground to saddle. Fat Tires & Front Suspension 4-inch tires and 60mm of travel absorb bumps and obstacles for a comfortable ride. Integrated 48V Battery A seamlessly integrated, removable battery provides a range of up to 40 miles on a single charge. Racks and Lights Included Comes fully equipped with front and rear racks and integrated lights, so you're ready for any adventure. See It In Action See the convenient folding frame design in action. Witness how the fat tires and suspension handle rugged terrain. Discover the power of the 500W motor and thumb throttle. Explore the features that make the Centris the ultimate portable 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, Folding Suspension Front Fork, 60mm Travel Brakes Front/Rear Mechanical Disc Brakes Tires 20" x 4" Fat Tires Gearing 6-Speed Shimano Weight 68 lbs Payload Capacity Up to 300 lbs Sizing Guide The Buzz Centris is designed with a highly accessible step-through frame and adjustable components to comfortably fit a wide range of riders. Recommended Rider Heights: 5'2" - 6'3" Step-Over Height: 16 inches With its low step-over height and adjustable seat and handlebars, most riders in this range will find a comfortable and confidence-inspiring riding position. 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. Portability & Convenience97/100 All-Terrain Versatility94/100 Comfort & Ride Quality90/100 Features & Value86/100 Belcopia Rating 92% The Buzz Centris is an outstanding folding e-bike that brilliantly combines all-terrain capability with ultimate convenience. Its fat tires and suspension provide a great ride on any surface, while the sturdy folding frame makes it the perfect choice for travelers, RVers, and anyone with limited storage space.