Centering Product & Price on Superstore Theme

You’ll need to add this to your theme.css

.productitem--info {
  text-align: center;
}