.product-img {
    height: 190px;
    min-height: 190px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: .75rem;
}

.product-img-empty {
    width: 100%;
    height: 190px;
    min-height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #888;
    background: #f7f7f7;
}

@media (max-width: 575px) {
    .product-img,
    .product-img-empty {
        height: 170px;
        min-height: 170px;
    }
}

.product-name {
    min-height: 2.6em;
}


/* Mecánica breve junto al badge de promoción en la grilla. */
.product-promo-mechanic {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    padding: 3px 5px;
    border-radius: 5px;
    background: rgba(255, 255, 255, .92);
    color: var(--verde2);
    font-size: .7rem;
    font-weight: 800;
    line-height: 1;
    text-transform: none;
}


/* Condición comercial de promociones que requieren cliente identificado. */
.product-promo-condition {
    display: block;
    margin-top: .2rem;
    font-size: .74rem;
    line-height: 1.2;
    color: var(--bs-secondary-color, #6c757d);
}

.product-promo-condition i {
    margin-right: .15rem;
}
