.s-product-card-image::before {
  font-family: "sallaicons";
  content: "\ec1f" !important;
}
.s-product-card-content-pie-svg circle {
  transition: stroke-dashoffset 1s linear;
  -webkit-transition: stroke-dashoffset 1s linear;
  -moz-transition: stroke-dashoffset 1s linear;
  -ms-transition: stroke-dashoffset 1s linear;
  -o-transition: stroke-dashoffset 1s linear;
  stroke: #E8EDF2;
  stroke-width: 2px;
  stroke-linecap: round;
  fill: none;
}
.s-product-card-content-pie-svg-bar {
  stroke: var(--color-primary) !important;
  stroke-dasharray: 100 100;
  stroke-dashoffset: 100;
}