
/* V294 — Chỉ tối ưu DANH SÁCH SẢN PHẨM cho viewport desktop hẹp
   (đặc biệt 1920x1080 + Windows Scale 125%).
   Các bảng/menu khác không bị tác động. */

@media (min-width:1100px){

  .v271-products-page{
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
  }

  .v271-products-table-wrap{
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    overflow-x:auto!important;
    scrollbar-width:thin;
  }

  .v271-products-table{
    width:100%!important;
    min-width:100%!important;
    max-width:none!important;
    table-layout:fixed!important;
  }

  .v271-products-table th,
  .v271-products-table td{
    min-width:0!important;
    vertical-align:middle!important;
  }

  /* Cấu trúc 8 cột:
     1 Mã
     2 Sản phẩm
     3 Danh mục
     4 ĐVT
     5 Giá nhập
     6 VAT nhập
     7 Giá bán
     8 Thao tác
  */

  .v271-products-table th:nth-child(1),
  .v271-products-table td:nth-child(1){
    width:11%!important;
  }

  .v271-products-table th:nth-child(2),
  .v271-products-table td:nth-child(2){
    width:26%!important;
  }

  .v271-products-table th:nth-child(3),
  .v271-products-table td:nth-child(3){
    width:16%!important;
  }

  .v271-products-table th:nth-child(4),
  .v271-products-table td:nth-child(4){
    width:7%!important;
  }

  .v271-products-table th:nth-child(5),
  .v271-products-table td:nth-child(5){
    width:10%!important;
    text-align:right!important;
    white-space:nowrap!important;
  }

  .v271-products-table th:nth-child(6),
  .v271-products-table td:nth-child(6){
    width:8%!important;
    text-align:center!important;
    white-space:nowrap!important;
  }

  .v271-products-table th:nth-child(7),
  .v271-products-table td:nth-child(7){
    width:10%!important;
    text-align:right!important;
    white-space:nowrap!important;
  }

  .v271-products-table th:nth-child(8),
  .v271-products-table td:nth-child(8){
    width:12%!important;
    white-space:nowrap!important;
  }

  /* Mã dài không lấn sang tên sản phẩm */
  .v271-products-table td:nth-child(1){
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
    font-size:11px!important;
  }

  /* Tên sản phẩm được ưu tiên không gian và xuống dòng đẹp */
  .v271-products-table td:nth-child(2){
    overflow-wrap:break-word!important;
    word-break:normal!important;
    line-height:1.4!important;
  }

  /* Giá + thao tác tách nhau rõ */
  .v271-products-table td:nth-child(7){
    padding-right:18px!important;
  }

  .v271-products-table td:nth-child(8){
    padding-left:18px!important;
  }

  .v271-products-table td:nth-child(8) > div,
  .v271-products-table td:nth-child(8) .flex{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:12px!important;
    flex-wrap:nowrap!important;
  }

  .v271-products-table td:nth-child(8) button,
  .v271-products-table td:nth-child(8) a{
    flex:0 0 auto!important;
    white-space:nowrap!important;
  }
}

/* Trường hợp viewport desktop hẹp do Windows Scale 125%
   hoặc laptop/desktop nhỏ. */
@media (min-width:1100px) and (max-width:1535px){

  .v271-products-table{
    font-size:11.5px!important;
  }

  .v271-products-table th{
    font-size:9.75px!important;
  }

  .v271-products-table th,
  .v271-products-table td{
    padding-left:9px!important;
    padding-right:9px!important;
  }

  .v271-products-table th:nth-child(1),
  .v271-products-table td:nth-child(1){
    width:12%!important;
  }

  .v271-products-table th:nth-child(2),
  .v271-products-table td:nth-child(2){
    width:25%!important;
  }

  .v271-products-table th:nth-child(3),
  .v271-products-table td:nth-child(3){
    width:15%!important;
  }

  .v271-products-table th:nth-child(4),
  .v271-products-table td:nth-child(4){
    width:6%!important;
  }

  .v271-products-table th:nth-child(5),
  .v271-products-table td:nth-child(5){
    width:11%!important;
  }

  .v271-products-table th:nth-child(6),
  .v271-products-table td:nth-child(6){
    width:7%!important;
  }

  .v271-products-table th:nth-child(7),
  .v271-products-table td:nth-child(7){
    width:11%!important;
    padding-right:14px!important;
  }

  .v271-products-table th:nth-child(8),
  .v271-products-table td:nth-child(8){
    width:13%!important;
    padding-left:14px!important;
  }

  .v271-products-table td:nth-child(8) > div,
  .v271-products-table td:nth-child(8) .flex{
    gap:9px!important;
  }
}

/* Desktop thông thường 1536–1919:
   gần như giữ bố cục hiện tại, chỉ duy trì khoảng tách an toàn. */
@media (min-width:1536px) and (max-width:1919px){

  .v271-products-table th:nth-child(1),
  .v271-products-table td:nth-child(1){width:11%!important}

  .v271-products-table th:nth-child(2),
  .v271-products-table td:nth-child(2){width:27%!important}

  .v271-products-table th:nth-child(3),
  .v271-products-table td:nth-child(3){width:16%!important}

  .v271-products-table th:nth-child(4),
  .v271-products-table td:nth-child(4){width:7%!important}

  .v271-products-table th:nth-child(5),
  .v271-products-table td:nth-child(5){width:10%!important}

  .v271-products-table th:nth-child(6),
  .v271-products-table td:nth-child(6){width:8%!important}

  .v271-products-table th:nth-child(7),
  .v271-products-table td:nth-child(7){width:10%!important}

  .v271-products-table th:nth-child(8),
  .v271-products-table td:nth-child(8){width:11%!important}
}

/* Full HD thực tế rộng, 2K, 32 inch */
@media (min-width:1920px){

  .v271-products-table th:nth-child(1),
  .v271-products-table td:nth-child(1){width:10%!important}

  .v271-products-table th:nth-child(2),
  .v271-products-table td:nth-child(2){width:29%!important}

  .v271-products-table th:nth-child(3),
  .v271-products-table td:nth-child(3){width:16%!important}

  .v271-products-table th:nth-child(4),
  .v271-products-table td:nth-child(4){width:7%!important}

  .v271-products-table th:nth-child(5),
  .v271-products-table td:nth-child(5){width:10%!important}

  .v271-products-table th:nth-child(6),
  .v271-products-table td:nth-child(6){width:8%!important}

  .v271-products-table th:nth-child(7),
  .v271-products-table td:nth-child(7){width:10%!important}

  .v271-products-table th:nth-child(8),
  .v271-products-table td:nth-child(8){width:10%!important}

  .v271-products-table td:nth-child(8) > div,
  .v271-products-table td:nth-child(8) .flex{
    gap:14px!important;
  }
}

/* Ultrawide: không kéo các cột xa vô lý; ưu tiên tên sản phẩm */
@media (min-width:2400px){

  .v271-products-table th:nth-child(2),
  .v271-products-table td:nth-child(2){
    width:31%!important;
  }

  .v271-products-table th:nth-child(8),
  .v271-products-table td:nth-child(8){
    width:9%!important;
  }
}
