.shape-product-list__item {
  display: block;
  border-bottom: 1px solid var(--default-border-color); }
  .shape-product-list__item:last-child {
    border-bottom: none; }
  .shape-product-list__item-image {
    display: block;
    height: calc(var(--preview-item-fixed-width) / 2);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative; }
    .shape-product-list__item-image .svg-icon svg {
      fill: var(--default-disabled-grey-color); }
  .shape-product-list__item-title {
    font-size: 18px;
    line-height: 160%;
    font-weight: 400; }
  .shape-product-list__item-description {
    background-color: var(--default-white-color);
    border-top: 1px solid var(--default-border-color);
    padding: var(--space);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: var(--space); }
  .shape-product-list__item-buy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: var(--space);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .shape-product-list__item-buy-total {
      font-size: 18px;
      line-height: 160%;
      font-weight: 400; }
      .shape-product-list__item-buy-total span {
        color: var(--default-red-color); }
    .shape-product-list__item-buy-delete-btn {
      border: none;
      background: transparent;
      width: 24px;
      height: 24px; }
      .shape-product-list__item-buy-delete-btn .svg-icon svg {
        width: 20px;
        height: 24px;
        fill: var(--default-disabled-grey-color); }
  @media (min-width: 780px) {
    .shape-product-list__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: var(--default-white-color); }
      .shape-product-list__item-image {
        background-color: var(--default-white-color);
        width: calc(var(--preview-item-fixed-width) / 2);
        -ms-flex-negative: 0;
            flex-shrink: 0;
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0; }
      .shape-product-list__item-title {
        width: 100%;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1; }
      .shape-product-list__item-description {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        width: 100%;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        border: none; }
      .shape-product-list__item-buy {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; } }
