.theme-product-price[data-zs-selling-price] {
  color: #008000 !important;     /* Forest green, change if you prefer */
  font-size: 22px !important;    /* Adjust size to your liking */
  font-weight: 600 !important;   /* Semi-bold for better visibility */
}
/* Original price (struck-through) */
.theme-product-compare-price {
  text-decoration: line-through;
  color: #999 !important;             /* Light gray */
  font-size: 18px !important;
  margin-right: 8px;
}

/* Discounted selling price */
.theme-product-price[data-zs-selling-price] {
  color: #000000 !important;          /* Green for discount */
  font-size: 22px !important;
  font-weight: bold !important;
}
.theme-ribbon-stock[data-zs-outofstock] {
  color: #000000 !important;
  font-size: 24px !important;  /* You can increase this if needed */
  font-weight: bold !important;
  text-transform: uppercase;   /* Optional: Makes "Out of stock" all caps */
}
@media(max-width:992px){
[data-mobile-image], [data-tablet-image]{
    background-size: 100% 100%;
  }
}
