/* ============================================================
 * Bridge Brothers Customizations — plugin CSS
 * Styles owned by the plugin, not the theme.
 * ============================================================ */

/* Product-archive ribbon (Original Available / Buy Prints) */
.custom-ribbon {
    position: absolute;
    bottom: 5rem;
    right: 1rem;
    background-color: #26797A;
    color: #000000;
    padding: 5px 15%;
    font-size: 10px;
    text-transform: uppercase;
    z-index: 10;
}

.custom-ribbon--originals,
.custom-ribbon--gicleeprints {
    background-color: #26797A;
}

.woocommerce ul.products li.product {
    position: relative;
}
