/* Couteaux FG - Badge VENDU */

.wp-block-woocommerce-product-image.fg-out-of-stock {
    position: relative;
}

.wp-block-woocommerce-product-image.fg-out-of-stock::before {
    content: "VENDU";
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 20;
    background: #c62828;
    color: #ffffff;
    padding: 8px 14px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    border: 1px solid #8e1b1b;
    pointer-events: none;
    text-transform: uppercase;
}