/* Final shop card price lock. Keeps variation prices the same size as normal cards. */
.dark-shop-main .dark-product-card__price,
.dark-shop-main .dark-product-card__price .price,
.dark-shop-main .dark-product-card__price .price .amount,
.dark-shop-main .dark-product-card__price .price .amount bdi,
.dark-shop-main .dark-product-card__price .amount,
.dark-shop-main .dark-product-card__price .amount bdi,
.dark-shop-main .dark-product-card__price ins,
.dark-shop-main .dark-product-card__price ins .amount,
.dark-shop-main .dark-product-card__price ins bdi,
.dark-shop-main .dark-product-card__price > .amount,
.dark-shop-main .dark-product-card__price > .amount bdi {
  font-size: 0.95rem !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  color: var(--c-gold) !important;
}

.dark-shop-main .dark-product-card__price del,
.dark-shop-main .dark-product-card__price del .amount,
.dark-shop-main .dark-product-card__price del bdi {
  font-size: 0.74rem !important;
  font-weight: 500 !important;
  line-height: 1.1 !important;
  color: rgba(186, 170, 138, 0.62) !important;
}

.dark-shop-main .dark-product-card__price .woocommerce-Price-currencySymbol {
  font-size: inherit !important;
  font-weight: inherit !important;
}

@media (max-width: 767.98px) {
  .dark-shop-main .dark-product-card__price,
  .dark-shop-main .dark-product-card__price .price,
  .dark-shop-main .dark-product-card__price .price .amount,
  .dark-shop-main .dark-product-card__price .price .amount bdi,
  .dark-shop-main .dark-product-card__price .amount,
  .dark-shop-main .dark-product-card__price .amount bdi,
  .dark-shop-main .dark-product-card__price ins,
  .dark-shop-main .dark-product-card__price ins .amount,
  .dark-shop-main .dark-product-card__price ins bdi,
  .dark-shop-main .dark-product-card__price > .amount,
  .dark-shop-main .dark-product-card__price > .amount bdi {
    font-size: 0.78rem !important;
    color: var(--c-gold) !important;
  }

  .dark-shop-main .dark-product-card__price del,
  .dark-shop-main .dark-product-card__price del .amount,
  .dark-shop-main .dark-product-card__price del bdi {
    font-size: 0.62rem !important;
  }
}
