@media (max-width: 680px) {
  .catalog-v2-shell {
    width: min(100% - 20px, 1220px);
  }

  .catalog-v2-table-head,
  .catalog-v2-row {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.15fr) minmax(0, 1.25fr);
    min-width: 0;
    width: 100%;
  }

  .catalog-v2-table-head {
    min-height: 0;
  }

  .catalog-v2-table-head span {
    align-items: center;
    border-bottom: 1px solid rgba(126, 148, 227, 0.22);
    display: flex;
    font-size: 8px;
    justify-content: center;
    min-height: 30px;
    padding: 4px 5px;
  }

  .catalog-v2-table-head span:last-child::after {
    content: "Details";
  }

  .catalog-v2-filter-row {
    display: none;
  }

  .catalog-v2-row {
    gap: 0;
    margin-bottom: 8px;
    min-height: 76px;
    padding: 0;
  }

  .catalog-v2-row > div,
  .catalog-v2-row > div:nth-child(3),
  .catalog-v2-row > div:nth-child(5),
  .catalog-v2-view {
    align-items: center;
    border-right: 1px solid rgba(126, 148, 227, 0.13);
    display: flex;
    font-size: 10px;
    grid-column: auto;
    justify-content: center;
    line-height: 1.15;
    min-height: 38px;
    overflow: hidden;
    overflow-wrap: anywhere;
    padding: 5px;
    text-align: center;
  }

  .catalog-v2-row > div:nth-child(-n + 3) {
    border-bottom: 1px solid rgba(126, 148, 227, 0.13);
  }

  .catalog-v2-row > div:nth-child(3n) {
    border-right: 0;
  }

  .catalog-v2-row > div::before {
    content: none;
  }

  .catalog-v2-part,
  .catalog-v2-oe,
  .catalog-v2-product,
  .catalog-v2-row > div[data-label="Brand"],
  .catalog-v2-row > div[data-label="Application"] {
    font-size: 10px;
    line-height: 1.15;
  }

  .catalog-v2-view a {
    border-radius: 12px;
    font-size: 9px;
    height: 28px;
    padding: 0 6px;
    transform: none;
    width: 100%;
  }
}
