/* Soap Flower v1.0.74 - Shopee-like price display with voucher-adjusted price */
.sf-product-pricebox{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px 10px;
}
.sf-product-pricebox .sf-compare-price{
  color:#929292;
  font-size:14px;
  font-weight:400;
  text-decoration:line-through;
  text-decoration-thickness:1px;
}
.sf-discount-percent{
  display:inline-flex;
  align-items:center;
  min-height:20px;
  padding:2px 5px;
  border-radius:2px;
  color:#ee4d2d;
  background:#fff1ed;
  font-size:12px;
  font-weight:600;
  line-height:1;
}
.sf-product-pricebox [hidden], .m-summary-price [hidden]{display:none!important}
.sf-mobile-compare-price{
  margin-left:6px;
  color:#999;
  font-size:12px;
  font-style:normal;
  font-weight:400;
  text-decoration:line-through;
}
.sf-mobile-discount-percent{
  display:inline-flex;
  margin-left:5px;
  padding:2px 4px;
  border-radius:2px;
  background:#fff1ed;
  color:#ee4d2d;
  font-size:10px;
  font-style:normal;
  font-weight:700;
  vertical-align:middle;
}
