/* 상세설명 탭: 글자 숨김 */
.single-product .woocommerce-tabs #tab-description,
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description {
  font-size: 0;
  line-height: 0;
}

/* 이미지 복구 */
.single-product .woocommerce-tabs #tab-description img,
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description img {
  font-size: medium;
  line-height: normal;
  display: block;
}
