@media screen and (max-width: 767px) {

  .basket-item {
    display: grid;
    /* border: 1px solid #000; */
    justify-content: space-between;
    grid-template-columns: repeat(6, 1fr);
    gap: 8px 8px;
    margin-bottom: 40px;
  }

  .text-body2 {
    font-size: 10px !important;
    line-height: 12px !important;
  }

  .basket-item-price {
    grid-column: 3/7 !important;
    grid-row: 2;
    justify-content: flex-start !important;
  }


  .basket-item-pic {
    grid-row: 1 / 4;
  }

  .basket-item-props {
    grid-row: 3;
    grid-column: 3/7;
    /* margin-top: 20px;
    margin-bottom: -20px; */
  }

  .basket-item-kol {
    grid-row: 4 !important;
    font-size: 12px !important;
    /* grid-column: 3/9 !important; */
  }

  .basket-item-del {
    grid-row: 4 !important;
    grid-column: 3/7 !important;
    font-size: 10px !important;
  }

  .basket-item-total-value {
    font-size: 12px !important;
  }

  .basket-item-basket-properties {
    font-size: 10px !important;
    line-height: 12px !important;
  }

  .intec-ui-part-input {
    /* padding: 10px 3px !important;*/
    width: 20px !important;
    height: 40px;
  }
}