/* AhaPay Bottom Banner Label for WooCommerce Products */
.woocommerce ul.products li.product,
.woocommerce ul.products li.product .woocommerce-loop-product__link,
.wc-block-components-product-image {
    position: relative;
}

/* Full-width bottom banner label */
.ahapay-bottom-banner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /*
        If want to enforce a specific colorscheme,
    */
    /*background-color: #fc642d; !* AhaPay orange or your brand *!*/
    /*color: white;*/
    text-align: center;
    padding: 6px 0;
    font-size: 13px;
    font-weight: bold;
    z-index: 5;
    text-transform: uppercase;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
