/* Marketplace product compare price */
.product-compare-price {
  text-decoration: line-through;
  opacity: 0.75;
  font-weight: 500;
}

.product-sale-price {
  font-weight: 700;
}

.product-price .product-compare-price {
  display: block;
  font-size: 13px;
  margin-bottom: 2px;
}

.product-price .product-sale-price {
  display: block;
  font-size: 16px;
}

.product-price-badge.has-compare-price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}

.post-product-price .product-compare-price {
  color: #6c757d;
  font-size: 18px;
  margin-right: 8px;
}

.post-product-price .product-sale-price {
  color: inherit;
}

body.night-mode .post-product-price .product-compare-price {
  color: #9aa8b6;
}

.product-meta-price .product-compare-price {
  color: #6c757d;
  margin-right: 6px;
}

.product-meta-price .product-sale-price {
  color: #198754;
}

body.night-mode .product-meta-price .product-compare-price {
  color: #9aa8b6;
}

body.night-mode .product-meta-price .product-sale-price {
  color: #4ade80;
}
