/* Sepahan 2.2.3 - requested fixes only:
 * 1) Equal current-price typography in the three-column product-category widget.
 * 2) No checkout/general styling is changed here.
 */

/* WooCommerce outputs a sale-only price as a direct amount, while a normal sale
 * uses <del> + <ins>. Keep the payable/current amount identical in both cases. */
html body .elementor-widget-sepahan_triple_product_categories .sepahan-triple-product-price {
  font-size: 0.82rem !important;
  font-weight: 900 !important;
  line-height: 1.45 !important;
}

html body .elementor-widget-sepahan_triple_product_categories .sepahan-triple-product-price > .woocommerce-Price-amount,
html body .elementor-widget-sepahan_triple_product_categories .sepahan-triple-product-price > .amount,
html body .elementor-widget-sepahan_triple_product_categories .sepahan-triple-product-price > bdi,
html body .elementor-widget-sepahan_triple_product_categories .sepahan-triple-product-price ins,
html body .elementor-widget-sepahan_triple_product_categories .sepahan-triple-product-price ins *,
html body .elementor-widget-sepahan_triple_product_categories .sepahan-triple-product-price .sepahan-price-normalized,
html body .elementor-widget-sepahan_triple_product_categories .sepahan-triple-product-price .sepahan-price-wrap {
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

/* The crossed-out regular price intentionally remains smaller. */
html body .elementor-widget-sepahan_triple_product_categories .sepahan-triple-product-price del,
html body .elementor-widget-sepahan_triple_product_categories .sepahan-triple-product-price del * {
  font-size: 0.68rem !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
}

@media (max-width: 575px) {
  html body .elementor-widget-sepahan_triple_product_categories .sepahan-triple-product-price {
    font-size: 0.72rem !important;
  }

  html body .elementor-widget-sepahan_triple_product_categories .sepahan-triple-product-price del,
  html body .elementor-widget-sepahan_triple_product_categories .sepahan-triple-product-price del * {
    font-size: 0.62rem !important;
  }
}
