@media screen and (min-width: 768px) and (max-width: 1259px) {

  .basket-item-pic {
    grid-column: 1/3;
    grid-row: 1/3;
  }


  .basket-item-name {
    /* grid-column: 1/3; */
    grid-row: 1;
  }

  .basket-item-price {

    grid-row: 1;

  }

  .basket-item-props {
    grid-row: 2;
    grid-column: 3/9;
    margin-top: 20px;
    margin-bottom: -20px;
  }

  .basket-item-kol {
    grid-row: 3 !important;
  }

  .basket-item-del {
    grid-row: 3 !important;
  }

}