.product_card_list .product_list {
  color: #333333;
  justify-content: center;
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  padding: 0;
}

.product_card_list .product_list > .product_card_item {
  box-sizing: border-box;
  padding: 20px;
  position: relative;
  background: linear-gradient(
    140deg,
    rgb(255, 255, 251) 13%,
    rgb(255, 255, 255) 22%,
    rgb(246, 244, 244) 100%
  );
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0;
}
.product_card_list .product_list > .product_card_item:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transition: none;
}
.product_card_list .product_list .label {
  display: inline-block;
  font-size: 12px;
  font-weight: 300;
  color: #aaa;
  margin-bottom: 8px;
}
.product_card_list .product_list .label.new {
  display: none;
}
.product_card_list .product_list .label.label_le {
  color: #724a00;
  background-color: #ede0c0;
  font-size: 11px;
  padding: 3px 4px;
  align-self: flex-start;
  letter-spacing: 0.5px;
  position: absolute;
  top: -20px;
}
.product_card_list .product_list .action_box {
  position: absolute;
  top: 20px;
  right: 20px;
  min-width: inherit;
  border: 0px;
  z-index: 0;
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  /* min-width: 246px; */
  opacity: 1;
  flex-direction: column;
  gap: 8px;
  z-index: 1;
}

.product_card_list .product_list > .product_card_item:hover .action_box {
  opacity: 1;
}
.product_card_list .product_list .action_box > div {
  margin: 0 1px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex: 0 0 auto;
}
.product_card_list .product_list .action_box .addtofav_pos {
  z-index: 5;
  background-position: center;
  position: relative;
  top: 0;
  right: 0;
}
.product_card_list .product_list .action_box .but_other {
  color: #333;
}
.product_card_list .product_list .action_box .compare {
  top: 0;
  right: 0;
  width: 20px !important;
  height: 20px;
  background-size: 90%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2733.7%27 height=%2728.514%27 viewBox=%270 0 33.7 28.514%27%3E%3Cg id=%27Group_1179%27 data-name=%27Group 1179%27 transform=%27translate%28-16764.743 1672.257%29%27%3E%3Cg id=%27Group_1177%27 data-name=%27Group 1177%27 transform=%27translate%2816766.5 -1653.5%29%27%3E%3Cline id=%27Line_476%27 data-name=%27Line 476%27 x2=%2730.187%27 transform=%27translate%280 4%29%27 fill=%27none%27 stroke=%27%237f7f7f%27 stroke-linecap=%27round%27 stroke-width=%272.5%27/%3E%3Cline id=%27Line_477%27 data-name=%27Line 477%27 x2=%275%27 y2=%274%27 transform=%27translate%2825.187%29%27 fill=%27none%27 stroke=%27%237f7f7f%27 stroke-linecap=%27round%27 stroke-width=%272.5%27/%3E%3Cline id=%27Line_478%27 data-name=%27Line 478%27 x1=%275%27 y2=%274%27 transform=%27translate%2825.187 4%29%27 fill=%27none%27 stroke=%27%237f7f7f%27 stroke-linecap=%27round%27 stroke-width=%272.5%27/%3E%3C/g%3E%3Cg id=%27Group_1178%27 data-name=%27Group 1178%27 transform=%27translate%2816766.5 -1670.5%29%27%3E%3Cline id=%27Line_476-2%27 data-name=%27Line 476%27 x1=%2730.187%27 transform=%27translate%280 4%29%27 fill=%27none%27 stroke=%27%237f7f7f%27 stroke-linecap=%27round%27 stroke-width=%272.5%27/%3E%3Cline id=%27Line_477-2%27 data-name=%27Line 477%27 x1=%275%27 y2=%274%27 fill=%27none%27 stroke=%27%237f7f7f%27 stroke-linecap=%27round%27 stroke-width=%272.5%27/%3E%3Cline id=%27Line_478-2%27 data-name=%27Line 478%27 x2=%275%27 y2=%274%27 transform=%27translate%280 4%29%27 fill=%27none%27 stroke=%27%237f7f7f%27 stroke-linecap=%27round%27 stroke-width=%272.5%27/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: center;
  box-shadow: 0 10px 30px #f5f5f5;
  position: relative;
  display: none;
}
.product_card_list .product_list .thumb {
  width: 100%;
  padding-bottom: 90px;
  text-align: center;
  border-radius: 0;
  cursor: pointer;
  position: relative;
}

.product_card_list .product_list .thumb .primary_img {
  opacity: 1;
}
.product_card_list .product_list .thumb .hover_img {
  opacity: 0;
}
.product_card_list .product_list .product_card_item:hover .thumb .primary_img {
  opacity: 0;
}
.product_card_list .product_list .product_card_item:hover .thumb .hover_img {
  opacity: 1;
}
.product_card_list .product_list .thumb .primary_img,
.product_card_list .product_list .thumb .hover_img {
  transition: none;
}

.product_card_list .product_list .switch_wrapper .p_img2 {
  opacity: 1;
}
.product_card_list .product_list .switch_wrapper .hover_img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}
.product_card_list .product_list .thumb img {
  max-width: 80%;
  max-height: 100%;
  margin: 0 auto;
  height: auto;
  display: inline-block;
  -webkit-mix-blend-mode: multiply;
  mix-blend-mode: multiply;
  border: 0;
}
.product_card_list .product_list .thumb:hover::before {
  display: none;
}
.product_card_list .product_list .profile {
  padding: 5px 0;
  font-size: 16px;
  font-family: "Montserrat", "Noto Sans SC", chinese;
  text-align: left;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: flex-start;
  position: relative;
}

.product_card_list .product_list .info_tc {
  padding-bottom: 2px;
}
.product_card_list .product_list .brand {
  font-weight: bold;
  font-size: 13px;
  color: #303030;
  margin: 0;
}
.product_card_list .product_list .name {
  font-weight: 400;
  font-size: 13px;
  overflow: hidden;
  color: #303030;
  margin: 0;
  padding-bottom: 0;
}

.product_card_list .product_list > .product_card_item:hover .name {
  box-shadow: unset;
}
.product_card_list .product_list .info_en {
  font-size: 12px;
  font-weight: 600;
}

.product_card_list .product_list .property {
  display: flex;
  align-items: center;
  min-height: 55px;
  margin-bottom: 0;
  text-align: center;
  font-family: "Montserrat", "Noto Sans SC", chinese;
  font-size: 16px;
  color: #606060;
  display: none;
}
.product_card_list .product_list .option_box {
  color: #666666;
  display: table;
  padding: 0 !important;
  margin: 10px 0 20px 0;
  font-size: 12px;
  font-weight: 400;
}
.product_card_list .product_list .price_box {
  display: flex;
  position: relative;
  align-items: flex-start;
  justify-content: center;
  margin-top: auto;
}
.product_card_list .product_list .price {
  display: table;
  margin-left: 30px !important;
  font-size: 15px;
}

/*button style start*/
.product_card_list .product_list .btn_action,
.product_card_list .product_list .add_cart_restricted {
  width: auto;
  height: auto;
  cursor: pointer;
  padding: 5px 12px 7px;
  font-size: 13px;
  border-radius: 4px;
  letter-spacing: 0.5px;
  min-height: 32px;
  position: absolute;
  bottom: 30px;
  right: 20px;
  display: flex;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  background: #b48c18;
  text-align: center;
}

.product_card_list .product_list .btn_action.btn_add_cart {
  background: #b48c18;
}
.product_card_list .product_list .btn_action.add_cart_restricted.btn_sold_out {
  background-color: #333;
}
.product_card_list .product_list .btn_action.btn_coming_soon {
  background-color: #ebdfc1;
  color: #724a00;
}
.product_card_list .product_list .btn_action.btn_gold_exclusive {
  background-image: url("/library/images/tc/icon/button/cta_gold_exclusive.svg?123");
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
}
.product_card_list .product_list .btn_action.btn_platinum_exclusive {
  background-image: url("/library/images/tc/icon/button/cta_platinum_exclusive.svg?123");
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
}
.product_card_list .product_list .btn_action.btn_goldnplatinum_exclusive {
  background-image: url("/library/images/tc/icon/button/cta_gold&platinum_exclusive.svg?123");
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
}
.product_card_list .product_list .btn_action.btn_timeclub_mini_exclusive {
  background: white;
  border: 1px solid #b48c18;
  color: #684d0e;
}

.product_card_list .product_list .btn_action.btn_timeclub_mini_exclusive span {
  text-transform: none;
}
.product_card_list
  .product_list
  .btn_action.btn_timeclub_mini_exclusive
  .tcm_icon {
  background-image: url("/library/images/tc/icon/button/cta_timeclubmini_exclusive.svg?123");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 74px;
  height: 16px;
}

.product_card_list .product_list > .product_card_item:hover .btn_action {
  /* filter: contrast(1.5); */
  transition: none;
}

.product_card_list
  .product_list
  > .product_card_item:hover
  .btn_action.btn_add_cart {
  filter: unset;
  transition: none;
  background: #83640b;
}

.product_card_item:hover .btn_action.btn_platinum_exclusive {
  background-image: url("/library/images/tc/icon/button/cta_platinum_exclusive_hover_v5.svg?123");
}

.product_card_item:hover .btn_action.btn_goldnplatinum_exclusive {
  background-image: url("/library/images/tc/icon/button/cta_gold&platinum_exclusive_hover_v5.svg?123");
}

.product_card_item:hover .btn_action.btn_gold_exclusive {
  background-image: url("/library/images/tc/icon/button/cta_gold_exclusive_hover_v5.svg?123");
}

.product_card_list
  .product_list
  .product_card_item:hover.btn_action.btn_gold_exclusive {
  background-image: url("/library/images/tc/icon/button/cta_gold_exclusive_hover_v5.svg?123");
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
}
.product_card_list
  .product_list
  .product_card_item:hover
  .btn_action.btn_platinum_exclusive {
  background-image: url("/library/images/tc/icon/button/cta_platinum_exclusive_hover_v5.svg?123");
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
}
.product_card_list
  .product_list
  .product_card_item:hover.btn_action.btn_goldnplatinum_exclusive {
  background-image: url("/library/images/tc/icon/button/cta_gold&platinum_exclusive_hover_v5.svg?123");
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
}

.product_card_list
  .product_list
  > .product_card_item:hover
  .btn_action.btn_timeclub_mini_exclusive {
  background: #c2bdb0;
}

.product_card_list .product_list .badge_container {
  position: absolute;
  top: -110px;
  right: 0;
  gap: 10px;
  transform: scale(0.7);
  transform-origin: bottom right;
  flex-wrap: nowrap;
  display: flex;
}
.product_card_list .product_list .badge_container > div {
  margin: 0;
}
.product_card_list .product_list .badge_point {
  margin: 0;
}
.product_card_list .product_list .badge_point > div:nth-of-type(4) {
  top: 56px;
}

.product_card_list .product_list.grid_2_col {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 350px));
  justify-content: center;
}

@media only screen and (max-width: 1366px) {
  .product_card_list .product_list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 1024px) {
  .product_card_list .product_list {
    grid-template-columns: repeat(2, 1fr);
  }
  .product_card_list .product_list .action_box {
    opacity: 1;
  }
  .product_card_list .product_list .action_box .addtofav_pos,
  .product_card_list .product_list .action_box .compare {
    background-size: 60%;
    width: 24px !important;
    height: 24px;
    border-radius: 100px;
    background-position: center;
    background-color: rgba(255, 255, 255, 0.75);
  }

  @media only screen and (max-width: 768px) {
    .product_card_list .product_list .add_cart_restricted,
    .product_card_list .product_list .btn_action {
      position: unset;
    }
  }

  @media only screen and (max-width: 500px) {
    .product_card_list .product_list {
      gap: 0;
      grid-template-columns: 1fr;
    }
    .product_card_list .product_list.product_2col {
      grid-template-columns: repeat(2, 1fr);
    }
    .product_card_list .product_list .thumb {
      padding-bottom: 60px;
      padding-top: 10px;
    }
    .product_card_list .product_list .thumb img {
      max-width: 100%;
    }
    .product_card_list .product_list .btn_action {
      position: unset;
      font-size: 11px;
      padding: 0 8px;
    }
    .product_card_list .product_list .add_cart_restricted {
      position: unset;
      font-size: 11px;
      padding: 0 8px;
    }
    .product_card_list .product_list .price {
      margin: auto;
    }
    .product_card_list .product_list .badge_container {
      transform: scale(0.45);
    }
    .product_card_list
      .product_list
      .btn_action.btn_timeclub_mini_exclusive
      .tcm_icon {
      width: 60px;
    }
  }
}

/*Styel for product details page suggest list*/
.product_card_list.suggest_item_list .product_list {
  grid-template-columns: repeat(3, 1fr);
}
.product_card_list.suggest_item_list .product_list .btn_action,
.product_card_list.suggest_item_list .product_list .add_cart_restricted {
  position: static;
}
@media only screen and (max-width: 768px) {
  .product_card_list.suggest_item_list .product_list {
    grid-template-columns: repeat(2, 1fr);
  }
  @media only screen and (max-width: 500px) {
    .suggest_item_box {
      padding: 0px;
    }
    .suggest_item_box > div:nth-of-type(1) {
      padding: 20px;
    }
    .product_card_list.suggest_item_list .price_box {
      flex: 0;
    }
  }
}

@media only screen and (max-width: 500px) {
  .product_card_list.suggest_item_list {
    padding-bottom: 50px;
  }
}

/* Skeleton Loading Animation for Product Card */
.product_card_list .product_card_item.skeleton {
  background: #ffffff;
  overflow: hidden;
  position: relative;
}
.product_card_list .product_card_item.skeleton * {
  visibility: visible;
}
.product_card_list .product_card_item.skeleton::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #ffffff 25%, #f5f5f5 50%, #ffffff 75%);
  background-size: 200% 100%;
  animation: shimmer 2.5s infinite;
  z-index: 8;
}
.product_card_list
  .product_list
  > .product_card_item.skeleton:hover
  .btn_action {
  filter: none;
}

@keyframes shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

.product_card_list .product_card_item.skeleton .basic {
  width: 100%;
}

/* Skeleton placeholders */
.product_card_list .product_card_item.skeleton .thumb,
.product_card_list .product_card_item.skeleton .basic {
  position: relative;
}

.product_card_list .product_card_item.skeleton .thumb::after,
.product_card_list .product_card_item.skeleton .basic::after,
.product_card_list .product_card_item.skeleton .basic::before,
.product_card_list .product_card_item.skeleton .btn_action::after {
  content: "";
  position: absolute;
  background: #f2f2f2a8;
  z-index: 8;
}

/* Image placeholder */
.product_card_list .product_card_item.skeleton .thumb::after {
  width: 80%;
  height: 80%;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}

.product_card_list .product_card_item.skeleton .basic::before {
  width: 33%;
  height: 12px;
  top: 0px;
  left: 0;
  border-radius: 50px;
}

/* Brand placeholder */
.product_card_list .product_card_item.skeleton .basic::after {
  width: 80%;
  height: 12px;
  top: 20px;
  left: 0;
  border-radius: 50px;
}

/*  CTA button placeholder */
.product_card_list .product_card_item.skeleton .btn_action::after {
  width: 100px;
  height: 32px;
  top: 0;
  right: 0;
  border-radius: 4px;
  max-width: 100px;
}
.product_card_list.suggest_item_list
  .product_card_item.skeleton
  .btn_action::after {
  bottom: 20px;
  top: unset;
  right: 20px;
  left: unset;
}

/* Placeholder responsive adjustments*/
@media only screen and (max-width: 768px) {
  .product_card_list .product_card_item.skeleton .thumb::after {
    width: 80%;
    height: 80%;
  }
  .product_card_list .product_card_item.skeleton .btn_action {
    width: 100%;
    position: unset;
  }

  .product_card_list .product_card_item.skeleton .btn_action::after {
    width: calc(100% - 40px);
    bottom: 20px;
    top: unset;
    left: unset;
    right: 20px;
    max-width: 100%;
  }
}

/*fix for mobile 2-col card face price box broken*/
@media only screen and (max-width: 500px) {
  .product_card_list
    .product_card_item
    .price_box
    .price.discounted
    > span:nth-of-type(2) {
    font-size: 12px !important;
    margin-left: 5px;
  }

  .product_card_list .product_list > .product_card_item {
    overflow: hidden;
    padding: 18px;
  }

  .product_card_list .product_list.product_2col .product_card_item .price {
    padding-left: 15px !important;
  }

  .product_card_list .product_card_item .price::before {
    padding-left: 5px;
    padding-right: 5px;
  }

  .product_card_list.suggest_item_list
    .price_box
    .price.discounted
    > span:nth-of-type(1) {
    font-size: 18px !important;
  }
}

/*fix for mobile view*/
@media only screen and (max-width: 500px) {
  .product_card_list .product_list.product_2col {
    padding-bottom: 50px;
  }
}
