body { margin: 0; font-family: Arial, sans-serif; }
.top-bar { display: flex; justify-content: space-between; align-items:center; padding:10px; background:#eee; }
.logo { font-size:24px; font-weight:bold; }
.search-bar input { width:300px; padding:5px; }
.icons span { margin-left:10px; cursor:pointer; font-size:20px; }
.menu-categorias { display:flex; justify-content:space-around; background:#ddd; padding:10px; }
.categoria { font-weight:bold; cursor:pointer; }
.carrossel img { width:100%; max-height:300px; object-fit:cover; margin-bottom:20px; }
.ofertas, .cat-section, .downloads { padding:20px; background:#f9f9f9; margin-bottom:20px; }
.produtos-grid { display:flex; gap:10px; flex-wrap:wrap; }
.produto { flex:1 1 23%; border:1px solid #ccc; padding:10px; box-sizing:border-box; }
.produto img { width:100%; height:150px; object-fit:cover; margin-bottom:10px; }
.download-item { display:flex; align-items:center; gap:10px; border:1px solid #ccc; padding:10px; margin-bottom:10px; }
.download-item img { width:60px; height:60px; object-fit:cover; }
.download-item a { margin-left:auto; background:#28a745; color:white; padding:5px 10px; border-radius:4px; text-decoration:none; }
