.prices {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px;
}
.prices .rrp,
.thb-product-detail .product-information .product-price-container .rrp {
  text-decoration: line-through;
  color: rgba(var(--color-text-rgb), .45);
  font-weight: 400;
  font-size: .85em;
}
.price ins {
  text-decoration: none;
}
.sale-badge,
.badge.sale {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e24b4b;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  padding: 4px 7px;
  border-radius: 4px;
  letter-spacing: .02em;
}
.product_thumbnail .badge.sale {
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 10px;
}
.products .product .product_after_title .price {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  line-height: 25px;
}
.products .product .product_after_title .price ins {
  margin-left: 0;
}
.products .product .product_after_title .price del {
  margin-left: 8px;
  font-size: 13px;
}
.products .product .product_after_title .sale-badge {
  display: none;
}
.thb-product-detail .product-information .product-price-container .prices .price {
  color: #e24b4b;
}
