/*
 Theme Name:   Engage Distribution
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.wd-product-stock {
    display: none !important;
}
/* Hide the default WooCommerce currency symbol */
.woocommerce-Price-currencySymbol {
  display: none !important;
}

/* Insert SVG before the amount */
.woocommerce-Price-amount bdi::after {
  content: "";
  display: inline-block;
  width: 1em;              /* size of icon */
  height: 1em;
  margin-right: 0.3em;     /* space between icon and price */
  vertical-align: -0.15em; /* adjust alignment with numbers */
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

  /* Option 1: Use an SVG file from your theme */
  /* background-image: url("https://www.engagedistribution.com/wp-content/uploads/2025/08/UAE_Dirham_Symbol.svg"); */

  /* Option 2: Inline SVG as data URI (example shows a Rupee icon) */
  background-image: url("https://www.engagedistribution.com/wp-content/uploads/2025/08/UAE_Dirham_Symbol.svg");
}
