/* Keep related product card prices compact on single product pages. */
.single-product .related.products .dark-product-card__price,
.single-product .related.products .dark-product-card__price .price,
.single-product .related.products .dark-product-card__price .amount,
.single-product .related.products .dark-product-card__price .amount bdi,
.single-product .related.products .dark-product-card__price > .woocommerce-Price-amount,
.single-product .related.products .dark-product-card__price > .woocommerce-Price-amount bdi,
.single-product .related.products .dark-product-card__price ins,
.single-product .related.products .dark-product-card__price ins .amount,
.single-product .related.products .dark-product-card__price ins bdi {
  color: var(--c-gold) !important;
  font-family: var(--font-body) !important;
  font-size: 0.95rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.02em !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
}

.single-product .related.products .dark-product-card__price del,
.single-product .related.products .dark-product-card__price .price del,
.single-product .related.products .dark-product-card__price del *,
.single-product .related.products .dark-product-card__price del .amount,
.single-product .related.products .dark-product-card__price .price del .amount,
.single-product .related.products .dark-product-card__price del bdi,
.single-product .related.products .dark-product-card__price .price del bdi,
.single-product .related.products .dark-product-card__price del .amount bdi,
.single-product .related.products .dark-product-card__price del .woocommerce-Price-currencySymbol {
  color: rgba(118, 111, 94, 0.82) !important;
  font-family: var(--font-body) !important;
  font-size: 0.66rem !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  opacity: 1 !important;
  text-decoration-line: line-through !important;
  text-decoration-color: rgba(118, 111, 94, 0.98) !important;
  text-decoration-thickness: 1px !important;
}

.single-product .related.products .dark-product-card__price .woocommerce-Price-currencySymbol {
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}
