.productTileOverlay.soldOut {
    position: absolute;
    top: initial;
    bottom: 0px;
    left: 0;
    right: 0;
    background-color: #e33436;
    color: #fff;
    text-align: center;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 600;
    z-index: 10;
    pointer-events: none;
    line-height: 1.3;
    font-family: poppins, sans-serif;
}