
BUZZ CERANA 2 EBIKE DUSTED MOSS GREEN - E4823
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; 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(5, 1fr); /* Adjusted for 5 items */ } } [data-belcopia-product] .glance-item { display: flex; flex-direction: column; align-items: center;