@media (max-width: 768px) {
  .col-price-tier,
  .col-price-applied,
  .col-cost-payable {
    display: none;
  }

  .col-product {
    width: 50%;
  }

  .col-thread {
    width: 22%;
  }

  .col-qty {
    width: 28%;
  }

  th,
  td {
    padding: 12px 10px;
  }

  /* Prevent iOS zoom on focus by ensuring 16px+ font-size on interactive fields */
  .tnut-order-panel input[type="text"],
  .tnut-order-panel input[type="number"],
  #mobileTnutDropdown input[type="text"],
  .tnut-modal input[type="text"],
  .tnut-modal input[type="number"] {
    font-size: 16px;
    line-height: 1.4;
  }
  
  .col-qty input[type="number"] {
    width: 100%;
    max-width: 92px;
    text-align: center;
    -webkit-appearance: none;
    appearance: none;
    font-size: 16px;
    line-height: 1.4;
    min-height: 34px;
    padding: 6px 10px;
  }

  input, select, textarea, button {
    -webkit-text-size-adjust: 100%;
  }
}
@media (max-width: 768px) {
  .tnut-totals-wrap .totals-actions .tnut-checkout-btn { width: 100%; }
}
@media (max-width: 768px) {
  .tnm-img-scroller {
    margin-top: 16px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    --thumb: clamp(140px, 44vw, 200px);
    min-height: var(--thumb);
  }

  .tnm-img-strip {
    display: flex;
    flex-direction: row;
    gap: 10px;
    padding: 6px 4px;
  }

  .tnm-img-strip a {
    flex: 0 0 48%;
    height: var(--thumb);
    display: block;
    border-radius: 6px;
    overflow: hidden;
    scroll-snap-align: start;
    background: #f3f3f3;
    text-decoration: none;
  }

  .tnm-img-strip img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 1;
    display: block;
    border-radius: 6px;
  }
}
@media (max-width: 768px) {
  .tnut-order-table-card.panel {
    padding: 2px;
  }
  .dropdown-selected {
    padding: 2px;
  
  }
}