main,
.productMain {
  width: 100%;
}

section {
  width: 81%;
  margin: 0 auto;
  display: flex;
}

article.detail {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding-top: 105px;
  row-gap: 105px;
}
article.detail.no-product {
  padding-bottom: 105px;
}
article.detail .post {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
article.detail .post .right {
  width: 56.14%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
article.detail .post .left {
  width: 43.86%;
}
article.detail .post .left .img {
  width: 100%;
  aspect-ratio: 1/1;
  background-size: cover !important;
  border-radius: 6px;
}
article.detail .post .right h6 {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 1px;
  text-align: left;
  color: #FFA70B;
}
article.detail .post .right h2 {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: 1px;
  text-align: left;
  color: E28D05;
}
article.detail .post .right .line-container {
  position: relative;
  background: rgb(217, 217, 217);
  height: 1px;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 40px;
}
article.detail .post .right .line-container .line {
  position: absolute;
  background: #FFA70B;
  height: 2px;
  width: 10%;
  top: -0.5px;
  left: 0;
}
article.detail .post .right p {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 1px;
  text-align: justify;
  color: rgb(113, 112, 113);
}
article.detail .post .right .item {
  margin-top: 40px;
}
article.detail .post .right .item ol {
  display: flex;
  flex-wrap: wrap;
}
article.detail .post .right .item ol li {
  margin-top: 40px;
  margin-right: 40px;
}
article.detail .post .right .item ol li p:first-child {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: justify;
  color: #000;
}
article.detail .post .right .item ol li p:first-child small {
  font-size: 14px;
}
article.detail .post .right .item ol li p:last-child {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 1px;
  text-align: justify;
  color: rgb(113, 112, 113);
}
article.detail .post.odd .left {
  order: 2;
}
article.detail .post.odd .right {
  order: 1;
  padding-right: 80px;
}
article.detail .post.even .right {
  padding-left: 80px;
}
article:not(.detail) {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding-top: 105px;
  padding-bottom: 105px;
}
article:not(.detail) a {
  width: calc((100% - 48px) / 3);
  border: 1px solid #dbdbdb;
  background: rgba(226, 141, 5, 0);
  cursor: pointer;
}
article:not(.detail) a:hover {
  background: #E28D05;
}
article:not(.detail) a:hover h2 {
  color: #fff;
}
article:not(.detail) a:hover p {
  color: rgb(38, 37, 36);
}
article:not(.detail) .article-img {
  width: 100%;
  background-size: cover;
  aspect-ratio: 310/285;
}
article:not(.detail) .article div {
  width: 100%;
}
article:not(.detail) h2 {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 1px;
  color: rgb(38, 37, 36);
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all 0.5s ease-in-out;
  text-align: center;
}
article:not(.detail) p {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 1px;
  text-align: left;
  color: rgb(113, 112, 113);
}

.article p {
  width: 100%;
}

.product-detail {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 81%;
  max-width: 1300px;
  height: 600px;
  background: #fff;
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  z-index: 500;
  padding: 26px 50px 65px;
  overflow: hidden;
}
.product-detail > div {
  position: relative;
}
.product-detail > div h2 {
  color: #000;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 52px;
  /* 118.182% */
  letter-spacing: 4px;
  padding-bottom: 24px;
}
.product-detail > div .meta-container {
  position: relative;
  display: flex;
  gap: 24px;
  min-height: 385px;
}
.product-detail > div .meta-container .swiper-products-container {
  width: 50%;
}
.product-detail > div .meta-container .swiper-products-container .productsSwiper-pagination {
  position: absolute;
  display: flex;
  justify-content: center;
  z-index: 500;
}
.product-detail > div .meta-container .swiper-products-container .productsSwiper-pagination .swiper-pagination-bullet {
  background: #FFA70B;
}
.product-detail > div .meta-container .swiper-products-container .swiper-products {
  width: 100%;
  height: 100%;
}
.product-detail > div .meta-container .swiper-products-container .swiper-products .swiper-slide {
  width: 50%;
  height: 100%;
}
.product-detail > div .meta-container .swiper-products-container .swiper-products .swiper-slide .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.product-detail > div .meta-container .meta {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product-detail > div .meta-container .meta button {
  display: flex;
  padding: 12px 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  background: #FFA70B;
  cursor: pointer;
  transition: background 0.3s ease-in-out;
}
.product-detail > div .meta-container .meta button a {
  color: white;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
  letter-spacing: 1px;
}
.product-detail > div .meta-container .meta button:hover {
  background: #E28D05;
}
.product-detail > div .meta-container .meta .subtitle {
  color: #FFA70B;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 1px;
  padding-bottom: 24px;
}
.product-detail > div .meta-container .meta .description {
  color: #717071;
  text-align: justify;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 1px;
  padding-bottom: 24px;
}
.product-detail .close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 24px;
  color: #000;
  cursor: pointer;
}

.wrapper {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 400;
}

@media (max-width: 768px) {
  main section {
    width: 100%;
    padding: 0 24px;
  }
  main section article.detail {
    padding: 24px 0;
  }
  main section article.detail .post {
    flex-direction: column;
    width: 100%;
    gap: 24px;
  }
  main section article.detail .post .left {
    width: 100%;
  }
  main section article.detail .post .right {
    width: 100%;
    padding-left: 0 !important;
    order: 2 !important;
  }
  main section article.products {
    flex-direction: column;
    padding: 24px 0;
  }
  main section article.products a {
    width: 100%;
  }
  .product-detail {
    width: 90%;
    padding: 24px;
    height: unset;
    top: 54%;
    height: 85%;
    max-height: 660px;
    justify-content: start;
  }
  .product-detail > div h2 {
    font-size: 36px;
  }
  .product-detail > div .meta-container {
    flex-direction: column;
  }
  .product-detail > div .meta-container .swiper-products-container {
    width: 100%;
    aspect-ratio: 3/2;
  }
  .product-detail > div .meta-container .meta {
    gap: 24px;
  }
  .product-detail > div .meta-container .meta .description {
    height: 135px;
    overflow-y: auto;
  }
  article.detail.no-product {
    padding-bottom: 24px;
  }
  .product-detail > div h2 {
    padding-top: 24px;
    padding-bottom: 0px;
  }
}
@media (max-width: 375px) {
  .product-detail > div .meta-container .meta .description {
    height: 100px;
  }
}
/*# sourceMappingURL=product-main.css.map */