/* 商品列表不顯示分類欄位。 */
.product-table th:nth-child(3),.product-table td:nth-child(3){display:none}
@media(max-width:640px){
  html,body{max-width:100%;overflow-x:hidden}
  .table-panel:has(.product-table){overflow:visible}
  .product-table{min-width:0!important;width:100%!important}
  .product-table thead{display:none}
  .product-table,.product-table tbody,.product-table tr,.product-table td{display:block;width:100%}
  .product-table tr{display:grid;width:100%;grid-template-columns:58px minmax(0,1fr);column-gap:11px;padding:14px 0;border-bottom:1px solid var(--line)}
  .product-table td{border:0;padding:3px 0}
  .product-table td:first-child{grid-row:1 / span 5;grid-column:1}.product-table td:first-child .thumb{width:56px;height:56px}
  .product-table td:nth-child(2){grid-column:2}.product-table td:nth-child(4),.product-table td:nth-child(5),.product-table td:nth-child(6){grid-column:2;color:var(--muted);font-size:13px}
  .product-table td:nth-child(4):before{content:'規格：';font-weight:750}.product-table td:nth-child(5):before{content:'售價：';font-weight:750}.product-table td:nth-child(6):before{content:'庫存：';font-weight:750}
  .product-table td:nth-child(7){grid-column:1 / -1;padding-top:9px}.product-table .inline-cart{width:100%}.product-table .inline-cart input{width:62px}.product-table .inline-cart .btn{flex:1}
}
