@charset "UTF-8";
@font-face {
  font-family: "Newsreader";
  src: url("../fonts/Newsreader-Regular.eot");
  src: url("../fonts/Newsreader-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Newsreader-Regular.woff") format("woff"), url("../fonts/Newsreader-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "NewsreaderNumber";
  src: url("../fonts/Newsreader-300.ttf");
  font-style: normal;
  font-weight: 300;
  unicode-range: U+30-39;
}
@font-face {
  font-family: "CormorantGaramond";
  src: url("../fonts/CormorantGaramond-Light.ttf") format("truetype");
  font-style: normal;
  /*font-weight: 300;*/
}
@font-face {
  font-family: "CormorantGaramond";
  src: url("../fonts/CormorantGaramond-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
/*
@font-face {
  font-family: "CormorantGaramond";
  src: url("../fonts/CormorantGaramond-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "CormorantGaramond";
  src: url("../fonts/CormorantGaramond-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "CormorantGaramond";
  src: url("../fonts/CormorantGaramond-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}
*/
@font-face {
  font-family: "RedHatDisplay";
  src: url("../fonts/RedHatDisplay-Light.eot");
  src: url("../fonts/RedHatDisplay-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/RedHatDisplay-Light.woff") format("woff"), url("../fonts/RedHatDisplay-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "RedHatDisplay";
  src: url("../fonts/RedHatDisplay-Regular.eot");
  src: url("../fonts/RedHatDisplay-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/RedHatDisplay-Regular.woff") format("woff"), url("../fonts/RedHatDisplay-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "RedHatDisplay";
  src: url("../fonts/RedHatDisplay-Medium.eot");
  src: url("../fonts/RedHatDisplay-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/RedHatDisplay-Medium.woff") format("woff"), url("../fonts/RedHatDisplay-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "RedHatDisplay";
  src: url("../fonts/RedHatDisplay-SemiBold.eot");
  src: url("../fonts/RedHatDisplay-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/RedHatDisplay-SemiBold.woff") format("woff"), url("../fonts/RedHatDisplay-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "RedHatDisplay";
  src: url("../fonts/RedHatDisplay-ExtraBold.eot");
  src: url("../fonts/RedHatDisplay-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/RedHatDisplay-ExtraBold.woff") format("woff"), url("../fonts/RedHatDisplay-ExtraBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 800;
}
.custom-select {
  position: relative;
  font-family: var(--site-font);
  font-size: 17px;
  font-weight: 400;
  line-height: 21.25px;
  letter-spacing: 0.04em;
  text-align: left;
  color: #5C5C5C;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #A1A1A1;
  outline: none;
  width: 287px;
  height: 56px;
  /* Adjust width as needed */
  -webkit-appearance: none;
  /* Removes default styling for WebKit browsers */
  -moz-appearance: none;
  /* Removes default styling for Firefox */
  appearance: none;
  /* Removes default styling */
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.59961 12.6527L16.2663 19.3564L22.9329 12.6527" fill="%235C5C5C"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 50px;
}
@media (max-width: 992px) {
  .custom-select {
    width: 100%;
  }
}

/* Optionally style the focus state */
.custom-select:focus {
  border-color: #000;
  border-bottom: 2px solid #000;
  /* Highlighting focus */
}

.no-review {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 100px;
}

.filters-and-clear {
  display: flex;
  justify-content: space-between;
  margin-top: 120px;
  margin-bottom: 60px;
  align-items: center;
  gap: 20px;
}
@media (max-width: 992px) {
  .filters-and-clear {
    margin-top: 60px;
    margin-bottom: 30px;
    justify-content: unset;
    flex-direction: column;
  }
}
.filters-and-clear .filters {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
@media (max-width: 992px) {
  .filters-and-clear .filters {
    width: 100%;
    flex-direction: column;
  }
  .filters-and-clear .filters > div {
    width: 100%;
  }
}
.filters-and-clear .clear-filter {
  display: flex;
  cursor: pointer;
}
.filters-and-clear .clear-filter.hide {
  display: none;
}
.filters-and-clear .clear-filter .txt {
  margin-left: 5px;
  color: #A1A1A1;
  white-space: nowrap;
}
@media (min-width: 992px) and (max-width: 1107px) {
  .filters-and-clear .clear-filter .txt {
    display: none;
  }
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  max-width: 1086px;
  width: 100%;
  margin: 0 auto;
}

.grid-item {
  max-width: 99%;
  background-color: #f4f4f4;
  margin: 5px;
  padding: 32px;
  box-sizing: border-box;
  cursor: pointer;
}
.grid-item .info .prod-and-media {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #5C5C5C;
  font-family: "RedHatDisplay", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  font-size: 15px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.04em;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.grid-item .info .prod-and-media .media {
  white-space: nowrap;
}
.grid-item .info img {
  width: 120px;
  height: 120px;
}
.grid-item h2 {
  font-family: "NewsreaderNumber", "CormorantGaramond", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  font-size: 30px;
  font-weight: 400;
  line-height: 37.5px;
  text-align: left;
}
.grid-item .golden_bar {
  width: 90px;
  margin-top: 10px;
}
.grid-item .golden_bar hr {
  border: 0px;
  border-bottom: 1px solid #CEB175;
  text-align: left;
}
.grid-item .date-and-arrow {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.grid-item .date-and-arrow .created {
  color: #A1A1A1;
  font-family: "RedHatDisplay", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  letter-spacing: 0.04em;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

@media (max-width: 992px) {
  .grid-container {
    grid-template-columns: 1fr;
  }
}
.pagination {
  margin-top: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .prev-btn {
  margin-right: -2px;
}
.pagination .prev-btn svg {
  margin-bottom: -10px;
}
.pagination .next-btn svg {
  margin-bottom: -10px;
}
.pagination .page-circle {
  margin-bottom: -10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.pagination .page-circle .page-num {
  position: absolute;
  top: 20px;
  margin-left: -5px;
  font-family: "CormorantGaramond";
  font-size: 40px;
  font-weight: 400;
  line-height: 48.44px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.pagination .slash {
  font-family: CormorantGaramond;
  color: #A1A1A1;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  margin-left: -18px;
}
.pagination .total-page {
  color: #5C5C5C;
  margin-left: 12px;
  margin-right: 25px;
  font-family: CormorantGaramond;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

footer {
  background-color: transparent;
}

.page {
  padding-top: 90px;
  padding-bottom: 100px;
}
@media screen and (max-width: 991px) {
  .page {
    padding-bottom: 85px;
  }
}
.page .top-banner {
  margin-top: 20px;
  margin-bottom: 100px;
  max-width: 100%;
  width: 100%;
  height: 320px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page .top-banner .img-container {
  display: flex;
  justify-content: center;
  align-items: center;
  /*max-width: 100%;*/
  /*width: fit-content;*/
  height: 320px;
  /*border-radius: 40px;*/
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .page .top-banner .img-container {
    height: 200px;
    /*border-radius: 20px;*/
    overflow: hidden;
  }
}
.page .top-banner img {
  /*max-width: 100%;*/
  width: 1440px;
}
@media screen and (max-width: 991px) {
  .page .top-banner {
    margin-bottom: 60px;
    height: 200px;
    /*border-radius: 20px;*/
    overflow: hidden;
  }
}
.page .com-intro {
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .page .com-intro {
    margin-bottom: 40px;
  }
}
.page .filter-container {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
  justify-content: left;
  margin-bottom: 80px;
}
@media screen and (max-width: 991px) {
  .page .filter-container {
    margin-bottom: 28px;
  }
}
.page .filter-container .filter {
  color: #5C5C5C;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .page .filter-container .filter:not(:last-child) {
    margin-right: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .page .filter-container .filter:not(:last-child) {
    margin-right: 70px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .page .filter-container .filter:not(:last-child) {
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .page .filter-container .filter {
    width: 33.33%;
    padding-right: 10px;
  }
}
.page .filter-container .filter.active {
  color: #CEB175;
}
.page .filter-container .filter.active .txt:after {
  width: 100%;
  background-color: #CEB175;
}
.page .filter-container .filter:hover:not(.active) .txt:after {
  width: 100%;
  opacity: 0.8;
}
.page .filter-container .filter .txt {
  position: relative;
  font-size: 1.375em;
  line-height: 1.25;
  letter-spacing: 0em;
  text-transform: capitalize;
}
@media screen and (max-width: 991px) {
  .page .filter-container .filter .txt {
    font-size: 1em;
  }
}
.page .filter-container .filter .txt:after {
  content: "";
  position: absolute;
  display: block;
  background-color: #5C5C5C;
  height: 1px;
  width: 0;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 991px) {
  .page .filter-container .filter .total {
    font-size: 0.75em;
  }
}
@media screen and (min-width: 992px) {
  .page .listing .com-item:nth-last-child(1), .page .listing .com-item:nth-last-child(2) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .page .listing .com-item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .page .listing .com-item .com-btn {
    display: none;
  }
}/*# sourceMappingURL=product-preview.css.map */