/* ========================================
   Out of Stock Badge Styles
   ======================================== */

.product-out-of-stock {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 20px;
    bottom: 20px;
    background-color: transparent;
    z-index: 20;
}



