#section .container .tfd_widget__wrap p {
  padding: 0;
}
.widgetgap {
  margin-bottom: 20px;
}
.tfd_main_product_list {
  display: flex;
  flex-direction: column;
  padding-bottom: 100px;
  gap: 40px;
}
.tfd_main_product_list_container .tfd_main_product_list_item {
  border: 1px solid var(--white_bark_a);
  border-radius: 10px;
  padding: 14px;
  box-shadow: var(--box_shadow);
}
.tfd_main_product_list_header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  padding: 14px;
  flex-wrap: wrap;
}
.tfd_product_header_nu_na_co {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tfd_product_reviews_score_di {
  display: flex;
}
.tfd_product_header_nu_na {
  display: flex;
  gap: 12px;
  align-items: center;
}
#section .container .tfd_product_header_nu {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  font-weight: 600;
  min-width: 48px;
  border: 1px solid var(--white_bark_a);
  border-radius: 50%;
  box-shadow: var(--box_shadow);
}
#section .container .tfd_product_header_na {
  font-size: 28px;
  font-weight: 600;
  margin: 0;
}
.tfd_main_product_list_body {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.tfd_product_image_con {
  display: flex;
  gap: 16px;
}
.tfd_product_image {
  text-align: left;
  padding: 0.25rem;
  box-shadow: var(--box_shadow);
  border: 1px solid var(--white_bark_a);
  border-radius: 0.75rem;
  overflow: hidden;
  display: flex;
  height: 100%;
  min-height: 200px;
  flex: 1 1 0%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.tfd_product_info_con {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  gap: 14px;
  border-radius: 12px;
  box-shadow: var(--box_shadow);
  border: 1px solid var(--white_bark_a);
  padding: 14px;
  background-image: linear-gradient(to bottom, transparent, var(--form_input));
}
.tfd_product_info_review_lau {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}
.tfd_product_info_review {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}
.tfd_product_info_review_score {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}
#section .container .tfd_product_info_review_point {
  font-size: 1rem;
  line-height: 1.375;
  font-weight: 500;
  color: var(--primary_text_color);
}
#section .container .tfd_product_info_review_sl {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
  color: var(--primary_text_color);
}
.tfd_product_info_review_star {
  display: flex;
  align-items: center;
  gap: 2px;
}
.tfd_product_review_relative {
  position: relative;
}
.tfd_product_review_relative.diflex {
  display: flex;
}
.tfd_product_review_absolute {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
}
.tfd_product_info_lau {
  text-align: left;
}
#section .container .tfd_product_info_lau_text {
  color: var(--tertiary_text_color);
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}
.tfd_product_info_price_sto {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#section .container .tfd_product_info_price {
  color: var(--primary_text_color);
  font-weight: 600;
  font-size: 28px;
  line-height: 1.2;
}
#section .container .tfd_product_info_sto {
  font-weight: 500;
  height: fit-content;
  font-size: 12px;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  border: 1px solid var(--link_color);
  box-shadow: var(--box_shadow);
  border-radius: 1rem;
  margin-left: auto;
}
.tfd_product_info_feature_tab {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.tfd_product_info_feature_box {
  height: 100%;
  box-shadow: var(--box_shadow);
  border: 1px solid var(--white_bark_a);
  border-radius: 8px;
  padding: 8px 10px 8px 10px;
}
.tfd_product_info_feature_svg_fe {
  display: flex;
  align-items: center;
  gap: 12px;
}
.tfd_product_info_feature_svg {
  display: flex;
  /* width: 40px;
  height: 40px;
  min-width: 40px; */
}
#section .container .tfd_product_info_feature_fe {
  color: hsla(0, 0%, 6%, 0.6);
  line-height: 21px;
  font-weight: 500;
  font-size: 14px;
}
#section .container .tfd_product_info_feature_des {
  color: hsla(0, 6%, 10%, 0.6);
  font-weight: 500;
  font-size: 14px;
  word-break: break-word;
}
#section .container .tfd_product_info_feature_fe_a {
  display: flex;
  height: max-content;
  cursor: pointer;
  align-items: center;
  gap: 8px;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  color: var(--primary_text_color);
}
#section .container .tfd_product_info_feature_fe_a svg {
  transform: translate(0, 0) rotate(-90deg) skewX(0) skewY(0) scaleX(1)
    scaleY(1);
}
.tfd_main_product_list_footer {
  padding-top: 10px;
}
.tfd_product_footer_pon_con {
  display: grid;
  column-gap: 16px;
  overflow: hidden;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 8px;
  transition: height 0.4s ease;
}
.tfd_product_footer_pon,
.tfd_product_footer_con {
  box-shadow: var(--box_shadow);
  border: 1px solid var(--white_bark_a);
  border-radius: 12px;
  padding: 16px 24px;
  background-image: linear-gradient(to bottom, transparent, var(--form_input));
}
#section .container .tfd_product_footer_pon_text {
  color: var(--green);
  font-weight: 600;
  font-size: 20px;
}
#section .container .tfd_product_footer_con_text {
  color: var(--red);
  font-weight: 600;
  font-size: 20px;
}
.tfd_product_footer_pon_con_list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.tfd_product_footer_pon_con_point {
  display: flex;
  align-items: center;
  gap: 8px;
}
.tfd_product_footer_show_more {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.tfd_product_footer_showmore_bt {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 4px;
  border: 1px solid rgb(207, 212, 220);
  padding: 8px 16px;
}
.tfd_product_review_absolute_bt {
  position: absolute;
  bottom: 0;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  background-color: rgb(242 242 242);
  filter: blur(24px);
}

.tfd_main_product_list_body .tfd_product_image_con .tfd_product_mid_scr {
  display: none;
}
.tfd_main_product_small_mb {
  display: none;
}
.tfd_product_image_con .tfd_product_info_price_sto {
  display: none;
}
.pg-dlp-buy {
  margin: 0.4286rem 0.8572rem 0.8572rem;
}
.pg-dlp-buy .sm-btn {
  width: 100%;
  height: 3.1431rem;
}
.sm-btn.flat {
  background: var(--ora-btn-color);
}
.pg-dlp-buy a:hover.sm-btn {
    color: var(--white);
}
/* Mobile screens: up to 768px */
@media (max-width: 768px) {
  .tfd_main_product_list_body
    .tfd_product_image_con
    .tfd_product_info_review_lau {
    display: none;
  }
  .tfd_main_product_list_body
    .tfd_product_info_con
    .tfd_product_info_review_lau {
    display: none;
  }

  .tfd_main_product_list_body
    .tfd_product_info_con
    .tfd_product_info_price_sto {
    display: none;
  }
  .tfd_main_product_small_mb {
    display: flex;
    padding-bottom: 10px;
  }
  .tfd_main_product_list_body .tfd_product_image_con .tfd_product_image {
    height: 100%;
    min-height: 142px;
    width: 136px;
  }
  .tfd_product_info_feature_tab {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }
  .tfd_product_info_feature_box {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px;
    border: 0;
    box-shadow: none;
  }
  .tfd_product_info_feature_fe {
    display: none;
  }
  .tfd_main_product_list_body
    .tfd_product_image_con
    .tfd_product_info_price_sto {
    display: flex;
  }
  .tfd_main_product_list_body .tfd_product_image_con {
    display: flex;
    flex-direction: column;
  }
}

/* Tablet screens: 769px to 1024px */
@media (min-width: 769px) and (max-width: 950px) {
  .tfd_main_product_list_body
    .tfd_product_image_con
    .tfd_product_info_review_lau {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 4px;
  }

  .tfd_main_product_list_body .tfd_product_image_con .tfd_product_image {
    width: 120px;
    text-align: left;
  }

  .tfd_main_product_list_body .tfd_product_image_con .tfd_product_mid_scr {
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    gap: 10.33px;
    padding: 0 8px;
  }

  .tfd_main_product_list_body
    .tfd_product_image_con
    .tfd_product_mid_scr
    .tfd_product_info_price_sto {
    display: flex;
    padding-top: 10px;
  }

  .tfd_main_product_list_body
    .tfd_product_info_con
    .tfd_product_info_review_lau {
    display: none;
  }

  .tfd_main_product_list_body
    .tfd_product_info_con
    .tfd_product_info_price_sto {
    display: none;
  }

  .tfd_main_product_list_body {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
}

@media (max-width: 420px) {
  .pg-dlp-buy {
    width: 100%;
  }
}
