/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/* Pre-Order Badge Styles */
.pre-order-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #4CAF50;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 1;
}

.woocommerce ul.products li.product .pre-order-badge {
    top: 5px;
    right: 5px;
}

.woocommerce div.product .pre-order-badge {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
}

/* Pre-Order Availability Styles */
.pre-order-available {
    color: #4CAF50 !important;
}

li.product {
    position: relative;
}