@media screen and (max-width: 480px) {
  #product-grid.product-grid > .grid__item:nth-child(5n) {
    width: 100%;
    max-width: 100%;
  }
}
