@media screen and (min-width: 1260px) {

  /* .basket-item {
    display: grid;

    justify-content: space-between;
    grid-template-columns: repeat(6, 1fr);
    gap: 8px 8px;
    margin-bottom: 20px;
  }

  .text-body2 {
    font-size: 10px !important;
    line-height: 12px !important;
  }

  .basket-item-price {
    grid-column: 3/7 !important;
    grid-row: 1;
    justify-content: flex-start !important;
  }

  

 */

  .basket-item-pic {
    grid-column: 1/3;
    grid-row: 1/3;
  }

  .basket-item-price {
    /* grid-column: 3/7 !important; */
    grid-row: 1;
    /* justify-content: flex-start !important; */
  }

  .basket-item-props {
    grid-column: 3/7 !important;
    grid-row: 2;
    margin-top: 20px;
    margin-bottom: -20px;
    /* justify-content: flex-start !important; */
  }

  .basket-item-kol {
    grid-row: 3 !important;
  }

  .basket-item-del {
    grid-row: 3 !important;
    /* grid-column: 3/7 !important; */
  }

}