@media (max-width: 1100px) {
  .product-table-scroll-hint {
    display: block;
  }

  .product-model-table-wrap {
    overflow-x: auto;
    overflow-y: visible;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    background: #fff;
    scrollbar-gutter: stable;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
  }

  .product-model-table-wrap:focus-visible {
    outline: 2px solid rgba(242, 140, 40, 0.78);
    outline-offset: 2px;
  }

  .product-model-table {
    display: table;
    width: max(920px, 100%) !important;
    min-width: 920px;
    table-layout: fixed;
  }

  .product-model-table[data-columns="14"],
  .product-model-table[data-columns="15"],
  .product-model-table[data-columns="16"] {
    width: max(1120px, 100%) !important;
    min-width: 1120px;
  }

  .product-model-table[data-columns="17"],
  .product-model-table[data-columns="18"],
  .product-model-table[data-columns="19"],
  .product-model-table[data-columns="20"] {
    width: max(1320px, 100%) !important;
    min-width: 1320px;
  }

  .product-model-table thead {
    position: static;
    display: table-header-group;
    width: auto !important;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .product-model-table tbody {
    display: table-row-group;
  }

  .product-model-table tr {
    display: table-row;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .product-model-table th,
  .product-model-table td {
    display: table-cell;
    width: auto !important;
  }

  .product-model-table td {
    min-height: 0;
    padding: 6px 5px;
    border-right: 1px solid #64748b;
    border-bottom: 1px solid #64748b;
    font-size: 11px;
    white-space: normal;
  }

  .product-model-table td::before {
    display: none;
    content: none;
  }

  .product-model-table td:first-child {
    display: table-cell;
    background: transparent;
    color: inherit;
    font-size: 11px;
    font-weight: 800;
  }
}
