.product-card-image__container{
    position: relative;
}

.product-card-guarantee{
    z-index: 1;
}

.product-cart-image-banner__container{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

.product-cart-image-banner__container .container-image{
    width: 100%;
}