.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--empty {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
}
.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;
}

body.catalogo-layout {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.catalogo-footer a {
    color: #0d6efd;
    font-weight: 500;
}

.catalogo-footer a:hover {
    color: #0a58ca;
}
#carrito-badge {
    font-size: 0.75rem;
}
