.product-stock-image {
    position: relative;
    display: block;
}

.product-stock-overlay {
    position: absolute;
    z-index: 25;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 20px);
    max-width: 380px;
    padding: 10px 8px;
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: 4px;
    background: rgba(133, 30, 31, .92);
    color: #fff;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .3);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: .06em;
    text-align: center;
    text-transform: uppercase;
    pointer-events: none;
}

.product-stock-overlay--discontinued {
    background: rgba(29, 34, 36, .94);
}

.__product .product-stock-overlay {
    padding: 14px 10px;
    font-size: 20px;
}

@media (max-width: 600px) {
    .product-stock-overlay { font-size: 13px; }
    .__product .product-stock-overlay { font-size: 17px; }
}
