To center last product in Store Page, like this.
You can use this code to Custom CSS.
@media screen and (min-width:768px) {
.product-list .product-list-layout-container[data-product-list-layout="grid"] .product-list-item:last-child {
position: relative;
left: calc(~"150% + 2.5vw") ;
}}

