@media (min-width: 481px) and (max-width: 650px) {
  .product-grid > .product:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    width: calc((100% - 1rem) / 2);
    justify-self: center;
  }
}
