/* catalog-list */
.aimeos.catalog-list .articleitem {
    display: none;
}
.aimeos.catalog-list .articleitem.stock-actual {
    display: block;
}
.aimeos.catalog-list .stock-unlimited {
    display: none !important;
}

/* Equal height cards: stock message floats above price without pushing card height */
.catalog-list-items .offer .section {
    position: relative;
}
.catalog-list-items .offer .section .stock-list {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    margin-bottom: 0.25rem;
    text-align: center;
}
