How to add a border to products cells
In order to change add a border products cells you can use this code in the advanced customization tool:
You can copy the code from here:
.nis-page-product
.nis-page-cell-container {
border: 1px solid !important ;
border-color: black !important ;
}