{ "style": ".content{counter-reset:section} .casesrank::before {counter-increment: section; content: 'Top ' counter(section) ' Product';} .productitems{float:left; border:2px solid grey}", "showCarousel": false, "body": [ { "type": "Container", "width": "16%", "class": "productitems", "items": [ { "type": "TextBlock", "size": "light", "weight": "bold", "horizontalAlignment": "center", "spacing": "small", "class": "casesrank", "color": "default", "text": "" }, { "type": "Image", "url": "{panel:ProductImageURL}", "spacing": "small", "horizontalAlignment": "center", "size": "small" }, { "type": "TextBlock", "size": "light", "weight": "bold", "horizontalAlignment": "center", "spacing": "small", "color": "default", "text": "{panel:ProductTitle}" }, { "type": "TextBlock", "size": "light", "weight": "bold", "horizontalAlignment": "center", "spacing": "small", "color": "default", "text": "{panel:CasesSold} units" } ] } ] }