.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce .products .product {
    position: relative;
    overflow: hidden;
}

.laroca-sold-out-ribbon {
    position: absolute;
    top: 18px;
    left: -43px;
    z-index: 30;
    width: 170px;
    padding: 8px 0;
    transform: rotate(-45deg);
    background: #e90035;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1.2px;
    text-align: center;
    pointer-events: none;
    box-shadow: 0 2px 6px rgba(0,0,0,.22);
}

.woocommerce ul.products li.product .laroca-sold-out-button,
.woocommerce-page ul.products li.product .laroca-sold-out-button,
.woocommerce .products .product .laroca-sold-out-button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    background: #9b9b9b !important;
    border-color: #9b9b9b !important;
    color: #fff !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
    opacity: .88;
    text-decoration: none !important;
}

.woocommerce ul.products li.product .laroca-sold-out-button:hover,
.woocommerce-page ul.products li.product .laroca-sold-out-button:hover,
.woocommerce .products .product .laroca-sold-out-button:hover {
    background: #9b9b9b !important;
    border-color: #9b9b9b !important;
    color: #fff !important;
    transform: none !important;
}

.laroca-stock-quantity {
    margin: 6px 0 8px;
    font-size: 12px;
    font-weight: 600;
}
