@charset "UTF-8";
.product-no-top {
  position: absolute;
  top: -34px;
  left: 0;
  z-index: 100;
}
.product-no-top.product-no-2 svg path {
  fill: #788d9b;
}
.product-no-top.product-no-3 svg path {
  fill: #db6f0c;
}
@media (min-width: 768px) and (max-width: 1320px) {
  .product-no-top .wc-quick-view-overlay > div {
    width: 90%;
    top: 50%;
    transform: translateY(-55%);
  }
}
.product-no-top .tag {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  gap: 3px;
}
.product-no-top .tag div:first-child svg {
  width: 39px;
  height: 31px;
}
.product-no-top .tag div:last-child {
  position: relative;
}
.product-no-top .tag div:last-child svg {
  width: 45px;
  height: 50px;
}
@media (max-width: 767px) {
  .product-no-top .tag div:last-child svg {
    width: 40px;
    height: 45px;
  }
}
.product-no-top .tag div:last-child span {
  position: absolute;
  left: 0;
  top: 40%;
  transform: translateY(-50%);
  color: var(--white);
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 15px;
  font-style: italic;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
  width: 100%;
}
@media (max-width: 767px) {
  .product-no-top .tag div:last-child span {
    font-size: 12px;
  }
}

.product-no {
  position: absolute;
  z-index: 100;
  padding: 4px 8px;
  background: #80746a;
  color: var(--white, #fff);
  font-family: "Noto Sans TC", sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  line-height: 100%;
}
@media (max-width: 767px) {
  .product-no {
    font-weight: 500;
    font-size: 12px;
  }
}

.woocommerce-breadcrumb {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto !important;
  padding: 24px 0 !important;
  color: var(--gray-3, #8f8f8f) !important;
  font-family: "Noto Sans TC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 768px) and (max-width: 1320px) {
  .woocommerce-breadcrumb {
    padding: 24px !important;
  }
}
@media (max-width: 767px) {
  .woocommerce-breadcrumb {
    padding: 24px !important;
  }
}
.woocommerce-breadcrumb * {
  color: var(--gray-3, #8f8f8f) !important;
  font-family: "Noto Sans TC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.woocommerce-products-header {
  display: none;
}

#primary .shop-container {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1320px) {
  #primary .shop-container {
    padding: 0 24px;
  }
}
@media (max-width: 767px) {
  #primary .shop-container {
    padding-top: 24px;
  }
}
#primary .shop-container .woocommerce-pagination {
  display: none !important;
}
#primary .shop-container > div {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #primary .shop-container > div {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }
}
#primary .shop-container > div > .left-container {
  width: 80%;
}
@media (min-width: 768px) and (max-width: 1320px) {
  #primary .shop-container > div > .left-container {
    width: 70%;
  }
}
@media (max-width: 767px) {
  #primary .shop-container > div > .left-container {
    width: 100%;
    padding: 0 24px;
  }
}
@media (max-width: 767px) {
  #primary .shop-container > div > .left-container .products {
    display: flex !important;
    flex-wrap: wrap !important;
    flex-direction: row !important;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  #primary .shop-container > div > .left-container .products .product {
    float: unset;
    width: calc((100% - 20px) / 2);
  }
}
#primary .shop-container > div > .left-container .shop-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 60px 0px 0 0;
}
@media (max-width: 767px) {
  #primary .shop-container > div > .left-container .shop-pagination {
    padding-top: 20px;
  }
}
#primary .shop-container > div > .left-container .shop-pagination .page-numbers {
  padding: 10px;
  color: var(--secondary, #80746a);
  /* english body */
  font-family: "Noto Sans TC", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#primary .shop-container > div > .left-container .shop-pagination .page-numbers.current {
  color: var(--primary, #ee7836);
}
#primary .shop-container > div > .left-container .add_to_cart_button {
  display: none;
}
#primary .shop-container > div > .right-container {
  width: 17%;
}
@media (min-width: 768px) and (max-width: 1320px) {
  #primary .shop-container > div > .right-container {
    width: 25%;
  }
}
@media (max-width: 767px) {
  #primary .shop-container > div > .right-container {
    position: fixed;
    width: 100%;
    z-index: 10000;
    bottom: 0;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    display: none;
    background-color: #fff;
    padding-bottom: 0px;
  }
}
@media (max-width: 767px) {
  #primary .shop-container > div > .right-container .product-categories-sidebar {
    display: none;
  }
}
@media (max-width: 767px) {
  #primary .shop-container > div > .right-container.active {
    display: block;
  }
}
#primary .shop-container > div > .right-container nav > ul {
  padding: 0;
  margin: 0;
  cursor: pointer;
}
@media (max-width: 767px) {
  #primary .shop-container > div > .right-container nav > ul {
    display: none;
  }
}
#primary .shop-container > div > .right-container nav > ul > li {
  background: var(--gray-4);
  width: 100%;
  height: 100%;
}
#primary .shop-container > div > .right-container nav > ul > li > span,
#primary .shop-container > div > .right-container nav > ul > li > a {
  display: inline-flex;
  margin: 0;
  padding: 20px;
  width: 100%;
  height: 100%;
  color: var(--secondary);
  /* body */
  font-family: "Noto Sans TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
#primary .shop-container > div > .right-container nav > ul > li > span.active,
#primary .shop-container > div > .right-container nav > ul > li > a.active {
  background: var(--primary);
  color: var(--white);
}
#primary .shop-container > div > .right-container nav > ul > li > ul {
  padding: 0;
  margin: 0;
  display: none;
}
#primary .shop-container > div > .right-container nav > ul > li > ul.children > li:last-child {
  padding-bottom: 20px;
  background: #fff;
}
#primary .shop-container > div > .right-container nav > ul > li > ul > li {
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #c0b9b5;
}
#primary .shop-container > div > .right-container nav > ul > li > ul > li > a,
#primary .shop-container > div > .right-container nav > ul > li > ul > li > span {
  display: inline-flex;
  width: 100%;
  height: 100%;
  padding: 15px;
  background: #fff;
  color: var(--secondary);
  /* body */
  font-family: "Noto Sans TC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#primary .shop-container > div > .right-container nav > ul > li > ul > li > a.active,
#primary .shop-container > div > .right-container nav > ul > li > ul > li > span.active {
  color: var(--primary);
}
#primary .shop-container > div > .right-container nav > ul > li > ul > li > a:hover,
#primary .shop-container > div > .right-container nav > ul > li > ul > li > span:hover {
  color: var(--primary);
}
#primary .shop-container > div > .right-container nav > ul > li > ul > li > ul {
  display: none;
}
#primary .shop-container > div > .right-container nav > ul > li > ul > li > ul.active {
  display: unset;
}
#primary .shop-container > div > .right-container nav > ul > li > ul > li > ul li {
  padding-bottom: 10px;
  background: #fff;
}
#primary .shop-container > div > .right-container nav > ul > li > ul > li > ul li a {
  display: inline-flex;
  width: 100%;
  height: 100%;
  padding: 15px;
  background: #fff;
  color: var(--secondary);
  /* body */
  font-family: "Noto Sans TC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 30px;
  padding-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#primary .shop-container > div > .right-container nav > ul > li > ul > li.active > a,
#primary .shop-container > div > .right-container nav > ul > li > ul > li.active span {
  color: var(--primary);
}
#primary .shop-container > div > .right-container nav > ul > li > ul > li:last-child {
  padding-bottom: 0 !important;
}
#primary .shop-container > div > .right-container nav > ul > li > ul.active {
  display: unset;
}
#primary .shop-container > div > .right-container .woocommerce-pagination {
  display: none;
}

.woocommerce ul.products {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.woocommerce ul.products li.product {
  margin: 0;
  width: calc((100% - 60px) / 4);
  position: relative;
}
@media (min-width: 768px) and (max-width: 1320px) {
  .woocommerce ul.products li.product {
    width: calc((100% - 40px) / 3);
  }
}
.woocommerce ul.products li.product a img {
  margin-bottom: 0;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  color: var(--gray-1, #595757);
  /* headline 3 */
  font-family: "Noto Sans TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
  margin-top: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 0;
  height: 46px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title a {
  color: var(--gray-1, #595757);
  /* headline 3 */
  font-family: "Noto Sans TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
  word-break: break-all;
/*   white-space: break-spaces; */
}

.woocommerce ul.products li.product .product-action a {
  background: transparent !important;
  color: rgb(192, 185, 181) !important;
  cursor: pointer !important;
}
.woocommerce ul.products li.product img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
.woocommerce ul.products li.product .product-tag {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--primary, #ee7836);
  padding: 3px 12px;
  color: var(--white, #fff);
  /* body */
  font-family: "Noto Sans TC";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  z-index: 100;
}
.woocommerce ul.products:after, .woocommerce ul.products::before {
  display: none;
}
.woocommerce ul.products li .product-image > div {
  position: relative;
  overflow: hidden;
}
.woocommerce ul.products li .product-image > div img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}
.woocommerce ul.products li .product-image > div:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.woocommerce ul.products li .product-image > div:hover img {
  transform: scale(1.05);
}
.woocommerce ul.products li .price {
  display: flex !important;
  align-items: center;
  align-items: flex-end;
  gap: 8px;
}
.woocommerce ul.products li .price ins {
  text-decoration: none;
}
.woocommerce ul.products li .price span.woocommerce-Price-amount.amount bdi {
  color: var(--secondary, #80746a);
  font-feature-settings: "liga" off, "clig" off;
  /* english 2 */
  font-family: "Noto Sans TC", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}
.woocommerce ul.products li .price a.button.product_type_simple {
  display: none !important;
}
.woocommerce ul.products li .price a.button.wc-quick-view-button, .woocommerce ul.products li .price a.button.wc-favorite-button {
  float: right;
}
.woocommerce ul.products li .price del {
  order: 2;
  color: #80746a !important;
  font-size: 16px;
}
.woocommerce ul.products li .price del span.woocommerce-Price-amount.amount {
  display: flex;
}
.woocommerce ul.products li .price del span.woocommerce-Price-amount.amount bdi,
.woocommerce ul.products li .price del span.woocommerce-Price-amount.amount bdi * {
  color: #80746a;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: strikethrough;
}
.woocommerce ul.products li.sale .price span.woocommerce-Price-amount.amount bdi {
  color: var(--primary, #ee7836);
}
.woocommerce ul.products li .price del span.woocommerce-Price-amount.amount bdi {
  color:#80746a !important;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: strikethrough;
}
.woocommerce ul.products li .price del span.woocommerce-Price-amount.amount bdi * {
  color: #80746a;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: strikethrough;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  align-items: flex-end;
}
.woocommerce ul.products li.product .price del{
	opacity:1;
}
@media (min-width: 768px) and (max-width: 1320px) {
  .woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    flex-wrap: wrap;
  }
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price del {
  order: 2;
  color: #80746a;
  font-size: 16px;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price del bdi {
  color: var(--gray-3_line, #c0b9b5);
  font-family: "Noto Sans TC", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: strikethrough;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price del bdi span {
  color: var(--gray-3_line, #c0b9b5);
  font-family: "Noto Sans TC", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: strikethrough;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price del span.woocommerce-Price-amount.amount {
  display: flex;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price ins {
  text-decoration: none;
}

@media (min-width: 768px) and (max-width: 1320px) {
  .wc-quick-view-modal {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .wc-quick-view-modal > div {
    width: 90%;
  }
}

.wc-quick-view-modal .wc-quick-view-content {
  padding: 40px;
  justify-content: space-between;
}
@media (min-width: 768px) and (max-width: 1320px) {
  .wc-quick-view-modal .wc-quick-view-content {
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .wc-quick-view-modal .wc-quick-view-content {
    flex-direction: column;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .wc-quick-view-modal .wc-quick-view-content .quantity button {
    width: 20%;
  }
}
@media (min-width: 768px) and (max-width: 1320px) {
  .wc-quick-view-modal .wc-quick-view-content .quantity input {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .wc-quick-view-modal .wc-quick-view-content .quantity input {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .wc-quick-view-modal .wc-quick-view-content .quantity .thumbnail-navigation {
    height: 100px;
  }
}
@media (max-width: 767px) {
  .wc-quick-view-modal .wc-quick-view-content .quantity .thumbnail-navigation .swiper-wrapper {
    height: 100px;
  }
}
@media (max-width: 767px) {
  .wc-quick-view-modal .wc-quick-view-content .quantity .thumbnail-navigation .swiper-slide {
    height: 100px;
  }
}
.wc-quick-view-modal .wc-quick-view-content .product-share-container {
  transform: translateY(10px);
  float: right;
}
.wc-quick-view-modal .wc-quick-view-content #ulife-product-tabs-container {
  display: none;
}
.wc-quick-view-modal .wc-quick-view-content h1.product_title.entry-title {
  color: var(--gray-1, #595757);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Noto Sans TC";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 32px */
  letter-spacing: 2px;
  padding-bottom: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .wc-quick-view-modal .wc-quick-view-content h1.product_title.entry-title {
    font-size: 20px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.wc-quick-view-modal .wc-quick-view-content #favorite-button-text {
  color: var(--secondary, #80746a);
  /* small 1 */
  font-family: "Noto Sans TC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 12px */
  letter-spacing: 1px;
  margin-right: 8px;
  cursor: pointer;
}
.wc-quick-view-modal .wc-quick-view-content .product-share-container ul li a.button.wc-favorite-button-i {
  position: unset;
  top: 0;
  padding: 0;
  background-color: transparent !important;
  color: var(--secondary, #80746a);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer !important;
  font-family: "Noto Sans TC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  cursor: pointer;
  margin-top: 0 !important;
}
.wc-quick-view-modal .wc-quick-view-content span.woocommerce-Price-amount.amount {
  color: var(--primary, #ee7836);
  font-feature-settings: "liga" off, "clig" off;
  /* english 1 */
  font-family: "Noto Sans TC", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 32px */
  transform: translateY(5px);
}
.wc-quick-view-modal .wc-quick-view-content .product-brand.product-brand,
.wc-quick-view-modal .wc-quick-view-content .product-sku {
  color: var(--secondary, #80746a);
  font-family: "Noto Sans TC";
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  letter-spacing: 1px !important;
  padding-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
.wc-quick-view-modal .wc-quick-view-content .product-brand.product-brand span,
.wc-quick-view-modal .wc-quick-view-content .product-sku span {
  /* body */
  font-family: "Noto Sans TC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.wc-quick-view-modal .wc-quick-view-content .product-brand.product-brand span:first-child,
.wc-quick-view-modal .wc-quick-view-content .product-sku span:first-child {
  color: var(--secondary, #80746A);
  /* headline 3 */
  font-family: "Noto Sans TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
}
.wc-quick-view-modal .wc-quick-view-content .product-brand.product-brand a,
.wc-quick-view-modal .wc-quick-view-content .product-sku a {
  color: #ee7836;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.wc-quick-view-modal .wc-quick-view-content .woocommerce-product-details__short-description {
  color: var(--Gray-01, #1a1a1a);
  text-align: justify;
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Noto Sans TC";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 2px;
  margin-bottom: 0px;
}
.wc-quick-view-modal .wc-quick-view-content .woocommerce-product-details__short-description p {
  margin-bottom: 0;
}
.wc-quick-view-modal .wc-quick-view-content form.cart .variations td,
.wc-quick-view-modal .wc-quick-view-content form.cart .variations th {
  text-align: left;
  font-feature-settings: "liga" off, "clig" off;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  vertical-align: top;
  padding-right: 8px;
  color: var(--secondary, #80746a);
  font-family: "Noto Sans TC";
  font-size: 16px !important;
  letter-spacing: 1px !important;
}
.wc-quick-view-modal .wc-quick-view-content .quantity {
  display: flex;
  align-items: center;
  justify-content: start;
  /* 移除 Firefox 的上下箭头 */
}
.wc-quick-view-modal .wc-quick-view-content .quantity button {
  background-color: #f5f4f2;
  width: 30px;
  height: 46px;
  border: none;
  border-radius: 10px 0 0 10px;
}
.wc-quick-view-modal .wc-quick-view-content .quantity button.plus {
  border-radius: 0 10px 10px 0;
}
.wc-quick-view-modal .wc-quick-view-content .quantity input {
  height: 46px;
  width: 46px;
  border: none;
  background-color: #f5f4f2;
  text-align: center;
  flex: 1;
}
.wc-quick-view-modal .wc-quick-view-content .quantity input[type=number] {
  -moz-appearance: textfield;
}
.wc-quick-view-modal .wc-quick-view-content .quantity input[type=number]::-webkit-outer-spin-button, .wc-quick-view-modal .wc-quick-view-content .quantity input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.wc-quick-view-modal .wc-quick-view-content form.cart div.quantity {
  float: unset;
  margin-top: 20px;
  margin-bottom: 24px;
}
.wc-quick-view-modal .wc-quick-view-content form.cart .button {
  vertical-align: middle;
  border-radius: 10px;
  border: 1px solid var(--secondary, #80746a);
  color: var(--secondary, #80746a) !important;
  background-color: transparent !important;
  /* btn 1 */
  font-family: "Noto Sans TC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 14px */
  width: 50%;
  padding: 16px;
}
.wc-quick-view-modal .wc-quick-view-content form.cart .button[type=submit] {
  margin-right: 2%;
}
.wc-quick-view-modal .wc-quick-view-content form.cart .button.reserve-and-checkout {
  color: #fff !important;
  border: 0;
  background: var(--primary, #ee7836) !important;
}
.wc-quick-view-modal .wc-quick-view-content .product_meta {
  padding-top: 40px;
}
.wc-quick-view-modal .wc-quick-view-content .product_meta p {
  color: var(--secondary, #80746a);
  /* headline 3 */
  font-family: "Noto Sans TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
  padding-bottom: 16px;
}
.wc-quick-view-modal .wc-quick-view-content .product_meta .product-categories {
  gap: 8px;
}
@media (max-width: 767px) {
  .wc-quick-view-modal .wc-quick-view-content .product_meta .product-categories {
    row-gap: 20px;
  }
}
.wc-quick-view-modal .wc-quick-view-content .product_meta .product-categories li a {
  color: var(--secondary, #80746a);
  font-family: "Noto Sans TC";
  font-size: 14px;
  font-style: normal;
  border-radius: 48px;
  border: 1px solid var(--secondary, #80746a);
  padding: 4px 16px;
}
.wc-quick-view-modal .wc-quick-view-content .wc-quick-view-image {
  max-width: 360px;
}
@media (max-width: 767px) {
  .wc-quick-view-modal .wc-quick-view-content .wc-quick-view-image {
    width: 100%;
  }
}
.wc-quick-view-modal .wc-quick-view-content .wc-quick-view-image .swiper-pagination {
  background: #aaa;
  color: #fff;
  height: 25px;
  width: fit-content;
  padding: 0px 10px;
  border-radius: 100px;
  position: absolute;
  right: 10px;
  top: 10px;
  left: unset;
  display: none;
}
@media (max-width: 767px) {
  .wc-quick-view-modal .wc-quick-view-content .wc-quick-view-image .swiper-pagination {
    display: inline-flex;
  }
}
@media (max-width: 767px) {
  .wc-quick-view-modal .wc-quick-view-content .wc-quick-view-details {
    width: 100%;
  }
}
.wc-quick-view-modal .wc-quick-view-content .thumbnail-navigation {
  position: relative;
  margin-top: 24px;
  padding: 0 40.5px;
  height: 62.25px;
}
@media (max-width: 767px) {
  .wc-quick-view-modal .wc-quick-view-content .thumbnail-navigation {
    padding: 0;
  }
}
.wc-quick-view-modal .wc-quick-view-content .thumbnail-navigation .swiper-wrapper {
  height: 62.25px;
}
.wc-quick-view-modal .wc-quick-view-content .thumbnail-navigation .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wc-quick-view-modal .wc-quick-view-content .thumbnail-navigation .swiper-button-next,
.wc-quick-view-modal .wc-quick-view-content .thumbnail-navigation .swiper-button-prev {
  background: #fff;
  height: 32px;
  width: 32px;
  border-radius: 32px;
  top: 55%;
}
.wc-quick-view-modal .wc-quick-view-content .thumbnail-navigation .swiper-button-next::after {
  font-size: 16px;
  color: #1a1a1a;
}
.wc-quick-view-modal .wc-quick-view-content .thumbnail-navigation .swiper-button-prev {
  left: 0;
}
.wc-quick-view-modal .wc-quick-view-content .thumbnail-navigation .swiper-button-prev::after {
  font-size: 16px;
  color: #1a1a1a;
}
.wc-quick-view-modal .wc-quick-view-content .thumbnail-navigation .swiper-button-next {
  right: 0;
}
.wc-quick-view-modal .wc-quick-view-content .product-main-slider {
  position: relative;
}
.wc-quick-view-modal .wc-quick-view-content .product-main-slider .swiper-slide {
  width: 360px;
  height: 360px !important;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .wc-quick-view-modal .wc-quick-view-content .product-main-slider .swiper-slide {
    height: auto !important;
  }
}
.wc-quick-view-modal .wc-quick-view-content .product-main-slider .swiper-slide a {
  border-radius: 10px;
}
.wc-quick-view-modal .wc-quick-view-content .product-main-slider .swiper-slide a img {
  width: 360px;
  aspect-ratio: 1/1;
  border-radius: 10px;
  height: unset;
}
.wc-quick-view-modal .wc-quick-view-content .product-share-container span,
.wc-quick-view-modal .wc-quick-view-content .product-share-container .line,
.wc-quick-view-modal .wc-quick-view-content .product-share-container .facebook,
.wc-quick-view-modal .wc-quick-view-content .product-share-container .copy {
  display: none;
}
.wc-quick-view-modal .wc-quick-view-content #event-information {
  display: none;
}
.wc-quick-view-modal .wc-quick-view-content .summary.entry-summary {
  width: 100%;
}

.child-product-category-header > div {
  border-bottom: 1px solid var(--gray-3_line, #c0b9b5);
  padding-bottom: 24px;
}
.child-product-category-header > div .child-product-category-header-title {
  color: var(--secondary, #80746a);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Noto Sans TC";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 32px */
  letter-spacing: 2px;
}
.child-product-category-header > div .content {
  color: var(--gray-1, #595757);
  /* headline 3 */
  font-family: "Noto Sans TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
  padding: 20px 0;
}
.child-product-category-header > div .child-description {
  color: var(--gray-1, #595757);
  /* headline 3 */
  font-family: "Noto Sans TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
  padding: 24px 0 0 0;
}
.child-product-category-header > div ul {
  gap: 8px;
  row-gap: 20px;
}
.child-product-category-header > div ul li a {
  color: var(--secondary, #80746a);
  border-radius: 48px;
  border: 1px solid var(--secondary, #80746a);
  padding: 4px 16px;
  font-family: "Noto Sans TC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.child-product-category-header > div ul li.active a {
  background-color: var(--secondary, #80746a);
  color: #fff;
}

.blank-space {
  height: 8px;
}

.result-count {
  color: var(--gray-1, #595757);
  float: left;
  /* body */
  font-family: "Noto Sans TC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 767px) {
  .result-count {
    padding-bottom: 20px;
  }
}
.result-count span {
  color: var(--gray-1, #595757);
  font-feature-settings: "liga" off, "clig" off;
  /* english 2 */
  font-family: "Noto Sans TC", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transform: translateY(2px);
  display: inline-flex;
}

.form-select-orderby {
  border-radius: 10px;
  background-color: #f5f4f2;
  color: var(--gray-1, #595757);
  /* headline 3 */
  font-family: "Noto Sans TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
  transform: translateY(5px);
}
@media (max-width: 767px) {
  .form-select-orderby {
    display: none;
  }
}

.form-select-orderby:focus {
  border-color: rgba(238, 120, 54, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(238, 120, 54, 0.25) !important;
}

.coupon-item {
  width: 100%;
  border-radius: 10px;
  background: var(--background-gray, #f5f4f2);
  cursor: pointer;
}
.coupon-item > div {
  display: flex;
  padding: 24px;
  gap: 8px;
  height: 168px;
}
@media (max-width: 767px) {
  .coupon-item > div {
    height: auto;
    flex-direction: column;
  }
}
.coupon-item > div .left-container {
  display: flex;
  flex-direction: column;
  width: 20%;
  max-width: 90px;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #c0b9b5;
  padding-right: 24px;
}
@media (max-width: 767px) {
  .coupon-item > div .left-container {
    width: 100%;
    max-width: 100%;
    padding-bottom: 15px;
    border: 0;
    border-bottom: 1px solid var(--gray-3_line, #c0b9b5);
  }
}
.coupon-item > div .right-container {
  flex: 1;
  padding-left: 24px;
  gap: 40px;
}
@media (max-width: 767px) {
  .coupon-item > div .right-container {
    width: 100%;
    padding: 0;
    gap: 10px;
    flex-direction: column;
  }
}
.coupon-item > div .right-container .left-container-expired {
  width: 80%;
}
@media (max-width: 767px) {
  .coupon-item > div .right-container .left-container-expired {
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--gray-3_line, #c0b9b5);
    width: 100%;
    max-width: 100%;
  }
}
.coupon-item > div .right-container .right-container-expired {
  flex: 1;
  max-width: 20%;
}
.coupon-item > div .right-container .right-container-expired.expired {
  display: flex;
  align-items: center;
  justify-content: center;
}
.coupon-item > div .right-container .right-container-expired .coupon-expiry span {
  color: var(--gray-2, #8b8a89);
  /* body */
  font-family: "Noto Sans TC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  display: block;
}
.coupon-item > div .right-container .right-container-expired .time-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.coupon-item > div .right-container .right-container-expired .time-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 70px;
}
.coupon-item > div .right-container .right-container-expired .time-box-up {
  transform: translateY(-10px);
}
.coupon-item > div .right-container .right-container-expired .number {
  color: var(--primary, #ee7836);
  /* body */
  font-family: "Noto Sans TC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.coupon-item > div .right-container .right-container-expired .label {
  color: var(--primary, #ee7836);
  /* body */
  font-family: "Noto Sans TC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.coupon-item > div .right-container .coupon-title {
  color: var(--secondary, #80746a);
  /* headline 2 */
  font-family: "Noto Sans TC";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.24px;
}
.coupon-item > div .right-container .coupon-subtitle {
  color: var(--gray-1, #595757);
  /* headline 3 */
  font-family: "Noto Sans TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
}
.coupon-item > div .right-container .coupon-description {
  overflow: hidden;
  color: var(--gray-1, #595757);
  text-overflow: ellipsis;
  margin-top: 11px;
  /* body */
  font-family: "Noto Sans TC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.de-add-to-cart-button {
  padding-top: 10px;
}
.de-add-to-cart-button a {
  color: var(--secondary, #80746a);
  font-family: "Noto Sans TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
}

.recommend-product-container {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .recommend-product-container {
    padding: 24px 24px 0 24px;
  }
}
.recommend-product-container > div {
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1320px) {
  .recommend-product-container > div {
    padding: 24px;
  }
}
.recommend-product-container > div h2 {
  color: var(--secondary, #80746a);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Noto Sans TC";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 32px */
  letter-spacing: 2px;
  padding-bottom: 30px;
}
.recommend-product-container > div .recommended-img .img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  background-color: #fff;
}
.recommend-product-container > div h3 {
  color: var(--gray-1, #595757);
  /* headline 3 */
  font-family: "Noto Sans TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
  padding-top: 24px;
  height: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.recommend-product-container > div .discount-price {
  color: var(--primary, #ee7836);
  font-feature-settings: "liga" off, "clig" off;
  /* english 2 */
  font-family: "Noto Sans TC", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: none;
}
.recommend-product-container > div .discount-price.active {
  display: block;
}
.recommend-product-container > div a.wc-favorite-button {
  position: absolute;
  bottom: 5px;
  width: 24px;
  height: 24px;
  right: 0;
  cursor: pointer !important;
  background: transparent !important;
  color: #c0b9b5;
}
@media (max-width: 767px) {
  .recommend-product-container > div a.wc-favorite-button {
    position: relative !important;
    float: right !important;
  }
}

.site-footer {
  margin-top: 170px;
}
@media (max-width: 767px) {
  .site-footer {
    margin-top: 60px;
  }
}

.product-category-new-arrivals {
  left: 0;
  position: absolute;
  padding: 24px 16px;
  width: 156px;
  min-height: 156px;
  background: var(--secondary, #80746a);
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .product-category-new-arrivals {
    position: static;
    width: 100%;
    transform: translateY(0);
  }
}
.product-category-new-arrivals .title {
  color: var(--gray-4, #dcdcdc);
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  /* english 1 */
  font-family: "Noto Sans TC", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 32px */
  border-bottom: 1px solid var(--gray-3_line, #c0b9b5);
  padding-bottom: 16px;
}
.product-category-new-arrivals .sub-title {
  color: var(--gray-3_line, #c0b9b5);
  text-align: center;
  /* headline 3 */
  font-family: "Noto Sans TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
  text-align: center;
  display: block;
}

.product-category-swiper-container {
  clear: both;
  display: flex;
  justify-content: flex-end;
  position: relative;
  margin-bottom: 60px;
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .product-category-swiper-container {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .product-category-swiper-container > div:first-child {
    width: 100% !important;
    padding: 12px;
  }
}
.product-category-swiper-container .product-category-swiper-button-next,
.product-category-swiper-container .product-category-swiper-button-prev {
  background: var(--white);
  height: 20px;
  width: 20px;
  border-radius: 40px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0), 1px 1px 1px 0px rgba(0, 0, 0, 0.01), 1px 1px 1px 0px rgba(0, 0, 0, 0.05), 0px 0px 1px 0px rgba(0, 0, 0, 0.09);
  z-index: 100;
}
.product-category-swiper-container .product-category-swiper-slide-img {
  background-color: #fff;
}
.product-category-swiper-container .product-category-swiper-button-prev {
  left: 8%;
}
@media (min-width: 768px) and (max-width: 1320px) {
  .product-category-swiper-container .product-category-swiper-button-prev {
    left: 20%;
  }
}
@media (max-width: 767px) {
  .product-category-swiper-container .product-category-swiper-button-prev {
    left: 0;
  }
}
.product-category-swiper-container .product-category-swiper-button-next {
  right: 0;
}
.product-category-swiper-container > div:first-child {
  position: relative;
  width: 90%;
  background-color: #f5f4f2;
  padding: 24px 0;
  padding-left: 10%;
  padding-right: 24px;
}
@media (min-width: 768px) and (max-width: 1320px) {
  .product-category-swiper-container > div:first-child {
    padding-left: 22%;
  }
}
.product-category-swiper-container > div:first-child h3 {
  padding-top: 8px;
  color: var(--gray-1, #595757);
  /* headline 3 */
  font-family: "Noto Sans TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.original-price {
  color: var(--gray-3_line, #c0b9b5);
  font-family: "Noto Sans TC", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: strikethrough;
}

.close-mobile-product-categories-sidebar-container {
  position: fixed;
  z-index: 5000;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #ddd;
}

.current-category-title {
  display: none;
}
@media (max-width: 767px) {
  .current-category-title {
    display: block;
  }
}

.recommended-price {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: flex-end;
  margin-top: 8px;
}
@media (min-width: 768px) and (max-width: 1320px) {
  .recommended-price {
    display: flex;
    flex-direction: column;
  }
}
.product-thumbs-wrapper .swiper-slide-active img {
  border: 2px solid var(--primary);
}
@media (max-width: 767px) {
  .product-thumbs-wrapper {
    display: none;
  }
}

.screen-reader-text {
  display: none;
}

.wc-quick-view-modal .price {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 16px;
}
.wc-quick-view-modal .price ins {
  text-decoration: none;
  color: var(--gray-3_line, #c0b9b5);
  font-family: "Noto Sans TC", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: strikethrough;
}
.wc-quick-view-modal .price del {
  font-size: 14px;
  color: var(--gray-3_line, #c0b9b5);
  font-family: "Noto Sans TC", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: strikethrough;
}
.wc-quick-view-modal .price del * {
  color: var(--gray-3_line, #c0b9b5);
  font-family: "Noto Sans TC", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: strikethrough;
}
.wc-quick-view-modal .price del span.woocommerce-Price-amount.amount {
  font-size: 14px;
}

#mobile-woocommerce-ordering {
  position: fixed;
  max-height: 300px;
  width: 90%;
  z-index: 10000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 24px;
  border-radius: 10px;
  overflow: hidden;
  display: none;
}
@media (max-width: 767px) {
  #mobile-woocommerce-ordering {
    padding: 10px;
    display: none;
  }
}
#mobile-woocommerce-ordering.active {
  display: block;
}
#mobile-woocommerce-ordering .woocommerce-ordering {
  float: unset;
}
#mobile-woocommerce-ordering .woocommerce-ordering select {
  width: 100%;
}
#mobile-woocommerce-ordering .woocommerce-ordering {
  margin-bottom: 0;
}
#mobile-woocommerce-ordering input[type=submit] {
  width: 100%;
  border-radius: 5px;
  color: #fff;
  /* body */
  font-family: "Noto Sans TC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  background-color: #ee7836;
  border: none;
  padding: 10px 0;
}

#shop-header-menu {
  display: none;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #shop-header-menu {
    display: block !important;
  }
}
#shop-header-menu ul {
  gap: 16px;
}
#shop-header-menu ul li {
  position: relative;
  width: 33%;
  padding: 16px 0;
  color: var(--secondary, #80746a);
  /* body */
  font-family: "Noto Sans TC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#shop-header-menu ul li .title {
  color: #ccc;
}
#shop-header-menu ul li .sub-title {
  padding-right: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#shop-header-menu ul li#shop-header-menu-filter {
  position: relative;
}
#shop-header-menu ul li#shop-header-menu-filter:after {
  position: absolute;
  height: 50%;
  content: "";
  display: block;
  width: 1px;
  top: 0;
  transform: translateY(50%) translateX(-20px);
  background-color: var(--secondary, #80746a);
}
#shop-header-menu ul li#shop-header-menu-filter:before {
  position: absolute;
  height: 50%;
  content: "";
  display: block;
  width: 1px;
  top: 0;
  right: 0;
  transform: translateY(50%);
  background-color: var(--secondary, #80746a);
}
#shop-header-menu ul li i {
  position: absolute;
  right: 16px;
  bottom: 16px;
}

.mobile-product-categories-sidebar-container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 20px 20px 0 0;
  background-color: #fff;
  height: 500px;
  overflow: scroll;
  z-index: 10000;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  display: none;
}
.mobile-product-categories-sidebar-container.active {
  display: block;
}
.mobile-product-categories-sidebar-container ul.product-categories {
  padding-bottom: 50px;
}
.mobile-product-categories-sidebar-container a.active {
  color: #EE7836 !important;
}
.mobile-product-categories-sidebar-container a.active span {
  color: #EE7836 !important;
}
.mobile-product-categories-sidebar-container li a,
.mobile-product-categories-sidebar-container li span {
  display: block;
  color: var(--gray-1, #595757);
  font-family: "Noto Sans TC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.mobile-product-categories-sidebar-container li a {
  padding: 16px;
}
.mobile-product-categories-sidebar-container li a.active {
  color: #595757;
  font-weight: 700;
}
.mobile-product-categories-sidebar-container li a.active span {
  font-weight: 700;
}
.mobile-product-categories-sidebar-container li.parent > span {
  display: block;
  padding: 16px;
}
.mobile-product-categories-sidebar-container li.parent > span.active {
  color: #595757;
  font-weight: 700;
}
.mobile-product-categories-sidebar-container li.child {
  position: relative;
  padding-left: 20px;
  border-left: 1px solid #ccc;
}
.mobile-product-categories-sidebar-container li.child.active > span {
  font-weight: 700;
}
.mobile-product-categories-sidebar-container li.child > span {
  position: relative;
  display: block;
  padding: 16px;
}
.mobile-product-categories-sidebar-container li.child > span.active {
  color: #595757;
}
.mobile-product-categories-sidebar-container .children {
  position: relative;
  display: none;
  padding-left: 20px;
}
.mobile-product-categories-sidebar-container .children.active {
  display: block;
}
.mobile-product-categories-sidebar-container .children.active .children-2 li.active a {
  font-weight: 700;
  color: #EE7836 !important;
}
.mobile-product-categories-sidebar-container .children.active .child > span.active {
  font-weight: 700;
}
.mobile-product-categories-sidebar-container .children > li.active > a {
  color: #EE7836 !important;
  font-weight: 700;
}
.mobile-product-categories-sidebar-container .children-2 {
  display: none;
  padding-left: 20px;
}
.mobile-product-categories-sidebar-container .children-2 li {
  border-left: 1px solid #ccc;
}
.mobile-product-categories-sidebar-container .children-2.active {
  display: block;
}
.mobile-product-categories-sidebar-container .children-2.active .active a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .mobile-product-categories-sidebar-container .product-categories-sidebar {
    height: 300px;
    overflow: scroll;
  }
}
@media (max-width: 767px) {
  .mobile-product-categories-sidebar-container .product-categories-sidebar.active {
    display: block;
  }
}
.mobile-product-categories-sidebar-container #close-mobile-product-categories-sidebar {
  width: 90%;
  border-radius: 5px;
  color: #fff;
  /* body */
  font-family: "Noto Sans TC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  background-color: #ee7836;
  border: none;
  padding: 10px 0;
}
.mobile-product-categories-sidebar-container #close-mobile-product-categories-sidebar:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

@media (max-width: 767px) {
  .woocommerce ul.products[class*=columns-] li.product,
  .woocommerce-page ul.products[class*=columns-] li.product {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .de-swatches-wrapper {
    flex-wrap: wrap !important;
  }
}

@media (max-width: 767px) {
  table th {
    width: 20%;
  }
}

a.button.product_type_simple {
  display: none !important;
}

@media (max-width: 767px) {
  .product-price-filter .price-range-inputs {
    justify-content: flex-start !important;
    gap: 16px;
  }
}
.product-price-filter .price-range-inputs > div {
  flex-wrap: nowrap !important;
}
@media (max-width: 767px) {
  .product-price-filter .price-range-inputs > div input {
    width: 85%;
  }
}

.product-price-filter {
  padding: 0 !important;
}
@media (max-width: 767px) {
  .product-price-filter {
    padding: 0 24px !important;
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1320px) {
  .product-price-filter .title {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .product-price-filter .title h3 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .product-price-filter.active {
    display: block;
  }
}
@media (max-width: 767px) {
  .product-price-filter button[type=submit] {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .product-price-filter.active {
    display: block;
    margin-top: 10px !important;
  }
}

@media (max-width: 767px) {
  .product-price-filter button {
    width: 100%;
    border-radius: 5px;
    color: #fff;
    /* body */
    font-family: "Noto Sans TC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    background-color: #ee7836;
    border: none;
    padding: 10px 0;
  }
}

@media (max-width: 768px) {
  .wc-quick-view-modal {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1320px) {
  .wc-quick-view-overlay > div {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .wc-quick-view-overlay > div {
    width: 90%;
  }
}

@media (max-width: 768px) {
  .wc-quick-view-modal {
    height: 78vh;
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .wc-quick-view-overlay > div .wc-quick-view-close {
    top: -28px;
  }
}

.relates-product-container ul {
  gap: 16px;
  padding-top: 16px;
  width: 100%;
}
@media (max-width: 767px) {
  .relates-product-container ul {
    flex-wrap: nowrap !important;
    overflow: scroll;
    padding-bottom: 16px;
  }
}
.relates-product-container ul li {
  width: fit-content;
}
.relates-product-container ul li a {
  background-color: #F8F8F8;
  padding: 8px 12px;
  display: block;
  olor: var(--gray-1, #595757);
  font-family: "Noto Sans TC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  text-align: center;
  color: var(--gray-1, #595757);
  border-radius: 50px;
}
@media (max-width: 767px) {
  .relates-product-container ul li a {
    white-space: nowrap;
  }
}

.coupon-list {
  width: 100%;
  gap: 24px;
}

/* 優惠券卡片 */
.modern-coupon {
  position: relative;
  background-color: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border-radius: 0.75rem; /* 12px */
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 100%;
  /* 製作票券缺口的偽元素 */
  /* 卡片上半部 */
  /* 左側視覺區塊 */
  /* "線上限定" 標籤 */
  /* 右側文字說明區 */
  /* 分隔線與下半部 */
}
@media (max-width: 767px) {
  .modern-coupon {
    width: 100%;
  }
}
.modern-coupon::before, .modern-coupon::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #f0f2f5;
  border-radius: 50%;
  /* 60% 是上半部區塊的大約高度，-10px 是半徑 */
  top: calc(60% + 8px);
}
.modern-coupon::before {
  left: -10px;
}
.modern-coupon::after {
  right: -10px;
}
.modern-coupon .coupon-top-section {
  display: flex;
  padding: 1rem; /* 16px */
  flex-basis: 60%;
}
.modern-coupon .coupon-main {
  flex-shrink: 0;
  margin-right: 1rem; /* 16px */
  position: relative;
  width: 6rem; /* 96px */
  height: 6rem; /* 96px */
  display: flex;
  align-items: center;
  justify-content: center;
}
.modern-coupon .tag {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  color: #fff;
  font-size: 0.75rem; /* 12px */
  font-weight: 700;
  padding: 0.25rem 1rem 0.25rem 0.5rem; /* 4px 8px */
  border-top-left-radius: 0.5rem; /* 8px */
  clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
}
.modern-coupon img {
  aspect-ratio: 1/1;
}
.modern-coupon .title {
  text-align: center;
  color: #fff;
  font-weight: 700;
}
.modern-coupon .title .amount {
  font-size: 3rem; /* 48px */
}
.modern-coupon .title .unit {
  font-size: 1.5rem; /* 24px */
}
.modern-coupon .info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.modern-coupon .info-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.modern-coupon .name {
  font-size: 1.5rem; /* 24px */
  font-weight: 700;
  color: #1f2937;
}
.modern-coupon .subtitle {
  font-size: 0.875rem; /* 14px */
  color: #4b5563;
  margin-top: 0.5rem; /* 8px */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.modern-coupon .description {
  font-size: 0.75rem; /* 12px */
  color: #9ca3af;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.modern-coupon .coupon-bottom-section {
  border-top: 2px dashed #e5e7eb;
  flex-basis: 40%;
  padding: 1rem; /* 16px */
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #FCFCFC;
}
.modern-coupon .expiry {
  font-size: 0.875rem; /* 14px */
  color: #6b7280;
}
.modern-coupon .expiry span {
  font-weight: 600;
  color: #ee7836;
}

.product-content-container {
  padding-bottom: 16px;
}

label {
  color: var(--secondary, #80746a);
  font-family: "Noto Sans TC";
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  letter-spacing: 1px !important;
}
