The Dutch Step Through
Solé Bicycles - The Dutch Step Through /* 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(2, 1fr); gap: 20px; text-align: center; } @media (min-width: 768px) { [data-belcopia-product] .at-a-glance-bar { grid-template-columns: repeat(4, 1fr); } } [data-belcopia-product] .glance-item { display: flex; flex-direction: column; align-items: center; } [data-belcop