.ahura-element-bestseller-carousel img {
    max-width: 100%;
    width: 100%;
    height: 260px;
    border-radius: 7px;
    object-fit: cover;
}

.ahura-element-bestseller-carousel .p-item h3 {
    font-size: 19px;
    margin: 13px 0;
    text-align: center;
}

.ahura-element-bestseller-carousel .row {
    row-gap: 15px;
}

.ahura-element-bestseller-carousel .price,
.ahura-element-bestseller-carousel .price ins {
    color: #01b369;
}

.ahura-element-bestseller-carousel .price del {
    color: #cdcdcd;
    margin: 0 7px;
}

.ahura-element-bestseller-carousel .item-buttons {
    text-align: center;
}

.ahura-element-bestseller-carousel .add-to-cart-btn {
    display: inline-block;
    color: #505050;
    background-color: #fff;
    border: 1px solid #7e7e7e;
    border-radius: 50px;
    padding: 7px 15px;
    margin: 10px 0;
    transition: ease .12s;
}