@media (min-width: 768px) {
  .c-card-product2__in {
    min-width: 0;
  }

  .c-card-product2__data {
    flex: 1 1 auto;
    min-width: 0;
  }

  .c-card-product2__total {
    flex: 0 0 auto;
    max-width: none;
    min-width: max-content;
  }

  .c-card-product2__price {
    white-space: nowrap;
  }
}

