.productTileOverlay.soldOut {
    position: absolute;
    top: initial;
    left: 5px;
    right: 6px;
    bottom: 0px;
    background-color: #70835c;
    color: #fff;
    text-align: center;
    padding: 8px 10px;
    font-size: 13px;
    font-weight: 600;
    z-index: 10;
    pointer-events: none;
    line-height: 1.3;
}