/* Livraria da França / AmaBook - Mais Vendidos */
.product-item-photo { position: relative; }
.ldf-bestseller-badge {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    display: inline-block;
    padding: 7px 10px;
    background: #f7941d;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
    box-sizing: border-box;
}
.ldf-bestseller-position {
    position: absolute;
    top: 30px;
    left: 10px;
    z-index: 21;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #168bf0;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    box-sizing: border-box;
}
@media (max-width: 767px) {
    .ldf-bestseller-badge { padding: 5px 7px; font-size: 9px; }
    .ldf-bestseller-position {
        top: 24px; left: 7px; width: 26px; height: 26px;
        line-height: 26px; font-size: 13px;
    }
}
