.w-dropdown-list {
  background-color: #333333; /* 背景改成黑色 */
  padding: 10px;
}



/*-------------------------風扇表格-------------------------  */
/* Template - Reusable Block- SYNC 表格左右BAR只在 854px ~ 599px 時啟用 */
@media (max-width: 854px) and (min-width: 599px) {
  .table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* iOS 滑順 */
    width: 100%;
  }

  .table-scroll table {
    min-width: 800px; /* 依你的表格欄位調整 */
    border-collapse: collapse;
  }
}



#product-table table th {
  word-break: keep-all;
  text-align: left;
  vertical-align: middle;
}

#product-table table .title{
  word-break: keep-all;
  text-align: center;
  vertical-align: middle;
}

#product-table table td {
  word-break: keep-all;
  text-align: center;
  vertical-align: middle;
}


#product-table table th {
  color: #000000;
  font-weight: 600;
}

#product-table table td {
  color: #1a1a1a;
  font-weight: 400;  
}
/*-------------------------風扇表格    END-------------------------  */





