/*Home Page Prices Color*/

.elementor-2464 .elementor-element.elementor-element-37f31d5 .eael-product-carousel .eael-product-price .amount bdi {
  color: #666666;
}

/*Single Product Price Color*/
bdi {
  color: #666666;
}

/*Hide SKU from Single Product*/
.meta-layout-summary .product_meta .sku_wrapper {
  display: none;
}