.s-product-card-entry {
    position: relative;
}

.another-img {
    position: absolute !important;
    top: -155px !important;        /* تحت القلب مباشرة */
    left: 14px !important;       /* من الشمال جنب القلب */
    height: 60px !important;
    width: auto !important;
    z-index: 15 !important;
    object-fit: contain !important;
    margin: 0 !important;
    pointer-events: none;
}