body {
  font-family: 'Noto Sans TC', 'Microsoft JhengHei', '微軟正黑體', Helvetica,
    sans-serif !important;
  font-weight: 500;
}

.pcOnly {
  display: block !important;
}
.mobOnly {
  display: none !important;
}

.productList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 25px;
  padding: 0 0px;
  width: 100%;
}
.productList .productItem {
  width: calc(25% - 25px);
}

.sockInstructionsBox{
  margin-top: 64px;
}
.sockInstructionsBox .sockInstructions{
   padding: 0px 15px;
}


.sockInstructionsBox ul{
  margin: 10px 20px;
  padding: 15px;
}
.sockInstructionsBox ul li .numtext{
      width: 26px;
    vertical-align: text-top;
    margin-right: 5px;
    
}

.sockInstructionsBox ul li {
  margin-bottom: 16px;
      font-size: 16px;
    font-family: 'Noto Sans TC', 'Microsoft JhengHei', '微軟正黑體', Helvetica, sans-serif !important;
    font-weight: 400;
}

.sf-simpleBff_productsItemColorChips {

    min-height: 55px;
}

@media screen and (max-width: 750px) {


  .sockInstructionsBox{
  margin-top: 64px;

  background: white;
}


  .productList .productItem {
    width: calc(50% - 25px);
  }

  .pcOnly {
    display: none !important;
  }
  .mobOnly {
    display: block !important;
  }
}
