/*
 Theme Name: Hello Elementor Child
 Theme URI: https://elementor.com/
 Description: Child theme for Hello Elementor
 Author: Andy
 Template: hello-elementor
 Version: 1.0.0
*/

/* SALES TAG */
.rggn-sales-tag {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #000;
    color: #fff !important;
    padding: 4px 10px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 3px;
    z-index: 1; /* FIXED — was 9999 */
    line-height: 1;
    pointer-events: none;
}

/* PRODUCT CARD ALIGNMENT */
.woocommerce ul.products li.product {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    text-align: center;
}

.woocommerce ul.products li.product .woocommerce-LoopProduct-link {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    align-items: center;
}

.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
    min-height: 52px;
    margin: 8px 0 6px 0;
    line-height: 1.3;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    color: #000 !important;
}

.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .price * {
    color: #000 !important;
    margin-top: auto;
    margin-bottom: 10px;
}

.woocommerce ul.products li.product p.stock,
.woocommerce ul.products li.product form.cart {
    margin-top: auto;
    text-align: center;
    color: #000 !important;
}
