.product-card .producto-img-wrap {
    position: relative;
    min-height: 180px;
    height: 180px;
    overflow: hidden;
}
.product-card .producto-img-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 3rem;
}
.product-card .producto-img-wrap:has(.producto-img),
.product-card .producto-img-wrap.has-img {
    background: #fff;
}
.product-card .producto-img-wrap:has(.producto-img) .producto-img-placeholder,
.product-card .producto-img-wrap.has-img .producto-img-placeholder {
    display: none;
}
.product-card .producto-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #fff;
    z-index: 1;
}
.product-card .card-img-top.bg-white,
.product-card .card-img-top.d-flex {
    min-height: 180px;
}
.product-card .card-body {
    display: flex;
    flex-direction: column;
}
.qty-input {
    max-width: 90px;
}
#carrito-badge {
    font-size: 0.75rem;
}
