.product.eael-product-carousel {
    border-radius: 20px;
    background-color: #f5f7fd;
    margin: 10px;
    overflow: hidden;
    border: 1px solid #eee;
    text-align: left;
}

.product-image-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
    background-color: #fff;
}

.image-wrap img {
    width: 100%;
    border-radius: 20px 20px 0 0;
}

.eael-onsale {
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 500;
    position: absolute;
    top: 15px;
    left: 15px;
    border-radius: 50px;
    background-color: var(--e-global-color-primary);
    color: #fff;
    z-index: 9;
}

.eael-onsale.outofstock {
    background-color: var(--e-global-color-466d3d5);
}

.product-details-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background-color: #fff;
    border-radius: 0 0 20px 20px;
}

.eael-product-price {
    width: 40%;
    text-align: right;
    font-size: 15px;
    line-height: 1.5em;
    color: #597dfc;
}

.woocommerce ul.products .product {
    padding-bottom: 0 !important;
}

.eael-product-title h2 {
    margin: 0 0 10px 0;
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500;
    text-align: left;
}

.product-details {
    align-self: stretch;
}