.product-card__promotion {
    position: absolute;
    top: 0rem ; 
    right: 0rem ;
    left:unset !important;
}



img.h-full.w-full.main-image.transition-opacity.hover\:opacity-90.lazy.object-cover.loaded {
    object-fit: contain;
    }
    
    
    
    
    .product-card__actions {
    top: 126px;
}


@media only screen and (max-width: 600px) {


.product-card__actions {
    display: flex
;
    top: 196px;
    right: 82px;
    gap: 9px;
}
}