.product-price {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}
.product-price__item {
  color: rgb(var(--color-sale));
}

.product-price__item--compare {
  color: rgb(var(--color-light-text));
  text-decoration: line-through;
}

.product-price__ratio {
  color: rgb(var(--color-sale));
}

/* Coupons */
.custom_discount_pop_header {
  position: sticky;
  top: 0;
  background-color: white;
  text-align: center;
  z-index: 2;
  border-bottom: 1px solid #e8e8e8;
  padding: 16px;
}
.close_discount_pop {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: none;
  background: none;
}
.close_discount_pop svg {
  width: 16px;
  height: auto;
}
.custom_discount_auto_content {
  padding: 20px 30px;
}
.custom_discount_auto_top {
  text-align: center;
  color: #ce2228;
  font-size: 20px;
}
.custom_discount_auto_top .custom_discount_pop_price {
  font-weight: bold;
}
.custom_discount_auto_top .custom_discount_pop_price_text {
  font-size: 14px;
}
.custom_discount_auto_info {
  background: #f4f4f4;
  border-radius: 4px;
  padding: 12px;
  margin-top: 16px;
  position: relative;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: bold;
}
.custom_discount_auto_info::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #f4f4f4;
  position: absolute;
  top: -12px;
  left: 46%;
}
.custom_discount_auto_info_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom_discount_auto_info_wrapper {
  margin-top: 20px;
}
.custom_discount_auto_info_wrapper + .custom_discount_auto_info_wrapper {
  margin-top: 10px;
}
.custom_discount_auto_total_wrapper {
  padding-top: 15px;
  border-top: 1px dashed #707070;
}
.custom_discount_auto_button {
  width: 100%;
  text-align: center;
  line-height: 24px;
  background-color: #1f1a5e;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  margin-top: 20px;
  cursor: pointer;
  border-radius: 10px;
}
.custom_discount_code_text1 * {
  margin: 0;
}
.custom_discount_code_list {
  padding: 0 30px;
  margin-top: 23px;
}
.custom_discount_code_list_title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
}
.custom_discount_code_item {
  position: relative;
}
.custom_discount_code_item img {
  width: 100%;
  height: auto;
}
.custom_discount_code_item + .custom_discount_code_item {
  margin-top: 14px;
}
.custom_discount_code_item_content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px 20px 16px;
}
.custom_discount_code_item_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 14px;
}
.custom_discount_code_text1 strong {
  font-size: 20px;
}
.custom_discount_code_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom_discount_code_copy {
  line-height: 30px;
  padding: 0 10px;
  border: 1px solid #999;
  border-radius: 15px;
  cursor: pointer;
}
.custom_discount_code_copy.copied {
  background-color: rgba(var(--color-button-background), 0.9);
  color: #fff;
}
.custom_discount_code_text2 {
  margin: 7px 0 3px;
}
.price_new {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  .custom_product_discount_pop_container {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: auto;
  }
  .custom_product_discount {
    font-size: 14px;
  }
  .custom_discount_auto_content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .custom_discount_code_list {
    padding: 0 20px;
    margin-top: 10px;
  }
  .custom_discount_pop_header {
    font-size: 20px;
  }
  .custom_discount_auto_top {
    font-size: 20px;
    background: #fdf3f5;
    border-radius: 5px;
    padding: 10px;
  }
  .custom_discount_auto_top .custom_discount_pop_price_text {
    font-size: 15px;
  }
  .custom_discount_auto_info {
    font-size: 14px;
    padding: 10px 15px;
    width: 100%;
  }
  .custom_discount_auto_info_wrapper {
    margin-top: 10px;
  }
  .custom_discount_auto_info_wrapper + .custom_discount_auto_info_wrapper {
    margin-top: 5px;
  }
  .custom_discount_auto_total_wrapper {
    padding-top: 8px;
  }
  .custom_discount_auto_button {
    line-height: 20px;
    font-size: 16px;
  }
  .custom_discount_code_item_content {
    font-size: 12px;
  }
  .custom_discount_code_item_content {
    padding: 10px 10px 10px;
  }
  .custom_discount_code_text1 strong {
    font-size: 18px;
  }
  .custom_discount_code_copy {
    line-height: 24px;
  }

  .custom_discount_code_text2 {
    margin: 3px 0 2px;
  }
}
