@for((product, i) <- search.getResults.zipWithIndex) {
@if(i % 11 == 2){
@helper.productThumbnail(product, product.getMasterVariant, category, ImageSize.MEDIUM)
} else {
@helper.productThumbnail(product, product.getMasterVariant, category, ImageSize.SMALL)
}
}