.summary.entry-summary {
    position: relative !important;
}

.hospa-single-product-badge {
    position: absolute;
    top: 65px;       
    left: 10px;      
    width: 260px;    
    height: 75px;    
    z-index: 99;
    pointer-events: none; 
    /* جلوگیری از پرش تصویر قبل از لود شدن اسکریپت */
    min-height: 75px; 
}

@media (max-width: 768px) {
    .hospa-single-product-badge {
        width: 160px;
        height: 56px;
        top: 56px; 
        left: 0px;
        min-height: 60px;
    }
}