.s-product-card-horizontal .s-product-card-image {
  position: relative;
  overflow: hidden;
}

/* الصورة الإضافية فوق صورة المنتج */
.s-product-card-horizontal .s-product-card-image::after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 60px;
  height: 30px;
  background-image: url('https://i.ibb.co/xt19TgP3/yx3ddum4.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  z-index: 10;
}