/* ZOC_PUBLIC_PERSIAN_DIGITS_FONT_INHERIT_V58 */
.zoc-persian-digits-v58{
  font-family:inherit!important;
  font-variant-numeric:normal!important;
  font-feature-settings:normal!important;
  font-synthesis:none;
}

/* Numerical storefront components must use the active template font. */
.lsf-root :is(
  [data-lsf-cart-count],
  [data-lsf-cart-total],
  [data-price],
  [data-total],
  [data-quantity],
  [data-stock],
  [data-count],
  .price,
  .product-price,
  .lsf-price,
  .lsf-product-price,
  .lsf-cart-count,
  .lsf-cart-total,
  time
){
  font-family:inherit!important;
  font-variant-numeric:normal!important;
  font-feature-settings:normal!important;
}
